text               48 arch/arc/include/asm/linkage.h 	.section .text.arcfp, "ax",@progbits
text               50 arch/arc/include/asm/linkage.h 	.section .text, "ax",@progbits
text               67 arch/arc/include/asm/linkage.h #define __arcfp_code __section(.text.arcfp)
text               69 arch/arc/include/asm/linkage.h #define __arcfp_code __section(.text)
text                9 arch/arm/include/asm/idmap.h #define __idmap __section(.idmap.text) noinline notrace
text               15 arch/arm/include/asm/kvm_hyp.h #define __hyp_text __section(.hyp.text) notrace
text               23 arch/arm/include/asm/tcm.h #define __tcmfunc __attribute__((long_call)) __section(.tcm.text) noinline
text               25 arch/arm/include/asm/tcm.h #define __tcmlocalfunc __section(.tcm.text)
text               36 arch/arm/kernel/vmlinux.lds.h 		*(.hyp.text)						\
text               42 arch/arm/kernel/vmlinux.lds.h 		*(.idmap.text)						\
text               46 arch/arm/kernel/vmlinux.lds.h 		*(.hyp.idmap.text)					\
text               50 arch/arm/kernel/vmlinux.lds.h 		*(.ARM.exidx.exit.text)					\
text               51 arch/arm/kernel/vmlinux.lds.h 		*(.ARM.extab.exit.text)					\
text               52 arch/arm/kernel/vmlinux.lds.h 		*(.ARM.exidx.text.exit)					\
text               53 arch/arm/kernel/vmlinux.lds.h 		*(.ARM.extab.text.exit)					\
text               54 arch/arm/kernel/vmlinux.lds.h 		ARM_CPU_DISCARD(*(.ARM.exidx.cpuexit.text))		\
text               55 arch/arm/kernel/vmlinux.lds.h 		ARM_CPU_DISCARD(*(.ARM.extab.cpuexit.text))		\
text               59 arch/arm/kernel/vmlinux.lds.h 		ARM_MMU_DISCARD(*(.text.fixup))				\
text               67 arch/arm/kernel/vmlinux.lds.h 		*(.entry.text)						\
text              123 arch/arm/kernel/vmlinux.lds.h 		*(.tcm.text)						\
text               16 arch/arm64/include/asm/kvm_hyp.h #define __hyp_text __section(.hyp.text) notrace
text              274 arch/mips/boot/elf2ecoff.c 	struct sect text, data, bss;
text              283 arch/mips/boot/elf2ecoff.c 	text.len = data.len = bss.len = 0;
text              284 arch/mips/boot/elf2ecoff.c 	text.vaddr = data.vaddr = bss.vaddr = 0;
text              377 arch/mips/boot/elf2ecoff.c 				combine(&text, &ntxt, 0);
text              394 arch/mips/boot/elf2ecoff.c 	if (text.vaddr > data.vaddr || data.vaddr > bss.vaddr ||
text              395 arch/mips/boot/elf2ecoff.c 	    text.vaddr + text.len > data.vaddr
text              406 arch/mips/boot/elf2ecoff.c 	if (data.len && !text.len) {
text              407 arch/mips/boot/elf2ecoff.c 		text = data;
text              408 arch/mips/boot/elf2ecoff.c 		data.vaddr = text.vaddr + text.len;
text              416 arch/mips/boot/elf2ecoff.c 	if (text.vaddr + text.len < data.vaddr)
text              417 arch/mips/boot/elf2ecoff.c 		text.len = data.vaddr - text.vaddr;
text              422 arch/mips/boot/elf2ecoff.c 	eah.tsize = text.len;
text              426 arch/mips/boot/elf2ecoff.c 	eah.text_start = text.vaddr;
text               46 arch/mips/include/asm/mach-ip27/kernel-entry-init.h 	li	t0, 0x1c000		# Offset of text into node memory
text               47 arch/mips/include/asm/mach-ip27/kernel-entry-init.h 	dsll	t1, NASID_SHFT		# Shift text nasid into place
text               49 arch/mips/include/asm/mach-ip27/kernel-entry-init.h 	or	t1, t1, t0		# Physical load address of kernel text
text               79 arch/mips/include/asm/mach-ip27/kernel-entry-init.h 	move		t2, t1			# text and data are here
text              243 arch/openrisc/kernel/setup.c 			       char *text, void (*func) (void))
text              245 arch/openrisc/kernel/setup.c 	if (text != NULL)
text              246 arch/openrisc/kernel/setup.c 		printk("%s", text);
text              108 arch/powerpc/include/asm/head-64.h 	.text
text              109 arch/powerpc/kernel/vdso.c 	unsigned long	text;		/* offset of .text section in .so */
text              118 arch/powerpc/kernel/vdso.c 	unsigned long	text;
text              455 arch/powerpc/kernel/vdso.c 	v32->text = sect - vdso32_kbase;
text              470 arch/powerpc/kernel/vdso.c 	v64->text = sect - vdso64_kbase;
text               74 arch/powerpc/platforms/ps3/repository.c static u64 make_first_field(const char *text, u64 index)
text               78 arch/powerpc/platforms/ps3/repository.c 	strncpy((char *)&n, text, 8);
text               90 arch/powerpc/platforms/ps3/repository.c static u64 make_field(const char *text, u64 index)
text               94 arch/powerpc/platforms/ps3/repository.c 	memcpy((char *)&n, text, strnlen(text, sizeof(n)));
text               21 arch/s390/include/asm/nospec-insn.h 	.pushsection .text.\name,"axG",@progbits,\name,comdat
text               13 arch/s390/include/asm/pci_debug.h #define zpci_err(text...)							\
text               16 arch/s390/include/asm/pci_debug.h 		snprintf(debug_buffer, 16, text);				\
text               21 arch/sh/include/asm/vmlinux.lds.h 	*(.text..SHmedia32)
text               37 arch/sh/kernel/signal_32.c 	unsigned long	text;
text              319 arch/sh/kernel/signal_32.c 		err |= __get_user(regs->pc, &funcptr->text);
text              389 arch/sh/kernel/signal_32.c 		err |= __get_user(regs->pc, &funcptr->text);
text               50 arch/sparc/vdso/vma.c 	unsigned long	text;
text               58 arch/sparc/vdso/vma.c 	unsigned long	text;
text               48 arch/um/include/shared/init.h #define __init		__section(.init.text)
text               54 arch/um/include/shared/init.h #define __exit		__section(.exit.text)
text               56 arch/um/include/shared/init.h #define __exit		__used __section(.exit.text)
text               81 arch/x86/include/asm/alternative.h 					void *text, void *text_end);
text               89 arch/x86/include/asm/alternative.h 					       void *text, void *text_end) {}
text              108 arch/x86/include/asm/setup.h 	static void __section(.discard.text) __used notrace		\
text              441 arch/x86/kernel/alternative.c 				  u8 *text, u8 *text_end)
text              448 arch/x86/kernel/alternative.c 		if (!*poff || ptr < text || ptr >= text_end)
text              457 arch/x86/kernel/alternative.c 				    u8 *text, u8 *text_end)
text              464 arch/x86/kernel/alternative.c 		if (!*poff || ptr < text || ptr >= text_end)
text              482 arch/x86/kernel/alternative.c 	u8		*text;
text              493 arch/x86/kernel/alternative.c 						  void *text,  void *text_end)
text              514 arch/x86/kernel/alternative.c 	smp->text	= text;
text              518 arch/x86/kernel/alternative.c 		smp->text, smp->text_end, smp->name);
text              522 arch/x86/kernel/alternative.c 	alternatives_smp_unlock(locks, locks_end, text, text_end);
text              558 arch/x86/kernel/alternative.c 					      mod->text, mod->text_end);
text              578 arch/x86/kernel/alternative.c 		if (mod->text > text_end || mod->text_end < text_start)
text               64 arch/x86/kernel/head64.c #define __head	__section(.head.text)
text              224 arch/x86/kernel/module.c 	const Elf_Shdr *s, *text = NULL, *alt = NULL, *locks = NULL,
text              230 arch/x86/kernel/module.c 			text = s;
text              248 arch/x86/kernel/module.c 	if (locks && text) {
text              250 arch/x86/kernel/module.c 		void *tseg = (void *)text->sh_addr;
text              253 arch/x86/kernel/module.c 					    tseg, tseg + text->sh_size);
text              341 arch/x86/platform/efi/efi_64.c 	unsigned long pfn, text, pf;
text              400 arch/x86/platform/efi/efi_64.c 	text = __pa(_text);
text              401 arch/x86/platform/efi/efi_64.c 	pfn = text >> PAGE_SHIFT;
text              404 arch/x86/platform/efi/efi_64.c 	if (kernel_map_pages_in_pgd(pgd, pfn, text, npages, pf)) {
text             2295 drivers/ata/libata-eh.c 		const char *text;
text             2392 drivers/ata/libata-eh.c 	for (i = 0; cmd_descr[i].text; i++)
text             2394 drivers/ata/libata-eh.c 			return cmd_descr[i].text;
text             1123 drivers/block/drbd/drbd_int.h extern void drbd_print_uuids(struct drbd_device *device, const char *text);
text              871 drivers/block/drbd/drbd_main.c void drbd_print_uuids(struct drbd_device *device, const char *text)
text              876 drivers/block/drbd/drbd_main.c 		     text,
text              884 drivers/block/drbd/drbd_main.c 				text,
text             3238 drivers/block/drbd/drbd_receiver.c static void drbd_uuid_dump(struct drbd_device *device, char *text, u64 *uuid,
text             3242 drivers/block/drbd/drbd_receiver.c 		drbd_info(device, "%s uuid info vanished while I was looking!\n", text);
text             3246 drivers/block/drbd/drbd_receiver.c 	     text,
text             1044 drivers/block/rbd.c 	if (memcmp(&ondisk->text, RBD_HEADER_TEXT, sizeof (RBD_HEADER_TEXT)))
text               81 drivers/block/rbd_types.h 	char text[40];
text               72 drivers/cdrom/gdrom.c 	const char * const text;
text              444 drivers/cdrom/gdrom.c 		pr_info("%s\n", sense_texts[sense_key].text);
text              698 drivers/gpu/drm/qxl/qxl_dev.h 		struct qxl_text text;
text              727 drivers/gpu/drm/qxl/qxl_dev.h 		struct qxl_text text;
text              415 drivers/i2c/busses/scx200_acb.c static struct scx200_acb_iface *scx200_create_iface(const char *text,
text              427 drivers/i2c/busses/scx200_acb.c 	snprintf(adapter->name, sizeof(adapter->name), "%s ACB%d", text, index);
text              469 drivers/i2c/busses/scx200_acb.c static struct scx200_acb_iface *scx200_create_dev(const char *text,
text              475 drivers/i2c/busses/scx200_acb.c 	iface = scx200_create_iface(text, dev, index);
text               38 drivers/ide/ide-cd_verbose.c 	const char * const text;
text              115 drivers/ide/ide-cd_verbose.c 	const char * const text;
text              293 drivers/ide/ide-cd_verbose.c 				s = sense_data_texts[mid].text;
text              320 drivers/ide/ide-cd_verbose.c 				s = packet_command_texts[mid].text;
text              366 drivers/infiniband/hw/hfi1/chip.c #define MES(text) MISC_ERR_STATUS_MISC_##text##_ERR_SMASK
text              555 drivers/infiniband/hw/hfi1/chip.c #define SEES(text) SEND_EGRESS_ERR_STATUS_##text##_ERR_SMASK
text              656 drivers/infiniband/hw/hfi1/chip.c #define SEEI(text) SEND_EGRESS_ERR_INFO_##text##_ERR_SMASK
text             1891 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 			u8 chr = font8x16[(u8)text[s] * 16 + line];	\
text             1930 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 			int y, int x, char *text, unsigned len)
text             1937 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 			int y, int x, char *text, unsigned len)
text             1944 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 			int y, int x, char *text, unsigned len)
text             1951 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 			int y, int x, char *text, unsigned len)
text             1957 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 		  int y, int x, char *text)
text             1962 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 	unsigned len = strlen(text);
text             1990 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 					text, len);
text             1994 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 					text, len);
text             1998 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 					text, len);
text             2002 drivers/media/common/v4l2-tpg/v4l2-tpg-core.c 					text, len);
text              167 drivers/media/radio/wl128x/fmdrv.h 	u8 text[FMTX_RDS_TXT_STR_SIZE];
text               80 drivers/media/radio/wl128x/fmdrv_v4l2.c 	rds.text[sizeof(rds.text) - 1] = '\0';
text               82 drivers/media/radio/wl128x/fmdrv_v4l2.c 		   ret, rds.text_type, rds.text, rds.af_freq);
text               89 drivers/media/radio/wl128x/fmdrv_v4l2.c 	fm_tx_set_radio_text(fmdev, rds.text, rds.text_type);
text               24 drivers/media/rc/fintek-cir.h #define fit_pr(level, text, ...) \
text               25 drivers/media/rc/fintek-cir.h 	printk(level KBUILD_MODNAME ": " text, ## __VA_ARGS__)
text               27 drivers/media/rc/fintek-cir.h #define fit_dbg(text, ...) \
text               30 drivers/media/rc/fintek-cir.h 			KBUILD_MODNAME ": " text "\n" , ## __VA_ARGS__)
text               32 drivers/media/rc/fintek-cir.h #define fit_dbg_verbose(text, ...) \
text               35 drivers/media/rc/fintek-cir.h 			KBUILD_MODNAME ": " text "\n" , ## __VA_ARGS__)
text               37 drivers/media/rc/fintek-cir.h #define fit_dbg_wake(text, ...) \
text               40 drivers/media/rc/fintek-cir.h 			KBUILD_MODNAME ": " text "\n" , ## __VA_ARGS__)
text               12 drivers/media/rc/ite-cir.h #define ite_pr(level, text, ...) \
text               13 drivers/media/rc/ite-cir.h 	printk(level KBUILD_MODNAME ": " text, ## __VA_ARGS__)
text               14 drivers/media/rc/ite-cir.h #define ite_dbg(text, ...) do { \
text               17 drivers/media/rc/ite-cir.h 			KBUILD_MODNAME ": " text "\n" , ## __VA_ARGS__); \
text               20 drivers/media/rc/ite-cir.h #define ite_dbg_verbose(text, ...) do {\
text               23 drivers/media/rc/ite-cir.h 			KBUILD_MODNAME ": " text "\n" , ## __VA_ARGS__); \
text               24 drivers/media/rc/nuvoton-cir.h #define nvt_dbg(text, ...) \
text               27 drivers/media/rc/nuvoton-cir.h 			KBUILD_MODNAME ": " text "\n" , ## __VA_ARGS__)
text               29 drivers/media/rc/nuvoton-cir.h #define nvt_dbg_verbose(text, ...) \
text               32 drivers/media/rc/nuvoton-cir.h 			KBUILD_MODNAME ": " text "\n" , ## __VA_ARGS__)
text               34 drivers/media/rc/nuvoton-cir.h #define nvt_dbg_wake(text, ...) \
text               37 drivers/media/rc/nuvoton-cir.h 			KBUILD_MODNAME ": " text "\n" , ## __VA_ARGS__)
text             3685 drivers/net/ethernet/broadcom/bnx2.c 	if (check_fw_section(fw, &entry->text, 4, true) ||
text             3854 drivers/net/ethernet/broadcom/bnx2.c 	addr = be32_to_cpu(fw_entry->text.addr);
text             3855 drivers/net/ethernet/broadcom/bnx2.c 	len = be32_to_cpu(fw_entry->text.len);
text             3856 drivers/net/ethernet/broadcom/bnx2.c 	file_offset = be32_to_cpu(fw_entry->text.offset);
text             7043 drivers/net/ethernet/broadcom/bnx2.h 	struct bnx2_fw_file_section text;
text              533 drivers/net/fddi/skfp/h/cmtdef.h void smt_panic(struct s_smc *smc, char *text);
text              535 drivers/net/fddi/skfp/h/cmtdef.h #define	smt_panic(smc,text)
text              638 drivers/net/fddi/skfp/h/cmtdef.h void dump_smt(struct s_smc *smc, struct smt_header *sm, char *text);
text              640 drivers/net/fddi/skfp/h/cmtdef.h #define	dump_smt(smc,sm,text)
text             1556 drivers/net/fddi/skfp/pmf.c void dump_smt(struct s_smc *smc, struct smt_header *sm, char *text)
text             1578 drivers/net/fddi/skfp/pmf.c 	printf("SMT Frame [%s]:\nDA  ",text) ;
text              864 drivers/net/wireless/ath/wil6210/debugfs.c 	static const char text[] = "block ack control, write:\n"
text              871 drivers/net/wireless/ath/wil6210/debugfs.c 	return simple_read_from_buffer(user_buf, count, ppos, text,
text              872 drivers/net/wireless/ath/wil6210/debugfs.c 				       sizeof(text));
text              939 drivers/net/wireless/ath/wil6210/debugfs.c 	char text[256];
text              944 drivers/net/wireless/ath/wil6210/debugfs.c 	snprintf(text, sizeof(text), "Last command status: %d\n\n%s",
text              947 drivers/net/wireless/ath/wil6210/debugfs.c 	return simple_read_from_buffer(user_buf, count, ppos, text,
text              948 drivers/net/wireless/ath/wil6210/debugfs.c 				       strlen(text) + 1);
text             2156 drivers/net/wireless/ath/wil6210/debugfs.c 	static char text[400];
text             2158 drivers/net/wireless/ath/wil6210/debugfs.c 	snprintf(text, sizeof(text),
text             2171 drivers/net/wireless/ath/wil6210/debugfs.c 	return simple_read_from_buffer(user_buf, count, ppos, text,
text             2172 drivers/net/wireless/ath/wil6210/debugfs.c 				       sizeof(text));
text             2248 drivers/net/wireless/ath/wil6210/debugfs.c 	char *text;
text             2251 drivers/net/wireless/ath/wil6210/debugfs.c 	text = kmalloc(text_size, GFP_KERNEL);
text             2252 drivers/net/wireless/ath/wil6210/debugfs.c 	if (!text)
text             2255 drivers/net/wireless/ath/wil6210/debugfs.c 	n = snprintf(text, text_size,
text             2278 drivers/net/wireless/ath/wil6210/debugfs.c 	ret = simple_read_from_buffer(user_buf, count, ppos, text, n);
text             2280 drivers/net/wireless/ath/wil6210/debugfs.c 	kfree(text);
text             2165 drivers/net/wireless/broadcom/b43/main.c 	const char text[] =
text             2172 drivers/net/wireless/broadcom/b43/main.c 		b43err(wl, text);
text             2174 drivers/net/wireless/broadcom/b43/main.c 		b43warn(wl, text);
text               83 drivers/net/wireless/rayctl.h   UCHAR text[C_ESSID_ELEMENT_MAX_LENGTH];
text               64 drivers/s390/cio/qdio_debug.c 	char text[QDIO_DBF_NAME_LEN];
text               83 drivers/s390/cio/qdio_debug.c 	snprintf(text, QDIO_DBF_NAME_LEN, "qdio_%s",
text               85 drivers/s390/cio/qdio_debug.c 	irq_ptr->debug_area = qdio_get_dbf_entry(text);
text               89 drivers/s390/cio/qdio_debug.c 		irq_ptr->debug_area = debug_register(text, 2, 1, 16);
text              104 drivers/s390/cio/qdio_debug.c 		strlcpy(new_entry->dbf_name, text, QDIO_DBF_NAME_LEN);
text               28 drivers/s390/cio/qdio_debug.h #define DBF_EVENT(text...) \
text               31 drivers/s390/cio/qdio_debug.h 		snprintf(debug_buffer, QDIO_DBF_LEN, text); \
text               40 drivers/s390/cio/qdio_debug.h #define DBF_ERROR(text...) \
text               43 drivers/s390/cio/qdio_debug.h 		snprintf(debug_buffer, QDIO_DBF_LEN, text); \
text               52 drivers/s390/cio/qdio_debug.h #define DBF_DEV_EVENT(level, device, text...) \
text               56 drivers/s390/cio/qdio_debug.h 			snprintf(debug_buffer, QDIO_DBF_LEN, text); \
text              268 drivers/s390/crypto/zcrypt_msgtype6.c 		char text[0];
text              282 drivers/s390/crypto/zcrypt_msgtype6.c 	if (copy_from_user(msg->text, mex->inputdata, mex->inputdatalength))
text              286 drivers/s390/crypto/zcrypt_msgtype6.c 	size = zcrypt_type6_mex_key_en(mex, msg->text+mex->inputdatalength);
text              338 drivers/s390/crypto/zcrypt_msgtype6.c 		char text[0];
text              352 drivers/s390/crypto/zcrypt_msgtype6.c 	if (copy_from_user(msg->text, crt->inputdata, crt->inputdatalength))
text              356 drivers/s390/crypto/zcrypt_msgtype6.c 	size = zcrypt_type6_crt_key(crt, msg->text + crt->inputdatalength);
text              593 drivers/s390/crypto/zcrypt_msgtype6.c 	char text[0];
text              673 drivers/s390/crypto/zcrypt_msgtype6.c 	data = msg->text;
text               68 drivers/s390/net/ctcm_dbug.h void ctcm_dbf_longtext(enum ctcm_dbf_names dbf_nix, int level, char *text, ...);
text               78 drivers/s390/net/ctcm_dbug.h #define CTCM_DBF_TEXT(name, level, text) \
text               80 drivers/s390/net/ctcm_dbug.h 		debug_text_event(ctcm_dbf[CTCM_DBF_##name].id, level, text); \
text               89 drivers/s390/net/ctcm_dbug.h #define CTCM_DBF_TEXT_(name, level, text...) \
text               90 drivers/s390/net/ctcm_dbug.h 	ctcm_dbf_longtext(CTCM_DBF_##name, level, text)
text               97 drivers/s390/net/ctcm_dbug.h #define CTCM_DBF_DEV_NAME(cat, dev, text) \
text              100 drivers/s390/net/ctcm_dbug.h 			CTCM_FUNTAIL, dev->name, text); \
text              103 drivers/s390/net/ctcm_dbug.h #define MPC_DBF_DEV_NAME(cat, dev, text) \
text              106 drivers/s390/net/ctcm_dbug.h 			CTCM_FUNTAIL, dev->name, text); \
text              109 drivers/s390/net/ctcm_dbug.h #define CTCMY_DBF_DEV_NAME(cat, dev, text) \
text              112 drivers/s390/net/ctcm_dbug.h 			MPC_DBF_DEV_NAME(cat, dev, text); \
text              114 drivers/s390/net/ctcm_dbug.h 			CTCM_DBF_DEV_NAME(cat, dev, text); \
text              122 drivers/s390/net/ctcm_dbug.h #define CTCM_DBF_DEV(cat, dev, text) \
text              125 drivers/s390/net/ctcm_dbug.h 			CTCM_FUNTAIL, dev, text); \
text              128 drivers/s390/net/ctcm_dbug.h #define MPC_DBF_DEV(cat, dev, text) \
text              131 drivers/s390/net/ctcm_dbug.h 			CTCM_FUNTAIL, dev, text); \
text              134 drivers/s390/net/ctcm_dbug.h #define CTCMY_DBF_DEV(cat, dev, text) \
text              137 drivers/s390/net/ctcm_dbug.h 			MPC_DBF_DEV(cat, dev, text); \
text              139 drivers/s390/net/ctcm_dbug.h 			CTCM_DBF_DEV(cat, dev, text); \
text               11 drivers/s390/net/lcs.h #define LCS_DBF_TEXT(level, name, text) \
text               13 drivers/s390/net/lcs.h 		debug_text_event(lcs_dbf_##name, level, text); \
text               21 drivers/s390/net/lcs.h #define LCS_DBF_TEXT_(level,name,text...) \
text               24 drivers/s390/net/lcs.h 			sprintf(debug_buffer, text); \
text               82 drivers/s390/net/netiucv.c #define IUCV_DBF_TEXT(name,level,text) \
text               84 drivers/s390/net/netiucv.c 		debug_text_event(iucv_dbf_##name,level,text); \
text               94 drivers/s390/net/netiucv.c #define IUCV_DBF_TEXT_(name, level, text...) \
text               98 drivers/s390/net/netiucv.c 			sprintf(__buf, text); \
text              104 drivers/s390/net/netiucv.c #define IUCV_DBF_SPRINTF(name,level,text...) \
text              106 drivers/s390/net/netiucv.c 		debug_sprintf_event(iucv_dbf_trace, level, ##text ); \
text              107 drivers/s390/net/netiucv.c 		debug_sprintf_event(iucv_dbf_trace, level, text ); \
text               69 drivers/s390/net/qeth_core.h #define QETH_DBF_TEXT(name, level, text) \
text               70 drivers/s390/net/qeth_core.h 	debug_text_event(qeth_dbf[QETH_DBF_##name].id, level, text)
text               75 drivers/s390/net/qeth_core.h #define QETH_DBF_MESSAGE(level, text...) \
text               76 drivers/s390/net/qeth_core.h 	debug_sprintf_event(qeth_dbf[QETH_DBF_MSG].id, level, text)
text               78 drivers/s390/net/qeth_core.h #define QETH_DBF_TEXT_(name, level, text...) \
text               79 drivers/s390/net/qeth_core.h 	qeth_dbf_longtext(qeth_dbf[QETH_DBF_##name].id, level, text)
text               81 drivers/s390/net/qeth_core.h #define QETH_CARD_TEXT(card, level, text) \
text               82 drivers/s390/net/qeth_core.h 	debug_text_event(card->debug, level, text)
text               87 drivers/s390/net/qeth_core.h #define QETH_CARD_MESSAGE(card, text...) \
text               88 drivers/s390/net/qeth_core.h 	debug_sprintf_event(card->debug, level, text)
text               90 drivers/s390/net/qeth_core.h #define QETH_CARD_TEXT_(card, level, text...) \
text               91 drivers/s390/net/qeth_core.h 	qeth_dbf_longtext(card->debug, level, text)
text             1078 drivers/s390/net/qeth_core.h void qeth_dbf_longtext(debug_info_t *id, int level, char *text, ...);
text             1974 drivers/scsi/3w-9xxx.c 		      (table[index].text != (char *)0)); index++);
text             1975 drivers/scsi/3w-9xxx.c 	return(table[index].text);
text               53 drivers/scsi/3w-9xxx.h   char*          text;
text             1398 drivers/scsi/bnx2i/57xx_iscsi_hsi.h 	struct bnx2i_text_request text;
text             1518 drivers/scsi/bnx2i/57xx_iscsi_hsi.h 	struct bnx2i_text_response text;
text             1506 drivers/scsi/bnx2i/bnx2i_hwi.c 	struct bnx2i_text_response *text;
text             1511 drivers/scsi/bnx2i/bnx2i_hwi.c 	text = (struct bnx2i_text_response *) cqe;
text             1513 drivers/scsi/bnx2i/bnx2i_hwi.c 	task = iscsi_itt_to_task(conn, text->itt & ISCSI_LOGIN_RESPONSE_INDEX);
text             1519 drivers/scsi/bnx2i/bnx2i_hwi.c 	resp_hdr->opcode = text->op_code;
text             1520 drivers/scsi/bnx2i/bnx2i_hwi.c 	resp_hdr->flags = text->response_flags;
text             1523 drivers/scsi/bnx2i/bnx2i_hwi.c 	hton24(resp_hdr->dlength, text->data_length);
text             1525 drivers/scsi/bnx2i/bnx2i_hwi.c 	resp_hdr->ttt = cpu_to_be32(text->ttt);
text             1527 drivers/scsi/bnx2i/bnx2i_hwi.c 	resp_hdr->exp_cmdsn = cpu_to_be32(text->exp_cmd_sn);
text             1528 drivers/scsi/bnx2i/bnx2i_hwi.c 	resp_hdr->max_cmdsn = cpu_to_be32(text->max_cmd_sn);
text             1529 drivers/scsi/bnx2i/bnx2i_hwi.c 	pld_len = text->data_length;
text             1442 drivers/scsi/gdth.c     oemstr->params.buffer_size = sizeof(oemstr->text);
text             1448 drivers/scsi/gdth.c                ha->hanum, oemstr->text.oem_company_name, ha->binfo.type_string);
text             1450 drivers/scsi/gdth.c         strlcpy(ha->oem_name,oemstr->text.scsi_host_drive_inquiry_vendor_id,
text              593 drivers/scsi/gdth.h     gdth_oem_str        text;
text               56 drivers/staging/fbtft/fbtft-core.c 	char *text = textbuf;
text               60 drivers/staging/fbtft/fbtft-core.c 	text_len = vscnprintf(text, sizeof(textbuf), fmt, args);
text               63 drivers/staging/fbtft/fbtft-core.c 	hex_dump_to_buffer(buf, len, 32, groupsize, text + text_len,
text               67 drivers/staging/fbtft/fbtft-core.c 		dev_info(dev, "%s ...\n", text);
text               69 drivers/staging/fbtft/fbtft-core.c 		dev_info(dev, "%s\n", text);
text              543 drivers/staging/speakup/i18n.c ssize_t spk_msg_set(enum msg_index_t index, char *text, size_t length)
text              555 drivers/staging/speakup/i18n.c 	memcpy(newstr, text, length);
text              229 drivers/staging/speakup/i18n.h ssize_t spk_msg_set(enum msg_index_t index, char *text, size_t length);
text               95 drivers/staging/uwb/rsv.c void uwb_rsv_dump(char *text, struct uwb_rsv *rsv)
text              109 drivers/staging/uwb/rsv.c 		text, owner, target, uwb_rsv_state_str(rsv->state));
text              317 drivers/staging/uwb/uwb-internal.h void uwb_rsv_dump(char *text, struct uwb_rsv *rsv);
text              390 drivers/staging/wusbcore/wa-rpipe.c #define AIM_CHECK(rdf, val, text)					\
text              394 drivers/staging/wusbcore/wa-rpipe.c 				"rpipe aim discrepancy: " #rdf " " text "\n", \
text              137 drivers/thunderbolt/property.c 		property->value.text = kcalloc(property->length, sizeof(u32),
text              139 drivers/thunderbolt/property.c 		if (!property->value.text) {
text              143 drivers/thunderbolt/property.c 		parse_dwdata(property->value.text, block + entry->value,
text              146 drivers/thunderbolt/property.c 		property->value.text[property->length * 4 - 1] = '\0';
text              275 drivers/thunderbolt/property.c 		kfree(property->value.text);
text              455 drivers/thunderbolt/property.c 			format_dwdata(&block[data_offset], property->value.text,
text              576 drivers/thunderbolt/property.c 			 const char *text)
text              579 drivers/thunderbolt/property.c 	size_t size = round_up(strlen(text) + 1, 4);
text              590 drivers/thunderbolt/property.c 	property->value.text = kzalloc(size, GFP_KERNEL);
text              591 drivers/thunderbolt/property.c 	if (!property->value.text) {
text              596 drivers/thunderbolt/property.c 	strcpy(property->value.text, text);
text              873 drivers/thunderbolt/xdomain.c 		xd->device_name = kstrdup(p->value.text, GFP_KERNEL);
text              876 drivers/thunderbolt/xdomain.c 		xd->vendor_name = kstrdup(p->value.text, GFP_KERNEL);
text               43 drivers/usb/misc/usbsevseg.c 	u8 text[MAXLEN];
text              132 drivers/usb/misc/usbsevseg.c 		buffer[i] = mydev->text[mydev->textlength-1-i];
text              196 drivers/usb/misc/usbsevseg.c 	return snprintf(buf, mydev->textlength, "%s\n", mydev->text);
text              206 drivers/usb/misc/usbsevseg.c 	if (end > sizeof(mydev->text))
text              209 drivers/usb/misc/usbsevseg.c 	memset(mydev->text, 0, sizeof(mydev->text));
text              213 drivers/usb/misc/usbsevseg.c 		memcpy(mydev->text, buf, end);
text              219 drivers/usb/misc/usbsevseg.c static DEVICE_ATTR_RW(text);
text               68 drivers/video/console/sticore.c 	.text	= 1, 
text              679 drivers/video/fbdev/matrox/matroxfb_DAC1064.c 	minfo->capable.text = 1;
text              868 drivers/video/fbdev/matrox/matroxfb_DAC1064.c 	minfo->capable.text = 1;
text              697 drivers/video/fbdev/matrox/matroxfb_Ti3026.c 	minfo->capable.text = 1; /* isMilleniumII(minfo); */
text              428 drivers/video/fbdev/matrox/matroxfb_base.h 		int		text;
text              109 drivers/video/fbdev/sticore.h 	u32 text : 1;		/* turn on text display planes? */
text               81 drivers/xen/gntdev.c 			      char *text, int text_index)
text               90 drivers/xen/gntdev.c 		       map->index == text_index && text ? text : "");
text               64 fs/afs/addr_list.c 					       const char *text, size_t len,
text               71 fs/afs/addr_list.c 	const char *p, *end = text + len;
text               76 fs/afs/addr_list.c 	_enter("%*.*s,%c", (int)len, (int)len, text, delim);
text               83 fs/afs/addr_list.c 	if (delim == ':' && (memchr(text, ',', len) || !memchr(text, '.', len)))
text               87 fs/afs/addr_list.c 	p = text;
text              134 fs/afs/addr_list.c 	p = text;
text              212 fs/afs/addr_list.c 	       problem, p - text, (int)len, (int)len, text);
text              216 fs/afs/addr_list.c 	       problem, p - text, (int)len, (int)len, text);
text              367 fs/afs/xattr.c 	char text[16 + 1 + 24 + 1 + 8 + 1];
text              373 fs/afs/xattr.c 	len = sprintf(text, "%llx:", vnode->fid.vid);
text              375 fs/afs/xattr.c 		len += sprintf(text + len, "%x%016llx",
text              378 fs/afs/xattr.c 		len += sprintf(text + len, "%llx", vnode->fid.vnode);
text              379 fs/afs/xattr.c 	len += sprintf(text + len, ":%x", vnode->fid.unique);
text              385 fs/afs/xattr.c 	memcpy(buffer, text, len);
text              617 fs/isofs/rock.c 			memcpy(rpnt, slp->text, slp->len);
text               47 fs/isofs/rock.h 	__u8 text[0];
text              638 fs/proc/array.c 	unsigned long size = 0, resident = 0, shared = 0, text = 0, data = 0;
text              642 fs/proc/array.c 		size = task_statm(mm, &shared, &text, &data, &resident);
text              654 fs/proc/array.c 	seq_put_decimal_ull(m, " ", text);
text               32 fs/proc/task_mmu.c 	unsigned long text, lib, swap, anon, file, shmem;
text               54 fs/proc/task_mmu.c 	text = PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK);
text               55 fs/proc/task_mmu.c 	text = min(text, mm->exec_vm << PAGE_SHIFT);
text               56 fs/proc/task_mmu.c 	lib = (mm->exec_vm << PAGE_SHIFT) - text;
text               71 fs/proc/task_mmu.c 		    " kB\nVmExe:\t", text >> 10, 8);
text               88 fs/proc/task_mmu.c 			 unsigned long *shared, unsigned long *text,
text               93 fs/proc/task_mmu.c 	*text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK))
text               99 fs/proc/task_nommu.c 			 unsigned long *shared, unsigned long *text,
text              118 fs/proc/task_nommu.c 	*text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK))
text              124 fs/proc/task_nommu.c 	size += *text + *data;
text               70 include/asm-generic/vmlinux.lds.h #define TEXT_MAIN .text .text.[0-9a-zA-Z_]*
text               77 include/asm-generic/vmlinux.lds.h #define TEXT_MAIN .text
text              521 include/asm-generic/vmlinux.lds.h 		*(.text.hot TEXT_MAIN .text.fixup .text.unlikely)	\
text              522 include/asm-generic/vmlinux.lds.h 		*(.text..refcount)					\
text              523 include/asm-generic/vmlinux.lds.h 		*(.ref.text)						\
text              524 include/asm-generic/vmlinux.lds.h 	MEM_KEEP(init.text*)						\
text              525 include/asm-generic/vmlinux.lds.h 	MEM_KEEP(exit.text*)						\
text              533 include/asm-generic/vmlinux.lds.h 		*(.sched.text)						\
text              541 include/asm-generic/vmlinux.lds.h 		*(.spinlock.text)					\
text              547 include/asm-generic/vmlinux.lds.h 		*(.cpuidle.text)					\
text              553 include/asm-generic/vmlinux.lds.h 		*(.kprobes.text)					\
text              559 include/asm-generic/vmlinux.lds.h 		*(.entry.text)						\
text              565 include/asm-generic/vmlinux.lds.h 		*(.irqentry.text)					\
text              571 include/asm-generic/vmlinux.lds.h 		*(.softirqentry.text)					\
text              575 include/asm-generic/vmlinux.lds.h #define HEAD_TEXT  KEEP(*(.head.text))
text              578 include/asm-generic/vmlinux.lds.h 	.head.text : AT(ADDR(.head.text) - LOAD_OFFSET) {		\
text              655 include/asm-generic/vmlinux.lds.h 	*(.init.text .init.text.*)					\
text              656 include/asm-generic/vmlinux.lds.h 	*(.text.startup)						\
text              657 include/asm-generic/vmlinux.lds.h 	MEM_DISCARD(init.text*)
text              667 include/asm-generic/vmlinux.lds.h 	*(.exit.text)							\
text              668 include/asm-generic/vmlinux.lds.h 	*(.text.exit)							\
text              669 include/asm-generic/vmlinux.lds.h 	MEM_DISCARD(exit.text)
text              784 include/asm-generic/vmlinux.lds.h 		. += (((SIZEOF(.text) + LOOKUP_BLOCK_SIZE - 1) /	\
text              996 include/asm-generic/vmlinux.lds.h 	.init.text : AT(ADDR(.init.text) - LOAD_OFFSET) {		\
text               50 include/linux/init.h #define __init		__section(.init.text) __cold  __latent_entropy __noinitretpoline
text               73 include/linux/init.h #define __ref            __section(.ref.text) noinline
text               83 include/linux/init.h #define __exit          __section(.exit.text) __exitused __cold notrace
text               86 include/linux/init.h #define __meminit        __section(.meminit.text) __cold notrace \
text               90 include/linux/init.h #define __memexit        __section(.memexit.text) __exitused __cold notrace
text              146 include/linux/module.h #define __INIT_OR_MODULE	.text
text              137 include/linux/thunderbolt.h 		char *text;
text              153 include/linux/thunderbolt.h 			 const char *text);
text              244 include/media/tpg/v4l2-tpg.h 		u8 *basep[TPG_MAX_PLANES][2], int y, int x, char *text);
text               66 include/sound/info.h 		struct snd_info_entry_text text;
text              144 include/sound/info.h 	entry->c.text.read = read;
text               11 include/trace/events/printk.h 	TP_PROTO(const char *text, size_t len),
text               13 include/trace/events/printk.h 	TP_ARGS(text, len),
text               25 include/trace/events/printk.h 		if ((len > 0) && (text[len-1] == '\n'))
text               28 include/trace/events/printk.h 		memcpy(__get_str(msg), text, len);
text              103 kernel/debug/kdb/kdb_main.c #define KDBMSG(msgnum, text) \
text              104 kernel/debug/kdb/kdb_main.c 	{ KDB_##msgnum, text }
text             1365 kernel/debug/kdb/kdb_main.c void kdb_print_state(const char *text, int value)
text             1368 kernel/debug/kdb/kdb_main.c 		   text, raw_smp_processor_id(), value, kdb_initial_cpu,
text               36 kernel/debug/kdb/kdb_private.h #define KDB_DEBUG_STATE(text, value) if (KDB_DEBUG(STATE)) \
text               37 kernel/debug/kdb/kdb_private.h 		kdb_print_state(text, value)
text              619 kernel/printk/printk.c 		     const char *text, u16 text_len)
text              649 kernel/printk/printk.c 	memcpy(log_text(msg), text, text_len);
text              749 kernel/printk/printk.c 				  char *text, size_t text_len)
text              756 kernel/printk/printk.c 		unsigned char c = text[i];
text             1340 kernel/printk/printk.c 	const char *text = log_text(msg);
text             1347 kernel/printk/printk.c 		const char *next = memchr(text, '\n', text_size);
text             1351 kernel/printk/printk.c 			text_len = next - text;
text             1353 kernel/printk/printk.c 			text_size -= next - text;
text             1364 kernel/printk/printk.c 			memcpy(buf + len, text, text_len);
text             1372 kernel/printk/printk.c 		text = next;
text             1373 kernel/printk/printk.c 	} while (text);
text             1380 kernel/printk/printk.c 	char *text;
text             1384 kernel/printk/printk.c 	text = kmalloc(LOG_LINE_MAX + PREFIX_MAX, GFP_KERNEL);
text             1385 kernel/printk/printk.c 	if (!text)
text             1413 kernel/printk/printk.c 		n = msg_print_text(msg, true, syslog_time, text,
text             1432 kernel/printk/printk.c 		if (copy_to_user(buf, text + skip, n)) {
text             1443 kernel/printk/printk.c 	kfree(text);
text             1449 kernel/printk/printk.c 	char *text;
text             1456 kernel/printk/printk.c 	text = kmalloc(LOG_LINE_MAX + PREFIX_MAX, GFP_KERNEL);
text             1457 kernel/printk/printk.c 	if (!text)
text             1493 kernel/printk/printk.c 		int textlen = msg_print_text(msg, true, time, text,
text             1500 kernel/printk/printk.c 		if (copy_to_user(buf + len, text, textlen))
text             1519 kernel/printk/printk.c 	kfree(text);
text             1797 kernel/printk/printk.c 				 const char *text, size_t len)
text             1801 kernel/printk/printk.c 	trace_console_rcuidle(text, len);
text             1819 kernel/printk/printk.c 			con->write(con, text, len);
text             1870 kernel/printk/printk.c 		     enum log_flags flags, const char *text, size_t len)
text             1886 kernel/printk/printk.c 	memcpy(cont.buf + cont.len, text, len);
text             1899 kernel/printk/printk.c static size_t log_output(int facility, int level, enum log_flags lflags, const char *dict, size_t dictlen, char *text, size_t text_len)
text             1909 kernel/printk/printk.c 			if (cont_add(caller_id, facility, level, lflags, text, text_len))
text             1922 kernel/printk/printk.c 		if (cont_add(caller_id, facility, level, lflags, text, text_len))
text             1928 kernel/printk/printk.c 			 dict, dictlen, text, text_len);
text             1937 kernel/printk/printk.c 	char *text = textbuf;
text             1945 kernel/printk/printk.c 	text_len = vscnprintf(text, sizeof(textbuf), fmt, args);
text             1948 kernel/printk/printk.c 	if (text_len && text[text_len-1] == '\n') {
text             1957 kernel/printk/printk.c 		while ((kern_level = printk_get_level(text)) != 0) {
text             1968 kernel/printk/printk.c 			text += 2;
text             1979 kernel/printk/printk.c 			  dict, dictlen, text, text_len);
text             2114 kernel/printk/printk.c 				  char *text, size_t text_len) { return 0; }
text             2118 kernel/printk/printk.c 				 const char *text, size_t len) {}
text             2398 kernel/printk/printk.c 	static char text[LOG_LINE_MAX + PREFIX_MAX];
text             2444 kernel/printk/printk.c 			len = sprintf(text,
text             2478 kernel/printk/printk.c 				printk_time, text + len, sizeof(text) - len);
text             2501 kernel/printk/printk.c 		call_console_drivers(ext_text, ext_len, text, len);
text              109 kernel/printk/printk_safe.c static inline void printk_safe_flush_line(const char *text, int len)
text              117 kernel/printk/printk_safe.c 	printk_deferred("%.*s", len, text);
text               62 lib/ts_bm.c    	const u8 *text;
text               67 lib/ts_bm.c    		text_len = conf->get_next_block(consumed, &text, conf, state);
text               74 lib/ts_bm.c    				shift, text[shift]);
text               76 lib/ts_bm.c    				if ((icase ? toupper(text[shift-i])
text               77 lib/ts_bm.c    				    : text[shift-i])
text               85 lib/ts_bm.c    next:			bs = bm->bad_shift[text[shift-i]];
text               46 lib/ts_kmp.c   	const u8 *text;
text               50 lib/ts_kmp.c   		text_len = conf->get_next_block(consumed, &text, conf, state);
text               57 lib/ts_kmp.c   			    != (icase ? toupper(text[i]) : text[i]))
text               60 lib/ts_kmp.c   			    == (icase ? toupper(text[i]) : text[i]))
text              527 mm/slub.c      static void print_section(char *level, char *text, u8 *addr,
text              531 mm/slub.c      	print_hex_dump(level, text, DUMP_PREFIX_ADDRESS, 16, 1, addr,
text             3691 mm/slub.c      							const char *text)
text             3699 mm/slub.c      	slab_err(s, page, text, s->name);
text             5398 mm/slub.c      #define STAT_ATTR(si, text) 					\
text             5399 mm/slub.c      static ssize_t text##_show(struct kmem_cache *s, char *buf)	\
text             5403 mm/slub.c      static ssize_t text##_store(struct kmem_cache *s,		\
text             5411 mm/slub.c      SLAB_ATTR(text);						\
text             3548 net/core/skbuff.c static unsigned int skb_ts_get_next_block(unsigned int offset, const u8 **text,
text             3552 net/core/skbuff.c 	return skb_seq_read(offset, text, TS_SKB_CB(state));
text              198 net/decnet/dn_nsp_in.c 	const char *text;
text              318 net/decnet/dn_nsp_in.c 	dn_log_martian(skb, ci_err_table[err].text);
text              120 net/ipv6/seg6_hmac.c static int __do_hmac(struct seg6_hmac_info *hinfo, const char *text, u8 psize,
text              150 net/ipv6/seg6_hmac.c 	ret = crypto_shash_digest(shash, text, psize, output);
text              127 net/sunrpc/auth_gss/gss_krb5_seal.c gss_get_mic_v1(struct krb5_ctx *ctx, struct xdr_buf *text,
text              150 net/sunrpc/auth_gss/gss_krb5_seal.c 	if (make_checksum(ctx, ptr, 8, text, 0, cksumkey,
text              166 net/sunrpc/auth_gss/gss_krb5_seal.c gss_get_mic_v2(struct krb5_ctx *ctx, struct xdr_buf *text,
text              196 net/sunrpc/auth_gss/gss_krb5_seal.c 			     text, 0, cksumkey, cksum_usage, &cksumobj))
text              207 net/sunrpc/auth_gss/gss_krb5_seal.c gss_get_mic_kerberos(struct gss_ctx *gss_ctx, struct xdr_buf *text,
text              218 net/sunrpc/auth_gss/gss_krb5_seal.c 		return gss_get_mic_v1(ctx, text, token);
text              221 net/sunrpc/auth_gss/gss_krb5_seal.c 		return gss_get_mic_v2(ctx, text, token);
text              232 scripts/dtc/srcpos.c void srcpos_update(struct srcpos *pos, const char *text, int len)
text              242 scripts/dtc/srcpos.c 		if (text[i] == '\n') {
text               87 scripts/dtc/srcpos.h extern void srcpos_update(struct srcpos *pos, const char *text, int len);
text              135 scripts/kconfig/conf.c 		printf("%*s%s ", indent - 1, "", menu->prompt->text);
text              168 scripts/kconfig/conf.c 		printf("%*s%s ", indent - 1, "", menu->prompt->text);
text              761 scripts/kconfig/confdata.c 	    rootmenu.prompt->text);
text              196 scripts/kconfig/expr.h 	const char *text;          /* the prompt value - P_PROMPT, P_MENU, P_COMMENT */
text              213 scripts/kconfig/expr.h 		if (st->text)
text              186 scripts/kconfig/gconf.c 	gtk_window_set_title(GTK_WINDOW(main_wnd), rootmenu.prompt->text);
text               92 scripts/kconfig/lxdialog/dialog.h 	const char *text;
text              260 scripts/kconfig/lxdialog/util.c 			len += strlen(pos->text) + 3;
text              281 scripts/kconfig/lxdialog/util.c 			if (skip < strlen(pos->text)) {
text              282 scripts/kconfig/lxdialog/util.c 				waddstr(stdscr, pos->text + skip);
text              285 scripts/kconfig/lxdialog/util.c 				skip -= strlen(pos->text);
text              288 scripts/kconfig/mconf.c static int show_textbox_ext(const char *title, char *text, int r, int c,
text              291 scripts/kconfig/mconf.c static void show_textbox(const char *title, const char *text, int r, int c);
text              292 scripts/kconfig/mconf.c static void show_helptext(const char *title, const char *text);
text              302 scripts/kconfig/mconf.c 			"%s - %s", config_filename, rootmenu.prompt->text);
text              314 scripts/kconfig/mconf.c 	const char *text;
text              331 scripts/kconfig/mconf.c 		if (sp->text) {
text              338 scripts/kconfig/mconf.c 			pos->text = sp->text;
text              428 scripts/kconfig/mconf.c 	stpart.text = str_get(&sttext);
text              653 scripts/kconfig/mconf.c 		stpart.text = menu_get_prompt(menu);
text              655 scripts/kconfig/mconf.c 		stpart.text = NULL;
text              754 scripts/kconfig/mconf.c static int show_textbox_ext(const char *title, char *text, int r, int c, int
text              759 scripts/kconfig/mconf.c 	return dialog_textbox(title, text, r, c, keys, vscroll, hscroll,
text              763 scripts/kconfig/mconf.c static void show_textbox(const char *title, const char *text, int r, int c)
text              765 scripts/kconfig/mconf.c 	show_textbox_ext(title, (char *) text, r, c, (int []) {0}, NULL, NULL,
text              769 scripts/kconfig/mconf.c static void show_helptext(const char *title, const char *text)
text              771 scripts/kconfig/mconf.c 	show_textbox(title, text, 0, 0);
text              172 scripts/kconfig/menu.c 	prop->text = prompt;
text              561 scripts/kconfig/menu.c 		if (menu->list && (!menu->prompt || !menu->prompt->text)) {
text              665 scripts/kconfig/menu.c 		return menu->prompt->text;
text              708 scripts/kconfig/menu.c 	str_printf(r, "Prompt: %s\n", prop->text);
text              634 scripts/kconfig/nconf.c 			"%s - %s", config_filename, rootmenu.prompt->text);
text              175 scripts/kconfig/nconf.gui.c int get_line_no(const char *text)
text              180 scripts/kconfig/nconf.gui.c 	if (!text)
text              183 scripts/kconfig/nconf.gui.c 	for (i = 0; text[i] != '\0'; i++)
text              184 scripts/kconfig/nconf.gui.c 		if (text[i] == '\n')
text              189 scripts/kconfig/nconf.gui.c const char *get_line(const char *text, int line_no)
text              194 scripts/kconfig/nconf.gui.c 	if (!text)
text              197 scripts/kconfig/nconf.gui.c 	for (i = 0; text[i] != '\0' && lines < line_no; i++)
text              198 scripts/kconfig/nconf.gui.c 		if (text[i] == '\n')
text              200 scripts/kconfig/nconf.gui.c 	return text+i;
text              214 scripts/kconfig/nconf.gui.c void fill_window(WINDOW *win, const char *text)
text              217 scripts/kconfig/nconf.gui.c 	int total_lines = get_line_no(text);
text              225 scripts/kconfig/nconf.gui.c 		const char *line = get_line(text, i);
text              552 scripts/kconfig/nconf.gui.c 		const char *text)
text              555 scripts/kconfig/nconf.gui.c 	int total_lines = get_line_no(text);
text              570 scripts/kconfig/nconf.gui.c 	total_lines = get_line_no(text);
text              572 scripts/kconfig/nconf.gui.c 		const char *line = get_line(text, i);
text              580 scripts/kconfig/nconf.gui.c 	fill_window(pad, text);
text               82 scripts/kconfig/nconf.h int get_line_no(const char *text);
text               83 scripts/kconfig/nconf.h const char *get_line(const char *text, int line_no);
text               84 scripts/kconfig/nconf.h void fill_window(WINDOW *win, const char *text);
text               92 scripts/kconfig/nconf.h 		const char *text);
text              627 scripts/kconfig/parser.y 			print_quoted_string(out, prop->text);
text              663 scripts/kconfig/parser.y 			print_quoted_string(out, prop->text);
text              697 scripts/kconfig/parser.y 				print_quoted_string(out, prop->text);
text              702 scripts/kconfig/parser.y 				print_quoted_string(out, prop->text);
text              291 scripts/kconfig/qconf.cc 		sym_set_string_value(item->menu->sym, text().toLatin1());
text             1080 scripts/kconfig/qconf.cc 			head += print_filter(_menu->prompt->text);
text             1111 scripts/kconfig/qconf.cc 		head += print_filter(_menu->prompt->text);
text             1146 scripts/kconfig/qconf.cc 			debug += print_filter(prop->text);
text             1213 scripts/kconfig/qconf.cc 	QString* text = reinterpret_cast<QString*>(data);
text             1217 scripts/kconfig/qconf.cc 		*text += QString().sprintf("<a href=\"s%p\">", sym);
text             1218 scripts/kconfig/qconf.cc 		*text += str2;
text             1219 scripts/kconfig/qconf.cc 		*text += "</a>";
text             1221 scripts/kconfig/qconf.cc 		*text += str2;
text             1321 scripts/kconfig/qconf.cc 	result = sym_re_search(editField->text().toLatin1());
text             1345 scripts/kconfig/qconf.cc 		rootmenu.prompt->text,
text              168 scripts/kconfig/qconf.h 	void setText(colIdx idx, const QString& text)
text              170 scripts/kconfig/qconf.h 		Parent::setText(idx, text);
text              172 scripts/kconfig/qconf.h 	QString text(colIdx idx) const
text              174 scripts/kconfig/qconf.h 		return Parent::text(idx);
text              175 scripts/unifdef.c static bool             text;			/* -t: this is a text file */
text              304 scripts/unifdef.c 			text = true;
text              974 scripts/unifdef.c 	if (text || ignoring[depth]) {
text              497 sound/core/hwdep.c 		entry->c.text.read = snd_hwdep_proc_read;
text              313 sound/core/info.c 	if (!entry->c.text.write)
text              359 sound/core/info.c 	if (!entry->c.text.read) {
text              363 sound/core/info.c 		entry->c.text.read(entry, data->rbuffer);
text              409 sound/core/info.c 	if (data->wbuffer && entry->c.text.write)
text              410 sound/core/info.c 		entry->c.text.write(entry, data->wbuffer);
text              888 sound/core/info.c 		entry->c.text.write = write;
text              912 sound/core/info.c 	entry->c.text.read = snd_info_version_read;
text              105 sound/core/info_oss.c 	entry->c.text.read = snd_sndstat_proc_read;
text              858 sound/core/init.c 	entry->c.text.read = snd_card_info_read;
text              866 sound/core/init.c 	entry->c.text.read = snd_card_module_info_read;
text             1236 sound/core/oss/mixer_oss.c 	entry->c.text.read = snd_mixer_oss_proc_read;
text             1237 sound/core/oss/mixer_oss.c 	entry->c.text.write = snd_mixer_oss_proc_write;
text             3034 sound/core/oss/pcm_oss.c 			entry->c.text.read = snd_pcm_oss_proc_read;
text             3035 sound/core/oss/pcm_oss.c 			entry->c.text.write = snd_pcm_oss_proc_write;
text              525 sound/core/pcm.c 		entry->c.text.write = snd_pcm_xrun_debug_write;
text              582 sound/core/pcm.c 		entry->c.text.write = snd_pcm_xrun_injection_write;
text              179 sound/core/pcm_memory.c 		entry->c.text.write = snd_pcm_lib_preallocate_proc_write;
text             1736 sound/core/rawmidi.c 		entry->c.text.read = snd_rawmidi_proc_info_read;
text              281 sound/core/seq/oss/seq_oss.c 	entry->c.text.read = info_read;
text               30 sound/core/seq/seq_info.c 	entry->c.text.read = read;
text              269 sound/core/seq_device.c 	info_entry->c.text.read = snd_seq_device_info;
text              377 sound/core/sound.c 	entry->c.text.read = snd_minor_info_read;
text              241 sound/core/sound_oss.c 	entry->c.text.read = snd_minor_info_oss_read;
text             1270 sound/core/timer.c 		entry->c.text.read = snd_timer_proc_read;
text              436 sound/pci/ac97/ac97_proc.c 		entry->c.text.write = snd_ac97_proc_regs_write;
text             2898 sound/pci/hda/hda_generic.c 	const char *text = NULL;
text             2909 sound/pci/hda/hda_generic.c 			text = out_jack_texts[idx];
text             2911 sound/pci/hda/hda_generic.c 			text = "Headphone Out";
text             2916 sound/pci/hda/hda_generic.c 			text = vref_texts[get_vref_idx(vref_caps, idx)];
text             2918 sound/pci/hda/hda_generic.c 			text = "Mic In";
text             2921 sound/pci/hda/hda_generic.c 	strcpy(uinfo->value.enumerated.name, text);
text              516 sound/pci/hda/patch_hdmi.c 	entry->c.text.write = write_eld_info;
text             1809 sound/soc/codecs/wm_adsp.c 	char *file, *text = NULL;
text             1879 sound/soc/codecs/wm_adsp.c 		text = NULL;
text             1886 sound/soc/codecs/wm_adsp.c 			text = kzalloc(le32_to_cpu(region->len) + 1,
text             1897 sound/soc/codecs/wm_adsp.c 			text = kzalloc(le32_to_cpu(region->len) + 1,
text             1942 sound/soc/codecs/wm_adsp.c 		if (text) {
text             1943 sound/soc/codecs/wm_adsp.c 			memcpy(text, region->data, le32_to_cpu(region->len));
text             1944 sound/soc/codecs/wm_adsp.c 			adsp_info(dsp, "%s: %s\n", file, text);
text             1945 sound/soc/codecs/wm_adsp.c 			kfree(text);
text             1946 sound/soc/codecs/wm_adsp.c 			text = NULL;
text             1991 sound/soc/codecs/wm_adsp.c 	kfree(text);
text              631 sound/soc/intel/baytrail/sst-baytrail-ipc.c static void byt_shim_dbg(struct sst_generic_ipc *ipc, const char *text)
text              643 sound/soc/intel/baytrail/sst-baytrail-ipc.c 		text, ipcx, isr, ipcd, imrx);
text             2060 sound/soc/intel/haswell/sst-haswell-ipc.c static void hsw_shim_dbg(struct sst_generic_ipc *ipc, const char *text)
text             2072 sound/soc/intel/haswell/sst-haswell-ipc.c 		text, ipcx, isr, ipcd, imrx);
text               50 sound/soc/sof/ipc.c static void ipc_log_header(struct device *dev, u8 *text, u32 cmd)
text              186 sound/soc/sof/ipc.c 		dev_dbg(dev, "%s: 0x%x: %s: %s\n", text, cmd, str, str2);
text              188 sound/soc/sof/ipc.c 		dev_dbg(dev, "%s: 0x%x: %s\n", text, cmd, str);
text              191 sound/soc/sof/ipc.c static inline void ipc_log_header(struct device *dev, u8 *text, u32 cmd)
text              194 sound/soc/sof/ipc.c 		dev_dbg(dev, "%s: 0x%x\n", text, cmd);
text              104 sound/synth/emux/emux_proc.c 	entry->c.text.read = snd_emux_proc_info_read;
text             3200 tools/lib/bpf/libbpf.c 	struct bpf_program *text;
text             3214 tools/lib/bpf/libbpf.c 		text = bpf_object__find_prog_by_idx(obj, obj->efile.text_shndx);
text             3215 tools/lib/bpf/libbpf.c 		if (!text) {
text             3219 tools/lib/bpf/libbpf.c 		new_cnt = prog->insns_cnt + text->insns_cnt;
text             3229 tools/lib/bpf/libbpf.c 							text->section_name,
text             3235 tools/lib/bpf/libbpf.c 		memcpy(new_insn + prog->insns_cnt, text->insns,
text             3236 tools/lib/bpf/libbpf.c 		       text->insns_cnt * sizeof(*insn));
text             3240 tools/lib/bpf/libbpf.c 			 text->insns_cnt, text->section_name,
text               53 tools/lib/traceevent/event-utils.h static inline int has_text(const char *text)
text               55 tools/lib/traceevent/event-utils.h 	if (!text)
text               58 tools/lib/traceevent/event-utils.h 	while (*text) {
text               59 tools/lib/traceevent/event-utils.h 		if (!isspace(*text))
text               61 tools/lib/traceevent/event-utils.h 		text++;
text              246 tools/objtool/check.c 			sec->text = true;
text               39 tools/objtool/elf.h 	bool changed, text, rodata;
text              140 tools/objtool/orc_gen.c 		if (!sec->text)
text              177 tools/objtool/orc_gen.c 		if (!sec->text)
text              389 tools/perf/builtin-c2c.c 		const char *text;
text              451 tools/perf/builtin-c2c.c 	const char *text = NULL;
text              458 tools/perf/builtin-c2c.c 		text = dim->header.line[line].text;
text              460 tools/perf/builtin-c2c.c 		if (!text && (line == hpp_list->nr_header_lines - 1))
text              461 tools/perf/builtin-c2c.c 			text = dim->se->se_header;
text              463 tools/perf/builtin-c2c.c 		text = dim->header.line[line].text;
text              473 tools/perf/builtin-c2c.c 	if (text == NULL)
text              474 tools/perf/builtin-c2c.c 		text = "";
text              476 tools/perf/builtin-c2c.c 	return scnprintf(hpp->buf, hpp->size, "%*s", width, text);
text             1244 tools/perf/builtin-c2c.c 			.text = __h,	\
text             1251 tools/perf/builtin-c2c.c 			.text = __h0,	\
text             1254 tools/perf/builtin-c2c.c 			.text = __h1,	\
text             1261 tools/perf/builtin-c2c.c 			.text = __h0,	\
text             1265 tools/perf/builtin-c2c.c 			.text = __h1,	\
text             1272 tools/perf/builtin-c2c.c 			.text = __h,	\
text             2542 tools/perf/builtin-c2c.c 	dim_dcacheline.header.line[0].text = buf;
text             2551 tools/perf/builtin-c2c.c 	dim_offset.header.line[0].text = buf;
text               11 tools/perf/lib/include/internal/tests.h #define __T(text, cond)                                                          \
text               14 tools/perf/lib/include/internal/tests.h 		fprintf(stderr, "FAILED %s:%d %s\n", __FILE__, __LINE__, text);  \
text               26 tools/perf/tests/mem.c int test__mem(struct test *text __maybe_unused, int subtest __maybe_unused)
text                7 tools/perf/tests/tests.h #define TEST_ASSERT_VAL(text, cond)					 \
text               10 tools/perf/tests/tests.h 		pr_debug("FAILED %s:%d %s\n", __FILE__, __LINE__, text); \
text               15 tools/perf/tests/tests.h #define TEST_ASSERT_EQUAL(text, val, expected)				 \
text               19 tools/perf/tests/tests.h 			 __FILE__, __LINE__, text, val, expected);	 \
text               14 tools/perf/tests/wp.c #define WP_TEST_ASSERT_VAL(fd, text, val)       \
text               18 tools/perf/tests/wp.c 	TEST_ASSERT_VAL(text, count == val);    \
text              214 tools/perf/ui/browser.c 	char *text;
text              218 tools/perf/ui/browser.c 	err = vasprintf(&text, format, args);
text              226 tools/perf/ui/browser.c 		while ((key = ui__question_window("Warning!", text,
text              230 tools/perf/ui/browser.c 		free(text);
text              236 tools/perf/ui/browser.c int ui_browser__help_window(struct ui_browser *browser, const char *text)
text              240 tools/perf/ui/browser.c 	while ((key = ui__help_window(text)) == K_RESIZE)
text              246 tools/perf/ui/browser.c bool ui_browser__dialog_yesno(struct ui_browser *browser, const char *text)
text              250 tools/perf/ui/browser.c 	while ((key = ui__dialog_yesno(text)) == K_RESIZE)
text               69 tools/perf/ui/browser.h int ui_browser__help_window(struct ui_browser *browser, const char *text);
text               70 tools/perf/ui/browser.h bool ui_browser__dialog_yesno(struct ui_browser *browser, const char *text);
text               71 tools/perf/ui/browser.h int ui_browser__input_window(const char *title, const char *text, char *input,
text               71 tools/perf/ui/tui/util.c int ui_browser__input_window(const char *title, const char *text, char *input,
text               79 tools/perf/ui/tui/util.c 	t = text;
text              110 tools/perf/ui/tui/util.c 	SLsmg_write_wrapped_string((unsigned char *)text, y, x,
text              163 tools/perf/ui/tui/util.c void __ui__info_window(const char *title, const char *text, const char *exit_msg)
text              169 tools/perf/ui/tui/util.c 	t = text;
text              202 tools/perf/ui/tui/util.c 	SLsmg_write_wrapped_string((unsigned char *)text, y, x,
text              212 tools/perf/ui/tui/util.c void ui__info_window(const char *title, const char *text)
text              215 tools/perf/ui/tui/util.c 	__ui__info_window(title, text, NULL);
text              220 tools/perf/ui/tui/util.c int ui__question_window(const char *title, const char *text,
text              224 tools/perf/ui/tui/util.c 	__ui__info_window(title, text, exit_msg);
text              230 tools/perf/ui/tui/util.c int ui__help_window(const char *text)
text              232 tools/perf/ui/tui/util.c 	return ui__question_window("Help", text, "Press any key...", 0);
text                9 tools/perf/ui/util.h int ui__help_window(const char *text);
text               11 tools/perf/ui/util.h void __ui__info_window(const char *title, const char *text, const char *exit_msg);
text               12 tools/perf/ui/util.h void ui__info_window(const char *title, const char *text);
text               13 tools/perf/ui/util.h int ui__question_window(const char *title, const char *text,
text              244 tools/perf/util/bpf-loader.c 	char *text = strdup(config_str);
text              249 tools/perf/util/bpf-loader.c 	if (!text) {
text              254 tools/perf/util/bpf-loader.c 	line = text;
text              276 tools/perf/util/bpf-loader.c 		main_str = config_str + (line - text);
text              277 tools/perf/util/bpf-loader.c 	free(text);
text              272 tools/perf/util/svghelper.c 	static char text[80];
text              274 tools/perf/util/svghelper.c 	text[0] = 0;
text              277 tools/perf/util/svghelper.c 		return text;
text              280 tools/perf/util/svghelper.c 		sprintf(text, "%.1f us", duration / (double)NSEC_PER_USEC);
text              281 tools/perf/util/svghelper.c 		return text;
text              283 tools/perf/util/svghelper.c 	sprintf(text, "%.1f ms", duration / (double)NSEC_PER_MSEC);
text              285 tools/perf/util/svghelper.c 	return text;
text              290 tools/perf/util/svghelper.c 	char *text;
text              302 tools/perf/util/svghelper.c 	text = time_to_string(end-start);
text              319 tools/perf/util/svghelper.c 			font_size, text);
text              601 tools/perf/util/svghelper.c void svg_text(int Yslot, u64 start, const char *text)
text              607 tools/perf/util/svghelper.c 		time2pixels(start), Yslot * SLOT_MULT+SLOT_HEIGHT/2, text);
text              610 tools/perf/util/svghelper.c static void svg_legenda_box(int X, const char *text, const char *style)
text              618 tools/perf/util/svghelper.c 		X + boxsize + 5, boxsize, 0.8 * boxsize, text);
text               31 tools/perf/util/svghelper.h void svg_text(int Yslot, u64 start, const char *text);
text              136 tools/testing/selftests/x86/entry_from_vm86.c 		    const char *text)
text              140 tools/testing/selftests/x86/entry_from_vm86.c 	printf("[RUN]\t%s from vm86 mode\n", text);