strstr            473 arch/alpha/kernel/setup.c 	alpha_using_qemu = strstr((const char *)hwrpb->ssn, "QEMU") != 0;
strstr             32 arch/arm/boot/compressed/decompress.c extern char * strstr(const char * s1, const char *s2);
strstr            109 arch/arm64/kernel/kaslr.c 	str = strstr(cmdline, "nokaslr");
strstr            460 arch/ia64/kernel/module.c 		if (strstr(secstrings + s->sh_name, ".init"))
strstr            235 arch/microblaze/mm/init.c 	p = strstr(cmd_line, "mem=");
strstr            114 arch/mips/alchemy/common/prom.c 		ethaddr_str = strstr(arcs_cmdline, "ethaddr=");
strstr            508 arch/mips/ar7/platform.c 	if (strstr(prid, "Fritz_Box_FON")) {
strstr            511 arch/mips/ar7/platform.c 	} else if (strstr(prid, "Fritz_Box_")) {
strstr            515 arch/mips/ar7/platform.c 		&& usb_prod != NULL && strstr(usb_prod, "DSL-502T")) {
strstr            518 arch/mips/ar7/platform.c 	} else if (strstr(prid, "DG834")) {
strstr            521 arch/mips/ar7/platform.c 	} else if (strstr(prid, "CYWM") || strstr(prid, "CYWL")) {
strstr            524 arch/mips/ar7/platform.c 	} else if (strstr(prid, "GT701")) {
strstr            195 arch/mips/ar7/prom.c 	if (strstr(arcs_cmdline, "console="))
strstr            117 arch/mips/bcm47xx/setup.c 		if (strstr(buf, "console=ttyS1")) {
strstr            859 arch/mips/cavium-octeon/setup.c 	arg = strstr(arcs_cmdline, "mem=");
strstr            900 arch/mips/cavium-octeon/setup.c 	if (strstr(arcs_cmdline, "console=") == NULL) {
strstr            111 arch/mips/generic/yamon-dt.c 		var = strstr(arcs_cmdline, param_name);
strstr            239 arch/mips/kernel/relocate.c 	str = strstr(builtin_cmdline, "nokaslr");
strstr            244 arch/mips/kernel/relocate.c 	str = strstr(arcs_cmdline, "nokaslr");
strstr             66 arch/mips/loongson32/common/prom.c 	if (strstr(arcs_cmdline, "console=ttyS3"))
strstr             68 arch/mips/loongson32/common/prom.c 	else if (strstr(arcs_cmdline, "console=ttyS2"))
strstr             70 arch/mips/loongson32/common/prom.c 	else if (strstr(arcs_cmdline, "console=ttyS1"))
strstr             46 arch/mips/loongson64/common/machtype.c 	p = strstr(arcs_cmdline, "machtype=");
strstr             54 arch/mips/loongson64/common/machtype.c 	p = strstr(str, " ");
strstr             59 arch/mips/loongson64/common/machtype.c 		if (strstr(system_types[machtype], str)) {
strstr             27 arch/mips/loongson64/lemote-2f/machtype.c 	if (strstr(arcs_cmdline, "PMON_VER=LM")) {
strstr             28 arch/mips/loongson64/lemote-2f/machtype.c 		if (strstr(arcs_cmdline, "PMON_VER=LM8"))
strstr             30 arch/mips/loongson64/lemote-2f/machtype.c 		else if (strstr(arcs_cmdline, "PMON_VER=LM6"))
strstr             32 arch/mips/loongson64/lemote-2f/machtype.c 		else if (strstr(arcs_cmdline, "PMON_VER=LM9"))
strstr            181 arch/mips/mti-malta/malta-dtshim.c 		var = strstr(arcs_cmdline, param_name);
strstr             75 arch/mips/mti-malta/malta-init.c 	if ((strstr(fw_getcmdline(), "earlycon=")) == NULL) {
strstr             81 arch/mips/mti-malta/malta-init.c 	if ((strstr(fw_getcmdline(), "console=")) == NULL) {
strstr            105 arch/mips/mti-malta/malta-setup.c 		if (strstr(fw_getcmdline(), "iobcuncached")) {
strstr            161 arch/mips/mti-malta/malta-setup.c 	optptr = strstr(argptr, "pci_clock=");
strstr            201 arch/mips/mti-malta/malta-setup.c 	if (strstr(argptr, "debug")) {
strstr            120 arch/mips/netlogic/xlr/setup.c 	if ((strstr(arcs_cmdline, "console=")) == NULL) {
strstr            129 arch/mips/netlogic/xlr/setup.c 	if ((strstr(arcs_cmdline, "rdinit=")) == NULL) {
strstr           1473 arch/mips/pci/pcie-octeon.c 	if (strstr(octeon_board_type_string(), "EBH5600") &&
strstr             93 arch/mips/pic32/pic32mzda/early_console.c 	s = strstr(arch_cmdline, "earlyprintk=");
strstr             95 arch/mips/pic32/pic32mzda/early_console.c 		s = strstr(s, "ttyS");
strstr            116 arch/mips/pic32/pic32mzda/early_console.c 	s = strstr(arch_cmdline, "earlyprintk=");
strstr            118 arch/mips/pic32/pic32mzda/early_console.c 		s = strstr(s, "ttyS");
strstr            107 arch/mips/txx9/generic/setup.c 		if (strstr(board_vecs[i]->system, name))
strstr            789 arch/powerpc/kernel/dt_cpu_ftrs.c 	if (strstr(p, "dt_cpu_ftrs=off"))
strstr            583 arch/powerpc/kernel/legacy_serial.c 	if (strstr(boot_command_line, "console=")) {
strstr            100 arch/powerpc/kernel/module_32.c 		if ((strstr(secstrings + sechdrs[i].sh_name, ".init") != NULL)
strstr            105 arch/powerpc/kernel/module_32.c 		if (strstr(secstrings + sechdrs[i].sh_name, ".debug"))
strstr            360 arch/powerpc/kernel/module_64.c 		while ((p = strstr(secstrings + sechdrs[i].sh_name, ".init")))
strstr            281 arch/powerpc/kernel/prom.c 	if (model && strstr(model, "440EP")) {
strstr            148 arch/powerpc/kernel/rtas_pci.c 	if (model && strstr(model, "Python"))
strstr            166 arch/powerpc/kernel/udbg.c 	if (strstr(boot_command_line, "udbg-immortal")) {
strstr             97 arch/powerpc/mm/init_32.c 	if (strstr(boot_command_line, "nobats")) {
strstr            101 arch/powerpc/mm/init_32.c 	if (strstr(boot_command_line, "noltlbs")) {
strstr            916 arch/powerpc/mm/numa.c 	if (strstr(p, "off"))
strstr            919 arch/powerpc/mm/numa.c 	if (strstr(p, "debug"))
strstr            922 arch/powerpc/mm/numa.c 	p = strstr(p, "fake=");
strstr            262 arch/powerpc/platforms/chrp/setup.c 	if (strstr(boot_command_line, "console="))
strstr            327 arch/powerpc/platforms/powermac/setup.c 	if (strstr(boot_command_line, "adb_sync")) {
strstr            366 arch/powerpc/platforms/powermac/setup.c 	p = strstr(boot_command_line, "root=");
strstr            454 arch/powerpc/platforms/powermac/setup.c 	if (strstr(boot_command_line, "btextdbg")) {
strstr            463 arch/powerpc/platforms/powermac/setup.c 	udbg_scc_init(!!strstr(boot_command_line, "sccdbg"));
strstr            464 arch/powerpc/platforms/powermac/setup.c 	udbg_adb_init(!!strstr(boot_command_line, "btextdbg"));
strstr            533 arch/powerpc/platforms/powermac/setup.c 	if (strstr(boot_command_line, "console=")) {
strstr             50 arch/s390/include/asm/string.h char *strstr(const char *s1, const char *s2);
strstr            198 arch/s390/kernel/setup.c 		ptr = strstr(query_buffer, "SUBCHANNEL =");
strstr            201 arch/s390/kernel/setup.c 		ptr = strstr(query_buffer, "CONMODE");
strstr            303 arch/s390/lib/string.c EXPORT_SYMBOL(strstr);
strstr            152 arch/sh/kernel/sh_bios.c 	if (strstr(buf, "keep"))
strstr             25 arch/sh/mm/consistent.c 	while ((p = strstr(p, "memchunk."))) {
strstr            780 arch/sh/mm/pmb.c 	if (strstr(p, "iomap"))
strstr            874 arch/sparc/mm/init_64.c 	if (strstr(p, "off"))
strstr            877 arch/sparc/mm/init_64.c 	if (strstr(p, "debug"))
strstr             24 arch/um/os-Linux/user_syms.c EXPORT_SYMBOL(strstr);
strstr             39 arch/unicore32/kernel/early_printk.c 	if (strstr(buf, "keep"))
strstr            250 arch/x86/boot/compressed/kaslr.c 	if (!strstr(args, "memmap=") && !strstr(args, "mem=") &&
strstr            251 arch/x86/boot/compressed/kaslr.c 		!strstr(args, "hugepages"))
strstr            275 arch/x86/boot/compressed/kaslr.c 		} else if (strstr(param, "hugepages")) {
strstr             25 arch/x86/boot/string.h extern char *strstr(const char *s1, const char *s2);
strstr            218 arch/x86/include/asm/string_32.h extern char *strstr(const char *cs, const char *ct);
strstr           1662 arch/x86/kernel/cpu/common.c 	if (vendor && !strstr(c->x86_model_id, vendor))
strstr            355 arch/x86/kernel/early_printk.c 	keep = (strstr(buf, "keep") != NULL);
strstr             33 arch/x86/lib/strstr_32.c EXPORT_SYMBOL(strstr);
strstr             81 arch/x86/xen/setup.c 	arg = strstr(xen_start_info->cmd_line, "xen_512gb_limit");
strstr             85 arch/x86/xen/setup.c 	arg = strstr(xen_start_info->cmd_line, "xen_512gb_limit=");
strstr            449 drivers/acpi/acpica/dbcmds.c 	sub_string = strstr("INSTALL", action_arg);
strstr            462 drivers/acpi/acpica/dbcmds.c 	sub_string = strstr("REMOVE", action_arg);
strstr            643 drivers/acpi/acpica/dbinput.c 		if (strstr
strstr             47 drivers/acpi/acpica/dbutils.c 		if (strstr(ACPI_CAST_PTR(char, arguments[i].name),
strstr            125 drivers/ata/pata_ali.c 	if (strstr(model_num, "WDC"))
strstr            508 drivers/ata/pata_it821x.c 	if (strstr(model_num, "Integrated Technology Express")) {
strstr            553 drivers/ata/pata_it821x.c 	if (strstr(model_num, "Integrated Technology Express")) {
strstr            273 drivers/ata/pata_pdc2027x.c 	if (strstr(model_num, "Maxtor") == NULL && pair->dma_mode == XFER_UDMA_6)
strstr             64 drivers/block/xen-blkback/xenbus.c 	devname = strstr(devpath, "/dev/");
strstr            616 drivers/cpufreq/pmac32-cpufreq.c 	if (strstr(boot_command_line, "nocpufreq"))
strstr            314 drivers/cpufreq/speedstep-lib.c 				(strstr(c->x86_model_id,
strstr           1221 drivers/edac/e752x_edac.c 	} else if (cpu_id[0] && !strstr(cpu_id, "Xeon")) {
strstr            813 drivers/firmware/dmi_scan.c 				if (strstr(dmi_ident[s],
strstr            911 drivers/firmware/dmi_scan.c 	if (dmi_ident[f] && strstr(dmi_ident[f], str))
strstr            926 drivers/firmware/dmi_scan.c 		if (dmi_ident[f] && strstr(dmi_ident[f], str))
strstr            204 drivers/firmware/efi/libstub/arm-stub.c 		if (strstr(cmdline_ptr, "dtb="))
strstr            453 drivers/firmware/efi/libstub/efi-stub-helper.c 	str = strstr(cmdline, "nokaslr");
strstr            457 drivers/firmware/efi/libstub/efi-stub-helper.c 	str = strstr(cmdline, "quiet");
strstr            465 drivers/firmware/efi/libstub/efi-stub-helper.c 	str = strstr(cmdline, "efi=");
strstr            537 drivers/firmware/efi/libstub/efi-stub-helper.c 		str = strstr(str, option_string);
strstr            567 drivers/firmware/efi/libstub/efi-stub-helper.c 		str = strstr(str, option_string);
strstr             98 drivers/firmware/pcdp.c 	if (strstr(cmdline, "console=hcdp")) {
strstr            101 drivers/firmware/pcdp.c 	} else if (strstr(cmdline, "console=")) {
strstr           1187 drivers/gpu/drm/msm/msm_drv.c 	return (strstr(dev_name(dev), "mdp") != NULL);
strstr           1352 drivers/gpu/drm/omapdrm/dss/dss.c 	if (strstr(dev_name(dev), "rfbi"))
strstr            844 drivers/hid/hid-asus.c 	if (strstr(hdev->name, "T90CHI")) {
strstr           2197 drivers/hid/wacom_sys.c 		} else if (strstr(product_name, "Wacom") ||
strstr           2198 drivers/hid/wacom_sys.c 			   strstr(product_name, "wacom") ||
strstr           2199 drivers/hid/wacom_sys.c 			   strstr(product_name, "WACOM")) {
strstr           2207 drivers/hid/wacom_sys.c 			char *gap = strstr(name, "  ");
strstr            252 drivers/hwmon/coretemp.c 		if (strstr(c->x86_model_id, tjmax_table[i].id))
strstr            327 drivers/hwmon/k10temp.c 		    strstr(boot_cpu_data.x86_model_id, entry->id)) {
strstr            187 drivers/i2c/busses/i2c-taos-evm.c 	start = strstr(buffer, "TAOS ");
strstr            149 drivers/ide/alim15x3.c 		    strstr((char *)&drive->id[ATA_ID_PROD], "WDC "))
strstr             53 drivers/ide/ide-atapi.c 	    !strstr((char *)&id[ATA_ID_PROD], "CD-ROM") &&
strstr             54 drivers/ide/ide-atapi.c 	    strstr((char *)&id[ATA_ID_PROD], "ZIP"))
strstr           1505 drivers/ide/ide-cd.c 		     strstr((char *)&id[ATA_ID_FW_REV], cle->id_firmware)))
strstr           1753 drivers/ide/ide-cd.c 	if (!strstr("ide-cdrom", drive->driver_req))
strstr            362 drivers/ide/ide-gd.c 	if (!strstr("ide-gd", drive->driver_req))
strstr            207 drivers/ide/ide-iops.c 		     strstr((char *)&id[ATA_ID_FW_REV], table->id_firmware)))
strstr            265 drivers/ide/ide-iops.c 		if (strstr(model, "TSSTcorp CDDVDW SH-S202")) {
strstr            310 drivers/ide/ide-iops.c 		if (strstr(m, *list) != NULL) {
strstr            133 drivers/ide/ide-probe.c 		if (!strstr(m, "CD-ROM")) {
strstr            134 drivers/ide/ide-probe.c 			if (!strstr(m, "oppy") &&
strstr            135 drivers/ide/ide-probe.c 			    !strstr(m, "poyp") &&
strstr            136 drivers/ide/ide-probe.c 			    !strstr(m, "ZIP"))
strstr            151 drivers/ide/ide-probe.c 		if (!strstr(m, "CD-ROM") && strstr(m, "ZIP")) {
strstr            232 drivers/ide/ide-probe.c 	if (strstr(m, "E X A B Y T E N E S T"))
strstr           1764 drivers/ide/ide-tape.c 	if (strstr((char *)&drive->id[ATA_ID_PROD], "Seagate STT3401"))
strstr           1948 drivers/ide/ide-tape.c 	if (!strstr(DRV_NAME, drive->driver_req))
strstr            464 drivers/ide/it821x.c 		if (strstr((char *)&id[ATA_ID_PROD],
strstr            227 drivers/ide/siimage.c 	return strstr(m, "Maxtor") ? ATA_UDMA5 : ATA_UDMA6;
strstr             95 drivers/iio/trigger/stm32-timer-trigger.c 	return !!strstr(name, "trgo2");
strstr            100 drivers/iio/trigger/stm32-timer-trigger.c 	return (!!strstr(name, "trgo") && !strstr(name, "trgo2"));
strstr            261 drivers/infiniband/hw/qib/qib_eeprom.c 	if (!strstr(ifp->if_comment, "Tested successfully"))
strstr            240 drivers/leds/leds-mlxcpld.c 		if (strstr(mlx_product_name, mlx_product_names[i]))
strstr            220 drivers/leds/leds-mlxreg.c 		if (strstr(data->label, "red") ||
strstr            221 drivers/leds/leds-mlxreg.c 		    strstr(data->label, "orange")) {
strstr            224 drivers/leds/leds-mlxreg.c 		} else if (strstr(data->label, "amber")) {
strstr            117 drivers/macintosh/windfarm_lm87_sensor.c 		if (strstr(loc, "DIMM"))
strstr            119 drivers/macintosh/windfarm_lm87_sensor.c 		else if (strstr(loc, "Processors"))
strstr            408 drivers/media/pci/cobalt/cobalt-driver.c 	if (strstr(cobalt->hdl_info, COBALT_HDL_SEARCH_STR))
strstr            971 drivers/media/pci/ivtv/ivtv-driver.c 		if (strstr(itv->sd_video->name, "saa7114")) {
strstr            535 drivers/media/platform/davinci/vpbe.c 	if (strstr(pdev->name, "vpbe-osd"))
strstr            537 drivers/media/platform/davinci/vpbe.c 	if (strstr(pdev->name, "vpbe-venc"))
strstr           1275 drivers/media/platform/davinci/vpbe_display.c 	if (strstr(pdev->name, "vpbe-osd"))
strstr            588 drivers/media/platform/davinci/vpbe_venc.c 	if (strstr(pdev->name, "vpbe-venc") != NULL)
strstr            311 drivers/media/usb/siano/smsusb.c 	} else if (strstr(product_string, "DVBH"))
strstr            313 drivers/media/usb/siano/smsusb.c 	else if (strstr(product_string, "BDA"))
strstr            315 drivers/media/usb/siano/smsusb.c 	else if (strstr(product_string, "DVBT"))
strstr            317 drivers/media/usb/siano/smsusb.c 	else if (strstr(product_string, "TDMB"))
strstr            807 drivers/mfd/kempld-core.c 			if (strstr(id->ident, force_device_id))
strstr            977 drivers/misc/kgdbts.c 	if (strstr(config, "V1"))
strstr            979 drivers/misc/kgdbts.c 	if (strstr(config, "V2"))
strstr            726 drivers/misc/pch_phub.c 		if (board_name && strstr(board_name, "CM-iTC"))
strstr           1577 drivers/net/can/janz-ican3.c 	if (strstr(mod->fwinfo, "CAL/CANopen"))
strstr            639 drivers/net/ethernet/cavium/liquidio/octeon_console.c 	uboot_ver = strstr(buf, "U-Boot");
strstr            641 drivers/net/ethernet/cavium/liquidio/octeon_console.c 		p = strstr(uboot_ver, "mips");
strstr           3919 drivers/net/ethernet/dec/tulip/de4x5.c 	if (strstr(name,de4x5_signatures[i])!=NULL) break;
strstr           5190 drivers/net/ethernet/dec/tulip/de4x5.c     if ((p = strstr(args, dev->name))) {
strstr           5191 drivers/net/ethernet/dec/tulip/de4x5.c 	if (!(q = strstr(p+strlen(dev->name), "eth"))) q = p + strlen(p);
strstr           5195 drivers/net/ethernet/dec/tulip/de4x5.c 	if (strstr(p, "fdx") || strstr(p, "FDX")) lp->params.fdx = true;
strstr           5197 drivers/net/ethernet/dec/tulip/de4x5.c 	if (strstr(p, "autosense") || strstr(p, "AUTOSENSE")) {
strstr           5198 drivers/net/ethernet/dec/tulip/de4x5.c 	    if (strstr(p, "TP_NW")) {
strstr           5200 drivers/net/ethernet/dec/tulip/de4x5.c 	    } else if (strstr(p, "TP")) {
strstr           5202 drivers/net/ethernet/dec/tulip/de4x5.c 	    } else if (strstr(p, "BNC_AUI")) {
strstr           5204 drivers/net/ethernet/dec/tulip/de4x5.c 	    } else if (strstr(p, "BNC")) {
strstr           5206 drivers/net/ethernet/dec/tulip/de4x5.c 	    } else if (strstr(p, "AUI")) {
strstr           5208 drivers/net/ethernet/dec/tulip/de4x5.c 	    } else if (strstr(p, "10Mb")) {
strstr           5210 drivers/net/ethernet/dec/tulip/de4x5.c 	    } else if (strstr(p, "100Mb")) {
strstr           5212 drivers/net/ethernet/dec/tulip/de4x5.c 	    } else if (strstr(p, "AUTO")) {
strstr            414 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c 	substr = strstr(pstr, VAL_PARM);
strstr            418 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c 		substr = strstr(pstr, VAL_PARM);
strstr            422 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c 	substr = strstr(str, PARAM_CHAR);
strstr            426 drivers/net/ethernet/mellanox/mlx5/core/diag/fw_tracer.c 		substr = strstr(str, PARAM_CHAR);
strstr            411 drivers/net/ethernet/natsemi/macsonic.c 		if (strstr(fres->board->name, "DuoDock"))
strstr           1808 drivers/net/ethernet/neterion/s2io.c 	if (strstr(nic->product_name, "CX4")) {
strstr           3411 drivers/net/ethernet/neterion/s2io.c 	if (strstr(sp->product_name, "CX4"))
strstr            613 drivers/net/ethernet/xircom/xirc2ps_cs.c 	if (p_dev->prod_id[2] && strstr(p_dev->prod_id[2], "CE2"))
strstr            977 drivers/net/hamradio/baycom_epp.c 	if (strstr(modestr,"intclk"))
strstr            979 drivers/net/hamradio/baycom_epp.c 	if (strstr(modestr,"extclk"))
strstr            981 drivers/net/hamradio/baycom_epp.c 	if (strstr(modestr,"intmodem"))
strstr            983 drivers/net/hamradio/baycom_epp.c 	if (strstr(modestr,"extmodem"))
strstr            985 drivers/net/hamradio/baycom_epp.c 	if (strstr(modestr,"noloopback"))
strstr            987 drivers/net/hamradio/baycom_epp.c 	if (strstr(modestr,"loopback"))
strstr            989 drivers/net/hamradio/baycom_epp.c 	if ((cp = strstr(modestr,"fclk="))) {
strstr            996 drivers/net/hamradio/baycom_epp.c 	if ((cp = strstr(modestr,"bps="))) {
strstr           3057 drivers/net/wireless/intersil/hostap/hostap_hw.c 	if (len >= IFNAMSIZ || strstr(dev_template, "%d") == NULL) {
strstr            874 drivers/net/wireless/marvell/libertas/debugfs.c 			p = strstr(p0, d[i].name);
strstr            109 drivers/parport/probe.c 				if (strstr(sep, "PJL") || strstr(sep, "PCL"))
strstr           2645 drivers/pci/quirks.c 	    (strstr(board_name, "P5N32-SLI PREMIUM") ||
strstr           2646 drivers/pci/quirks.c 	     strstr(board_name, "P5N32-E SLI"))) {
strstr            586 drivers/platform/x86/dell_rbu.c 	if (strstr(buffer, "mono"))
strstr            588 drivers/platform/x86/dell_rbu.c 	else if (strstr(buffer, "packet"))
strstr            590 drivers/platform/x86/dell_rbu.c 	else if (strstr(buffer, "init")) {
strstr            365 drivers/platform/x86/hp_accel.c 	if (strstr(dev_name(&device->dev), "HPQ6000"))
strstr           1322 drivers/platform/x86/intel_ips.c 	if (strstr(boot_cpu_data.x86_model_id, "CPU       M"))
strstr           1324 drivers/platform/x86/intel_ips.c 	else if (strstr(boot_cpu_data.x86_model_id, "CPU       L"))
strstr           1326 drivers/platform/x86/intel_ips.c 	else if (strstr(boot_cpu_data.x86_model_id, "CPU       U"))
strstr           6155 drivers/platform/x86/thinkpad_acpi.c 		if (strstr(cmd, "off")) {
strstr           6157 drivers/platform/x86/thinkpad_acpi.c 		} else if (strstr(cmd, "on")) {
strstr           6159 drivers/platform/x86/thinkpad_acpi.c 		} else if (strstr(cmd, "blink")) {
strstr            338 drivers/power/supply/sbs-manager.c 	data->is_ltc1760 = !!strstr(id->name, "ltc1760");
strstr            286 drivers/s390/char/vmlogrdr.c 	if (strstr(cp_response,"Command complete"))
strstr            859 drivers/s390/scsi/zfcp_fc.c 	    !(strstr(gspn_rsp->gspn.fp_name, devno)))
strstr            784 drivers/scsi/bfa/bfad_attr.c 	else if (strstr(model, "QLogic-1860")) {
strstr           3919 drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c 	if (strstr(name, "tpgt_") != name)
strstr            992 drivers/scsi/qla2xxx/tcm_qla2xxx.c 	if (strstr(name, "tpgt_") != name)
strstr           1112 drivers/scsi/qla2xxx/tcm_qla2xxx.c 	if (strstr(name, "tpgt_") != name)
strstr            832 drivers/staging/greybus/tools/loopback_test.c 		if (strstr(dict[i].name, t->test_name))
strstr            424 drivers/staging/octeon/ethernet.c 	    (always_use_pow || strstr(pow_send_list, dev->name)))
strstr            174 drivers/target/iscsi/iscsi_target_configfs.c 	str = strstr(buf, "[");
strstr            176 drivers/target/iscsi/iscsi_target_configfs.c 		str2 = strstr(str, "]");
strstr            187 drivers/target/iscsi/iscsi_target_configfs.c 		port_str = strstr(str2, ":");
strstr            197 drivers/target/iscsi/iscsi_target_configfs.c 		port_str = strstr(ip_str, ":");
strstr           1099 drivers/target/iscsi/iscsi_target_configfs.c 	tpgt_str = strstr(name, "tpgt_");
strstr             68 drivers/target/iscsi/iscsi_target_nego.c 	ptr = strstr(in_buf, pattern);
strstr             72 drivers/target/iscsi/iscsi_target_nego.c 	ptr = strstr(ptr, "=");
strstr            148 drivers/target/iscsi/iscsi_target_nego.c 	if (strstr("CHAP", authtype))
strstr            153 drivers/target/iscsi/iscsi_target_nego.c 	if (strstr("None", authtype))
strstr            155 drivers/target/iscsi/iscsi_target_nego.c 	else if (strstr("CHAP", authtype))
strstr            606 drivers/target/iscsi/iscsi_target_tpg.c 		none = strstr(buf1, NONE);
strstr            628 drivers/target/iscsi/iscsi_target_tpg.c 		none = strstr(buf1, NONE);
strstr            837 drivers/target/loopback/tcm_loop.c 	ptr = strstr(i_port, "naa.");
strstr            847 drivers/target/loopback/tcm_loop.c 	ptr = strstr(i_port, "fc.");
strstr            857 drivers/target/loopback/tcm_loop.c 	ptr = strstr(i_port, "iqn.");
strstr            967 drivers/target/loopback/tcm_loop.c 	if (strstr(name, "tpgt_") != name) {
strstr           1045 drivers/target/loopback/tcm_loop.c 	ptr = strstr(name, "naa.");
strstr           1050 drivers/target/loopback/tcm_loop.c 	ptr = strstr(name, "fc.");
strstr           1056 drivers/target/loopback/tcm_loop.c 	ptr = strstr(name, "iqn.");
strstr           1995 drivers/target/sbp/sbp_target.c 	if (strstr(name, "tpgt_") != name)
strstr           2117 drivers/target/sbp/sbp_target.c 	if (strstr(page, "implicit") == page) {
strstr           2179 drivers/target/target_core_configfs.c 	ptr = strstr(page, "1");
strstr           3359 drivers/target/target_core_configfs.c 	str = strstr(buf, "_");
strstr           3369 drivers/target/target_core_configfs.c 	str2 = strstr(str+1, "_");
strstr            286 drivers/target/target_core_fabric_configfs.c 	if (strstr(buf, "lun_") != buf) {
strstr            750 drivers/target/target_core_fabric_configfs.c 	if (strstr(name, "lun_") != name) {
strstr            319 drivers/target/target_core_fabric_lib.c 		p = strstr(&buf[4], ",i,0x");
strstr            231 drivers/target/tcm_fc/tfc_conf.c 	if (strstr(name, "tpgt_") != name)
strstr            426 drivers/tty/hvc/hvc_vio.c 	if (!strstr(boot_command_line, "console="))
strstr           1487 drivers/tty/serial/8250/8250_omap.c 	if (strstr(boot_command_line, "console=ttyS"))
strstr           1491 drivers/tty/serial/8250/8250_omap.c 	omap_str = strstr(boot_command_line, "console=ttyO");
strstr            394 drivers/tty/serial/8250/8250_pnp.c 		if (strstr(name, *tmp))
strstr           3122 drivers/tty/serial/sh-sci.c 	if (!strstr(early_serial_buf, "keep"))
strstr           1218 drivers/tty/serial/ucc_uart.c 		if (qe_fw_info && strstr(qe_fw_info->id, "Soft-UART")) {
strstr            610 drivers/usb/early/xhci-dbc.c 	if (strstr(s, "keep"))
strstr           1317 drivers/usb/gadget/function/f_tcm.c 	n = strstr(name, "naa.");
strstr           1345 drivers/usb/gadget/function/f_tcm.c 	if (strstr(name, "tpgt_") != name)
strstr           1659 drivers/usb/gadget/function/f_tcm.c 	ptr = strstr(i_port, "naa.");
strstr            537 drivers/usb/gadget/udc/dummy_hcd.c 		if (strstr(ep->ep.name, "-iso")
strstr            538 drivers/usb/gadget/udc/dummy_hcd.c 				|| strstr(ep->ep.name, "-int")) {
strstr            560 drivers/usb/gadget/udc/dummy_hcd.c 		if (strstr(ep->ep.name, "-iso")) /* bulk is ok */
strstr            582 drivers/usb/gadget/udc/dummy_hcd.c 		if (strstr(ep->ep.name, "-bulk")
strstr            583 drivers/usb/gadget/udc/dummy_hcd.c 				|| strstr(ep->ep.name, "-int"))
strstr            537 drivers/usb/gadget/udc/fsl_qe_udc.c 			if (strstr(ep->ep.name, "-iso")
strstr            538 drivers/usb/gadget/udc/fsl_qe_udc.c 					|| strstr(ep->ep.name, "-int"))
strstr            559 drivers/usb/gadget/udc/fsl_qe_udc.c 			if (strstr(ep->ep.name, "-iso"))	/* bulk is ok */
strstr            575 drivers/usb/gadget/udc/fsl_qe_udc.c 			if (strstr(ep->ep.name, "-bulk")
strstr            576 drivers/usb/gadget/udc/fsl_qe_udc.c 				|| strstr(ep->ep.name, "-int"))
strstr            590 drivers/usb/gadget/udc/fsl_qe_udc.c 			if (strstr(ep->ep.name, "-iso")
strstr            591 drivers/usb/gadget/udc/fsl_qe_udc.c 				|| strstr(ep->ep.name, "-int"))
strstr            550 drivers/usb/host/xhci.c 	if (!(strstr(dmi_sys_vendor, "Hewlett-Packard")))
strstr            553 drivers/usb/host/xhci.c 	if (strstr(dmi_product_name, "Z420") ||
strstr            554 drivers/usb/host/xhci.c 			strstr(dmi_product_name, "Z620") ||
strstr            555 drivers/usb/host/xhci.c 			strstr(dmi_product_name, "Z820") ||
strstr            556 drivers/usb/host/xhci.c 			strstr(dmi_product_name, "Z1 Workstation"))
strstr           2089 drivers/vhost/scsi.c 	ptr = strstr(i_port, "naa.");
strstr           2100 drivers/vhost/scsi.c 	ptr = strstr(i_port, "fc.");
strstr           2111 drivers/vhost/scsi.c 	ptr = strstr(i_port, "iqn.");
strstr           2156 drivers/vhost/scsi.c 	if (strstr(name, "tpgt_") != name)
strstr           2225 drivers/vhost/scsi.c 	ptr = strstr(name, "naa.");
strstr           2230 drivers/vhost/scsi.c 	ptr = strstr(name, "fc.");
strstr           2236 drivers/vhost/scsi.c 	ptr = strstr(name, "iqn.");
strstr           1209 drivers/video/fbdev/omap2/omapfb/dss/dss.c 	if (strstr(dev_name(dev), "rfbi"))
strstr            326 drivers/video/fbdev/simplefb.c 		p = strstr(prop->name, SUPPLY_SUFFIX);
strstr            343 drivers/video/fbdev/simplefb.c 		p = strstr(prop->name, SUPPLY_SUFFIX);
strstr            850 drivers/video/fbdev/sm712fb.c 		if (strstr(options, vesa_mode_table[i].index)) {
strstr           1153 drivers/video/fbdev/stifb.c 		if (strstr(dev_name, "DX")) {
strstr           1193 drivers/video/fbdev/stifb.c 		if (strstr(dev_name, "GRAYSCALE") || 
strstr           1194 drivers/video/fbdev/stifb.c 		    strstr(dev_name, "Grayscale") ||
strstr           1195 drivers/video/fbdev/stifb.c 		    strstr(dev_name, "grayscale"))
strstr            206 drivers/watchdog/sbc_fitpc2_wdt.c 	if (!brd_name || !strstr(brd_name, "SBC-FITPC2"))
strstr             78 drivers/xen/cpu_hotplug.c 	cpustr = strstr(path, "cpu/");
strstr           1332 drivers/xen/xen-scsiback.c 	ptr = strstr(name, "naa.");
strstr           1337 drivers/xen/xen-scsiback.c 	ptr = strstr(name, "fc.");
strstr           1343 drivers/xen/xen-scsiback.c 	ptr = strstr(name, "iqn.");
strstr           1641 drivers/xen/xen-scsiback.c 	ptr = strstr(i_port, "naa.");
strstr           1651 drivers/xen/xen-scsiback.c 	ptr = strstr(i_port, "fc.");
strstr           1661 drivers/xen/xen-scsiback.c 	ptr = strstr(i_port, "iqn.");
strstr           1744 drivers/xen/xen-scsiback.c 	if (strstr(name, "tpgt_") != name)
strstr           1559 fs/btrfs/super.c 		if (!strstr(crc32c_impl(), "generic"))
strstr            194 include/linux/dynamic_debug.h 	if (strstr(param, "dyndbg")) {
strstr            156 include/linux/fs_enet_pd.h 	if(strstr(fpi->fs_type, "SCC"))
strstr            158 include/linux/fs_enet_pd.h 	if(strstr(fpi->fs_type, "FCC"))
strstr            160 include/linux/fs_enet_pd.h 	if(strstr(fpi->fs_type, "FEC"))
strstr             64 include/linux/fs_uart_pd.h         if(strstr(fpi->fs_type, "SMC"))
strstr             66 include/linux/fs_uart_pd.h         if(strstr(fpi->fs_type, "SCC"))
strstr             81 include/linux/string.h extern char * strstr(const char *, const char *);
strstr            647 init/do_mounts.c 		(!root_fs_names || strstr(root_fs_names, "tmpfs")))
strstr            193 kernel/crash_core.c 	p = strstr(p, name);
strstr            218 kernel/crash_core.c 		p = strstr(p+1, name);
strstr           1704 kernel/resource.c 	if (strstr(str, "relaxed"))
strstr           1706 kernel/resource.c 	if (strstr(str, "strict"))
strstr           3693 kernel/trace/ftrace.c 		if (strstr(str, g->search))
strstr           7019 kernel/trace/trace.c 	found = strstr(cmd, str);
strstr            782 kernel/trace/trace_events_filter.c 		return strstr(str, r->pattern) != NULL;
strstr           1083 kernel/trace/trace_events_filter.c 	if (strstr(type, "__data_loc") && strstr(type, "char"))
strstr           1086 kernel/trace/trace_events_filter.c 	if (strchr(type, '[') && strstr(type, "char"))
strstr            692 kernel/trace/trace_events_hist.c 	if (strstr(type, "char[") != NULL)
strstr            704 kernel/trace/trace_events_hist.c 	start = strstr(type, "char[");
strstr           6240 kernel/trace/trace_events_hist.c 		p = strstr(p, "if");
strstr            177 lib/dynamic_debug.c 			    !strstr(dp->format, query->format))
strstr            959 lib/string.c   EXPORT_SYMBOL(strstr);
strstr           1886 mm/memblock.c  	if (p && strstr(p, "debug"))
strstr           1630 net/ipv4/ipconfig.c 		client_id = strstr(name, "dhcp,");
strstr             40 samples/bpf/trace_event_user.c 	if (!strstr(sym->name, "sys_read"))
strstr             42 samples/bpf/trace_event_user.c 	else if (!strstr(sym->name, "sys_write"))
strstr           1570 samples/mic/mpssd/mpssd.c 	temp = strstr(map, "__log_buf");
strstr           1580 samples/mic/mpssd/mpssd.c 	temp = strstr(map, "log_buf_len");
strstr            247 scripts/basic/fixdep.c 	while ((p = strstr(p, "CONFIG_"))) {
strstr           1466 scripts/dtc/checks.c 	if (strstr(prop->name, "nr-gpio"))
strstr           1517 scripts/dtc/checks.c 		str = strstr(prop->name, "gpio");
strstr            355 scripts/gcc-plugins/randomize_layout_plugin.c 	if (strstr(xloc.file, "/uapi/"))
strstr            793 scripts/gcc-plugins/randomize_layout_plugin.c 		if (!strstr(xloc.file, entry->pathname))
strstr            112 scripts/insert-sys-cert.c 		n = strstr(l, name);
strstr           1440 scripts/mod/file2alias.c 	identifier = strstr(name, "__");
strstr            865 scripts/mod/modpost.c 			char *here = strstr(sym, bare);
strstr           1412 scripts/mod/modpost.c 		if (strstr(s, "rodata") != NULL)
strstr           1414 scripts/mod/modpost.c 		else if (strstr(s, "data") != NULL)
strstr            371 scripts/mod/sumversion.c 		if ((strstr(line, dir)+strlen(dir)-1) == strrchr(line, '/')) {
strstr            146 security/apparmor/include/lib.h 	for (split = strstr(hname, "//"); split; split = strstr(hname, "//"))
strstr            369 security/apparmor/policy.c 	for (split = strstr(hname, "//"); split;) {
strstr            376 security/apparmor/policy.c 		split = strstr(hname, "//");
strstr            555 security/tomoyo/common.c 	const char *cp = strstr(string, find);
strstr            579 security/tomoyo/common.c 	const char *cp = strstr(string, find);
strstr            629 security/tomoyo/common.c 	if (strstr(value, "use_default")) {
strstr            635 security/tomoyo/common.c 			if (strstr(value, tomoyo_mode[mode]))
strstr           2017 security/tomoyo/common.c 		argv0 = strstr(header, " argv[]={ \"");
strstr           2022 security/tomoyo/common.c 		realpath = strstr(header, " exec={ realpath=\"");
strstr           2027 security/tomoyo/common.c 		symlink = strstr(header, " symlink.target=\"");
strstr            248 security/tomoyo/domain.c 	char *domainname = strstr(program, " from ");
strstr            116 security/tomoyo/util.c 	const char *cp = strstr(string, keyword);
strstr            891 sound/core/init.c 	ptr = strstr(card->components, component);
strstr            473 sound/i2c/other/ak4114.c 		if (strstr(kctl->id.name, "Playback")) {
strstr            770 sound/pci/hda/patch_sigmatel.c 		if (strstr(dev->name, "HP_Mute_LED_P_G")) {
strstr           1129 sound/soc/codecs/rt1011.c 	if (strstr(ucontrol->id.name, "AdvanceMode Initial Set"))
strstr           1131 sound/soc/codecs/rt1011.c 	else if (strstr(ucontrol->id.name, "AdvanceMode SEP BQ Coeff"))
strstr           1133 sound/soc/codecs/rt1011.c 	else if (strstr(ucontrol->id.name, "AdvanceMode EQ BQ Coeff"))
strstr           1135 sound/soc/codecs/rt1011.c 	else if (strstr(ucontrol->id.name, "AdvanceMode BQ UI Coeff"))
strstr           1137 sound/soc/codecs/rt1011.c 	else if (strstr(ucontrol->id.name, "AdvanceMode SmartBoost Coeff"))
strstr           1169 sound/soc/codecs/rt1011.c 	if (strstr(ucontrol->id.name, "AdvanceMode Initial Set"))
strstr           1171 sound/soc/codecs/rt1011.c 	else if (strstr(ucontrol->id.name, "AdvanceMode SEP BQ Coeff"))
strstr           1173 sound/soc/codecs/rt1011.c 	else if (strstr(ucontrol->id.name, "AdvanceMode EQ BQ Coeff"))
strstr           1175 sound/soc/codecs/rt1011.c 	else if (strstr(ucontrol->id.name, "AdvanceMode BQ UI Coeff"))
strstr           1177 sound/soc/codecs/rt1011.c 	else if (strstr(ucontrol->id.name, "AdvanceMode SmartBoost Coeff"))
strstr            319 sound/soc/codecs/tscs454.c 	if (strstr(kcontrol->id.name, "DAC")) {
strstr            322 sound/soc/codecs/tscs454.c 	} else if (strstr(kcontrol->id.name, "Speaker")) {
strstr            325 sound/soc/codecs/tscs454.c 	} else if (strstr(kcontrol->id.name, "Sub")) {
strstr            412 sound/soc/codecs/tscs454.c 	if (strstr(kcontrol->id.name, "DAC")) {
strstr            419 sound/soc/codecs/tscs454.c 	} else if (strstr(kcontrol->id.name, "Speaker")) {
strstr            426 sound/soc/codecs/tscs454.c 	} else if (strstr(kcontrol->id.name, "Sub")) {
strstr            692 sound/soc/codecs/tscs454.c 	if (strstr(source->name, "PLL 1")) {
strstr            725 sound/soc/codecs/tscs454.c 	if (strstr(w->name, "PLL 1"))
strstr           1428 sound/soc/intel/atom/sst-atom-controls.c 		if (strstr(kctl->id.name, "Volume"))
strstr           1431 sound/soc/intel/atom/sst-atom-controls.c 		else if (strstr(kctl->id.name, "params"))
strstr           1434 sound/soc/intel/atom/sst-atom-controls.c 		else if (strstr(kctl->id.name, "Switch") &&
strstr           1435 sound/soc/intel/atom/sst-atom-controls.c 			 strstr(kctl->id.name, "Gain")) {
strstr           1441 sound/soc/intel/atom/sst-atom-controls.c 		} else if (strstr(kctl->id.name, "interleaver")) {
strstr           1446 sound/soc/intel/atom/sst-atom-controls.c 		} else if (strstr(kctl->id.name, "deinterleaver")) {
strstr             79 sound/soc/intel/boards/skl_hda_dsp_generic.c 	if (strstr(link->name, "HDMI")) {
strstr           1119 sound/soc/sh/rcar/core.c 	if (strstr(remote_node->full_name, "hdmi@fead0000")) {
strstr           1125 sound/soc/sh/rcar/core.c 	if (strstr(remote_node->full_name, "hdmi@feae0000")) {
strstr           1734 sound/soc/soc-core.c 		if (strstr(field, dmi_blacklist[i]))
strstr           2487 sound/soc/soc-core.c 	found = strstr(name, dev->driver->name);
strstr           4276 sound/soc/soc-dapm.c 			if (!w->sname || !strstr(w->sname, dai_w->sname))
strstr            192 sound/soc/soc-ops.c 	if (platform_max == 1 && !strstr(kcontrol->id.name, " Volume"))
strstr           1084 sound/usb/mixer.c 		if (strstr(kctl->id.name, "Effect Return") != NULL) {
strstr           1090 sound/usb/mixer.c 		if ((strstr(kctl->id.name, "Playback Volume") != NULL) ||
strstr           1091 sound/usb/mixer.c 			(strstr(kctl->id.name, "Effect Send") != NULL)) {
strstr           1175 sound/usb/mixer.c 		if ((strstr(kctl->id.name, "Playback Volume") != NULL) ||
strstr           1176 sound/usb/mixer.c 			strstr(kctl->id.name, "Capture Volume") != NULL) {
strstr           1534 sound/usb/mixer.c 		if (strstr(card->shortname, *s)) {
strstr           2374 sound/usb/mixer_quirks.c 		if (strstr(kctl->id.name, "Playback"))
strstr            224 tools/bpf/bpf_jit_disasm.c 		if (!strstr(ptr, "JIT code"))
strstr            227 tools/bpf/bpf_jit_disasm.c 		while ((ptr = strstr(pptr, ":")))
strstr            286 tools/bpf/bpftool/common.c 	if (strstr(buf, "bpf-map"))
strstr            288 tools/bpf/bpftool/common.c 	else if (strstr(buf, "bpf-prog"))
strstr            312 tools/bpf/bpftool/common.c 		if (!strstr(line, key))
strstr            281 tools/bpf/bpftool/main.c 		while ((cp = strstr(buf, "\\\n")) != NULL) {
strstr             22 tools/lib/bpf/libbpf_probes.c 	return !!strstr(buffer, pattern);
strstr           1376 tools/lib/traceevent/event-parse.c 	    (strstr(field->type, "char") || strstr(field->type, "u8") ||
strstr           1377 tools/lib/traceevent/event-parse.c 	     strstr(field->type, "s8")))
strstr           1394 tools/lib/traceevent/event-parse.c 	if (strstr(field->type, "long"))
strstr            169 tools/lib/traceevent/event-plugin.c 		p = strstr(plugin, ".");
strstr            573 tools/objtool/check.c 		} else if (strstr(rela->sym->name, "_indirect_thunk_")) {
strstr            629 tools/objtool/check.c 			if (!strstr(insn->func->name, ".cold.") &&
strstr            630 tools/objtool/check.c 			    strstr(insn->jump_dest->func->name, ".cold.")) {
strstr           1302 tools/objtool/check.c 		if ((!strncmp(sec->name, ".rodata", 7) && !strstr(sec->name, ".str1.")) ||
strstr            303 tools/objtool/elf.c 			coldstr = strstr(sym->name, ".cold");
strstr            104 tools/perf/arch/s390/util/kvm-stat.c 	if (strstr(cpuid, "IBM")) {
strstr            149 tools/perf/arch/x86/annotate/instructions.c 	if (arch->family != 6 || arch->model < 0x1e || strstr(ins2, "jmp"))
strstr            154 tools/perf/arch/x86/annotate/instructions.c 		if ((strstr(ins1, "cmp") && !strstr(ins1, "xchg")) ||
strstr            155 tools/perf/arch/x86/annotate/instructions.c 		     strstr(ins1, "test")) {
strstr            160 tools/perf/arch/x86/annotate/instructions.c 		if ((strstr(ins1, "cmp") && !strstr(ins1, "xchg")) ||
strstr            161 tools/perf/arch/x86/annotate/instructions.c 		     strstr(ins1, "test") ||
strstr            162 tools/perf/arch/x86/annotate/instructions.c 		     strstr(ins1, "add") ||
strstr            163 tools/perf/arch/x86/annotate/instructions.c 		     strstr(ins1, "sub") ||
strstr            164 tools/perf/arch/x86/annotate/instructions.c 		     strstr(ins1, "and") ||
strstr            165 tools/perf/arch/x86/annotate/instructions.c 		     strstr(ins1, "inc") ||
strstr            166 tools/perf/arch/x86/annotate/instructions.c 		     strstr(ins1, "dec")) {
strstr            158 tools/perf/arch/x86/util/kvm-stat.c 	if (strstr(cpuid, "Intel")) {
strstr            161 tools/perf/arch/x86/util/kvm-stat.c 	} else if (strstr(cpuid, "AMD") || strstr(cpuid, "Hygon")) {
strstr            521 tools/perf/bench/numa.c 		tok_end = strstr(tok, "-");
strstr            534 tools/perf/bench/numa.c 		tok_step = strstr(tok, "#");
strstr            546 tools/perf/bench/numa.c 		tok_len = strstr(tok, "_");
strstr            554 tools/perf/bench/numa.c 		tok_mul = strstr(tok, "x");
strstr            657 tools/perf/bench/numa.c 		tok_end = strstr(tok, "-");
strstr            670 tools/perf/bench/numa.c 		tok_step = strstr(tok, "#");
strstr            678 tools/perf/bench/numa.c 		tok_mul = strstr(tok, "x");
strstr            466 tools/perf/builtin-report.c 	    strstr(evname, "call-graph=no")) {
strstr           1381 tools/perf/builtin-report.c 	if (sort_order && strstr(sort_order, "ipc")) {
strstr           1386 tools/perf/builtin-report.c 	if (sort_order && strstr(sort_order, "symbol")) {
strstr           3041 tools/perf/builtin-script.c 			p = strstr(p, "-e");
strstr           3109 tools/perf/builtin-script.c 		if (strstr(lang_path, "perl"))
strstr           3113 tools/perf/builtin-script.c 		if (strstr(lang_path, "python"))
strstr           3123 tools/perf/builtin-script.c 			if (strstr(script_dirent->d_name, "top."))
strstr           1471 tools/perf/builtin-trace.c 		     strstr(field->name, "path") != NULL))
strstr           1473 tools/perf/builtin-trace.c 		else if ((field->flags & TEP_FIELD_IS_POINTER) || strstr(field->name, "addr"))
strstr           4323 tools/perf/builtin-trace.c 			    strstr(perf_evsel__name(evsel), "syscalls:sys_enter")) {
strstr            632 tools/perf/pmu-events/jevents.c 		if (precise && desc && !strstr(desc, "(Precise Event)")) {
strstr            160 tools/perf/ui/browsers/annotate.c 	if (strstr(sym->name, "@plt"))
strstr            500 tools/perf/ui/browsers/annotate.c 		if (al->line && strstr(al->line, s) != NULL)
strstr            537 tools/perf/ui/browsers/annotate.c 		if (al->line && strstr(al->line, s) != NULL)
strstr           2640 tools/perf/ui/browsers/hists.c 	if (sort_order && strstr(sort_order, "time")) {
strstr            286 tools/perf/util/annotate.c 		if (strstr(endptr, "(%r") == NULL)
strstr            454 tools/perf/util/annotate.c 	if (strstr(raw, "(%rip)") == NULL)
strstr           1589 tools/perf/util/annotate.c 			if (!strstr(dl->al.line, " nop ") &&
strstr           1590 tools/perf/util/annotate.c 			    !strstr(dl->al.line, " nopl ") &&
strstr           1591 tools/perf/util/annotate.c 			    !strstr(dl->al.line, " nopw "))
strstr           1691 tools/perf/util/annotate.c 	    strstr(linkname, DSO__NAME_KALLSYMS) ||
strstr           2537 tools/perf/util/annotate.c 	if (strstr(sym->name, "@plt"))
strstr           2068 tools/perf/util/hist.c 	    (!he->ms.sym || strstr(he->ms.sym->name,
strstr           2666 tools/perf/util/hist.c 	    strstr(ev_name, "call-graph=no"))
strstr           1247 tools/perf/util/machine.c 	name = strstr(version, prefix);
strstr           1617 tools/perf/util/machine.c 		if (strstr(kernel->long_name, "vmlinux"))
strstr            281 tools/perf/util/map.c 	return name && (strstr(name, "bpf_prog_") == name);
strstr             66 tools/perf/util/mem-events.c 			if (strstr(e->tag, tok))
strstr            350 tools/perf/util/metricgroup.c 				if (filter && !strstr(g, filter))
strstr            108 tools/perf/util/namespaces.c 		if (strstr(statln, "Tgid:") != NULL) {
strstr            114 tools/perf/util/namespaces.c 		if (strstr(statln, "NStgid:") != NULL) {
strstr            733 tools/perf/util/pmu.c 		name = strstr(name, tok);
strstr            339 tools/perf/util/sort.c 	return sym && (!he->ms.sym || !strstr(he->ms.sym->name, sym));
strstr            900 tools/perf/util/sort.c 			strstr(he->branch_info->from.sym->name, sym));
strstr            912 tools/perf/util/sort.c 		        strstr(he->branch_info->to.sym->name, sym));
strstr           2345 tools/perf/util/sort.c 		if (!full_name && strstr(pos->name, event_name)) {
strstr           2787 tools/perf/util/sort.c 	if (!str || strstr(str, pre))
strstr            229 tools/perf/util/stat-display.c 	if (strstr(unit, "/sec") ||
strstr            230 tools/perf/util/stat-display.c 	    strstr(unit, "hz") ||
strstr            231 tools/perf/util/stat-display.c 	    strstr(unit, "Hz") ||
strstr            232 tools/perf/util/stat-display.c 	    strstr(unit, "CPUs utilized"))
strstr            334 tools/perf/util/svghelper.c 			if (strstr(buf, "model name")) {
strstr            392 tools/perf/util/svghelper.c 	else if (svg_highlight_name && strstr(name, svg_highlight_name))
strstr            173 tools/perf/util/symbol-elf.c 	return strstr(elf_sec__name(shdr, secstrs), "text") != NULL;
strstr            179 tools/perf/util/symbol-elf.c 	return strstr(elf_sec__name(shdr, secstrs), "data") != NULL;
strstr            449 tools/perf/util/symbol.c 	    (versioning = strstr(name, "@@"))) {
strstr           1777 tools/perf/util/symbol.c 	if (ret < 0 && strstr(dso->name, " (deleted)") != NULL)
strstr            100 tools/perf/util/synthetic-events.c 	name = strstr(bf, "Name:");
strstr            101 tools/perf/util/synthetic-events.c 	tgids = strstr(bf, "Tgid:");
strstr            102 tools/perf/util/synthetic-events.c 	ppids = strstr(bf, "PPid:");
strstr            788 tools/perf/util/thread-stack.c 	const char *p = strstr(name, "__x86_indirect_thunk_");
strstr             42 tools/power/cpupower/utils/cpufreq-info.c 		if (strstr(value, "cpu "))
strstr             80 tools/power/cpupower/utils/helpers/cpuid.c 				if (strstr(value, cpu_vendor_table[x]))
strstr             12 tools/testing/selftests/bpf/prog_tests/bpf_verif_scale.c 	if (!strstr(format, "verifier log"))
strstr             21 tools/testing/selftests/bpf/prog_tests/reference_tracking.c 		if (strstr(title, ".text") != NULL)
strstr             27 tools/testing/selftests/bpf/prog_tests/reference_tracking.c 		if (strstr(title, "fail") != NULL) {
strstr            100 tools/testing/selftests/bpf/prog_tests/stacktrace_build_id.c 				if (strstr(buf, build_id) != NULL)
strstr            135 tools/testing/selftests/bpf/prog_tests/stacktrace_build_id_nmi.c 				if (strstr(buf, build_id) != NULL)
strstr            658 tools/testing/selftests/bpf/test_align.c 			if (!strstr(line_ptr, m.match)) {
strstr           3661 tools/testing/selftests/bpf/test_btf.c 	    CHECK(test->err_str && !strstr(btf_log_buf, test->err_str),
strstr           6206 tools/testing/selftests/bpf/test_btf.c 	    CHECK(test->err_str && !strstr(btf_log_buf, test->err_str),
strstr             32 tools/testing/selftests/bpf/test_progs.c 	if (sel->name && sel->name[0] && !strstr(name, sel->name))
strstr            882 tools/testing/selftests/bpf/test_verifier.c 		q = strstr(log, needle);
strstr            976 tools/testing/selftests/bpf/test_verifier.c 		if (!expected_err || !strstr(bpf_vlog, expected_err)) {
strstr            987 tools/testing/selftests/bpf/test_verifier.c 		proc = strstr(bpf_vlog, "processed ");
strstr            133 tools/testing/selftests/cgroup/cgroup_util.c 	return strstr(buf, needle) ? 0 : -1;
strstr            154 tools/testing/selftests/cgroup/cgroup_util.c 	ptr = strstr(buf, key);
strstr            711 tools/testing/selftests/cgroup/test_freezer.c 	if (strstr(buf, "(test_freezer) T ") == NULL) {
strstr             92 tools/testing/selftests/gpio/gpio-mockup-chardev.c 		cur = strstr(line, consumer);
strstr             59 tools/testing/selftests/powerpc/dscr/dscr_sysfs_test.c 		if (!strstr(dp->d_name, "cpu"))
strstr            175 tools/testing/selftests/powerpc/pmu/lib.c 		if (strstr(name, "libc")) {
strstr            178 tools/testing/selftests/powerpc/pmu/lib.c 		} else if (strstr(name, "[vdso]")) {
strstr            153 tools/testing/selftests/sparc64/drivers/adi-test.c 		if (strstr(line, system_ram_str)) {
strstr            160 tools/testing/selftests/sparc64/drivers/adi-test.c 			dash = strstr(line, "-");
strstr             60 tools/testing/selftests/vm/mlock-random-test.c 		if (strstr(line, "VmLck")) {
strstr             99 tools/testing/selftests/vm/mlock-random-test.c 		if (!strstr(line, "MMUPageSize")) {
strstr             87 tools/testing/selftests/vm/mlock2-tests.c 		if (!strstr(line, VMFLAGS)) {
strstr             95 tools/testing/selftests/vm/mlock2-tests.c 		ret = (strstr(flags, vmflag) != NULL);
strstr            124 tools/testing/selftests/vm/mlock2-tests.c 		if (!strstr(line, name)) {
strstr            171 tools/thermal/tmon/sysfs.c 	if (strstr(d_name, "trip_point") &&
strstr            172 tools/thermal/tmon/sysfs.c 		strstr(d_name, "temp")) {
strstr            314 tools/thermal/tmon/sysfs.c 				temp_str = strstr(namelist[n]->d_name, "cdev");
strstr            366 tools/thermal/tmon/sysfs.c 			if (strstr(ptdata.cdi[k].type, ctrl_cdev)) {
strstr            400 tools/thermal/tmon/sysfs.c 			if (strstr(namelist[n]->d_name, CDEV)) {
strstr            414 tools/thermal/tmon/sysfs.c 			} else if (strstr(namelist[n]->d_name, TZONE)) {
strstr            148 tools/usb/usbip/src/usbip_bind.c 	if (strstr(devpath, USBIP_VHCI_DRV_NAME)) {
strstr            205 tools/usb/usbip/src/usbip_list.c 		if (strstr(devpath, USBIP_VHCI_DRV_NAME)) {
strstr            388 usr/gen_init_cpio.c 	while ((start = strstr(new_location, "${")) &&