strncmp           151 arch/alpha/boot/tools/objstrip.c     if (elf->e_ident[0] == 0x7f && strncmp((char *)elf->e_ident + 1, "ELF", 3) == 0) {
strncmp           469 arch/alpha/kernel/setup.c 	alpha_using_srm = strncmp((const char *)hwrpb->ssn, "MILO", 4) != 0;
strncmp           501 arch/alpha/kernel/setup.c 		if (strncmp(p, "alpha_mv=", 9) == 0) {
strncmp           505 arch/alpha/kernel/setup.c 		if (strncmp(p, "cycle=", 6) == 0) {
strncmp           509 arch/alpha/kernel/setup.c 		if (strncmp(p, "mem=", 4) == 0) {
strncmp           513 arch/alpha/kernel/setup.c 		if (strncmp(p, "srmcons", 7) == 0) {
strncmp           517 arch/alpha/kernel/setup.c 		if (strncmp(p, "console=srm", 11) == 0) {
strncmp           521 arch/alpha/kernel/setup.c 		if (strncmp(p, "gartsize=", 9) == 0) {
strncmp           527 arch/alpha/kernel/setup.c 		if (strncmp(p, "verbose_mcheck=", 15) == 0) {
strncmp           233 arch/arm/kernel/module-plts.c 		if (strncmp(secstrings + dstsec->sh_name, ".init", 5) != 0)
strncmp           106 arch/arm/mach-davinci/board-mityomapl138.c 		if (!strncmp(partnum, mityomapl138_pn_info[i].part_no,
strncmp            29 arch/arm/mach-omap1/include/mach/memory.h #define is_lbus_device(dev)	(cpu_is_omap15xx() && dev && (strncmp(dev_name(dev), "ohci", 4) == 0))
strncmp           151 arch/arm/mach-omap2/omap_device.c 	if (!ret && (!strncmp("dma_system", oh_name, 10) ||
strncmp           152 arch/arm/mach-omap2/omap_device.c 		     !strncmp("dma", oh_name, 3)))
strncmp           433 arch/arm/mach-omap2/omap_device.c 		if (!strncmp("ti,sysc-", name, 8))
strncmp           495 arch/arm/mach-omap2/omap_device.c 	if (strncmp(oh->name, "smartreflex", 11) &&
strncmp           496 arch/arm/mach-omap2/omap_device.c 	    strncmp(oh->name, "dma", 3)) {
strncmp          2264 arch/arm/mach-omap2/omap_hwmod.c 		if (!strncmp("ti,sysc-", name, 8))
strncmp          3555 arch/arm/mach-omap2/omap_hwmod.c 		if (!strncmp(data->name, quirk->match, quirk->len)) {
strncmp            75 arch/arm/mach-omap2/pm-debug.c 		strncmp(clkdm->name, "dpll", 4) == 0)
strncmp            91 arch/arm/mach-omap2/pm-debug.c 		strncmp(pwrdm->name, "dpll", 4) == 0)
strncmp           120 arch/arm/mach-omap2/pm-debug.c 		strncmp(pwrdm->name, "dpll", 4) == 0)
strncmp           189 arch/arm/mach-omap2/pm-debug.c 	if (strncmp(pwrdm->name, "dpll", 4) == 0)
strncmp           125 arch/arm/mach-omap2/pm44xx.c 	if (!strncmp(pwrdm->name, "cpu", 3)) {
strncmp           139 arch/arm/mach-omap2/pm44xx.c 	if (!strncmp(pwrdm->name, "core", 4) ||
strncmp           140 arch/arm/mach-omap2/pm44xx.c 	    !strncmp(pwrdm->name, "l4per", 5) ||
strncmp           141 arch/arm/mach-omap2/pm44xx.c 	    !strncmp(pwrdm->name, "wkup", 4))
strncmp            98 arch/arm/mach-omap2/sr_device.c 	if (!strncmp(oh->name, "smartreflex_mpu_iva", 20) ||
strncmp            99 arch/arm/mach-omap2/sr_device.c 	    !strncmp(oh->name, "smartreflex_mpu", 16))
strncmp           101 arch/arm/mach-omap2/sr_device.c 	else if (!strncmp(oh->name, "smartreflex_core", 17))
strncmp           103 arch/arm/mach-omap2/sr_device.c 	else if (!strncmp(oh->name, "smartreflex_iva", 16))
strncmp           480 arch/arm/mach-orion5x/ts78xx-setup.c 	if (strncmp(buf, "online", sizeof("online") - 1) == 0)
strncmp           482 arch/arm/mach-orion5x/ts78xx-setup.c 	else if (strncmp(buf, "offline", sizeof("offline") - 1) == 0)
strncmp           221 arch/arm/xen/enlighten.c 	    !strncmp(hyper_node.prefix, s, strlen(hyper_node.prefix)))
strncmp            19 arch/arm64/include/asm/string.h extern int strncmp(const char *, const char *, __kernel_size_t);
strncmp           301 arch/arm64/kernel/cpu_errata.c 		if (strncmp(buf, ssbd_options[i].str, len))
strncmp          2000 arch/ia64/hp/common/sba_iommu.c 	if (strncmp("HWP0001", adi->hardware_id.string, 7) == 0) {
strncmp           279 arch/ia64/kernel/acpi.c 	if (!strncmp(oem_id, "IBM", 3) && (!strncmp(oem_table_id, "SERMOW", 6))) {
strncmp           440 arch/ia64/kernel/efi.c 	if (strncmp(palo->signature, PALO_SIG, sizeof(PALO_SIG) - 1)) {
strncmp            73 arch/ia64/kernel/esi.c 	if (strncmp(systab->signature, "ESIT", 4) != 0) {
strncmp           311 arch/ia64/kernel/sal.c 	if (strncmp(systab->signature, "SST_", 4) != 0)
strncmp            67 arch/ia64/uv/kernel/setup.c 	if (strncmp(rsdp->signature, ACPI_SIG_RSDP, sizeof(ACPI_SIG_RSDP) - 1)) {
strncmp            73 arch/ia64/uv/kernel/setup.c 	if (strncmp(xsdt->header.signature, ACPI_SIG_XSDT,
strncmp           167 arch/m68k/atari/config.c 		if (strncmp(p, "ov_", 3) == 0) {
strncmp           218 arch/m68k/coldfire/m53xx.c 	if(strncmp(commandp, "kcl ", 4) == 0){
strncmp           282 arch/m68k/mvme16x/config.c     if (strncmp("BDID", p->bdid, 4))
strncmp            84 arch/m68k/q40/config.c 	if (MACH_IS_Q40 && !strncmp(arg, "mem", 3)) {
strncmp            95 arch/m68k/sun3/prom/console.c 		if(strncmp(propb, "serial", sizeof("serial")))
strncmp           142 arch/m68k/sun3/prom/console.c 			strncmp("display", propb, sizeof("display")) == 0)
strncmp           147 arch/m68k/sun3/prom/console.c 			if(strncmp("serial", propb, sizeof("serial")))
strncmp            71 arch/mips/alchemy/common/prom.c 		} else if (strncmp(envname, *env, i) == 0 && (*env)[i] == '=')
strncmp            63 arch/mips/bcm47xx/time.c 		if (len >= 0 && !strncmp(buf, "200", 4))
strncmp           783 arch/mips/bcm63xx/boards/board_bcm963xx.c 		if (strncmp(board_name, bcm963xx_boards[i]->name, 16))
strncmp           602 arch/mips/cavium-octeon/executive/cvmx-bootmem.c 			     && !strncmp(name, named_block_array_ptr[i].name,
strncmp           269 arch/mips/cavium-octeon/executive/octeon-model.c 		if ((num_cores == 4) && l2d_fus3 && !strncmp(suffix, "CP", 2))
strncmp           162 arch/mips/cavium-octeon/setup.c 		if (!strncmp(bootloader, (char *)image->segment[i].buf,
strncmp           873 arch/mips/cavium-octeon/setup.c 		if ((strncmp(arg, "MEM=", 4) == 0) ||
strncmp           874 arch/mips/cavium-octeon/setup.c 		    (strncmp(arg, "mem=", 4) == 0)) {
strncmp           881 arch/mips/cavium-octeon/setup.c 		} else if (strncmp(arg, "crashkernel=", 12) == 0) {
strncmp            46 arch/mips/fw/arc/cmdline.c 			if (!strncmp(prom_argv(actr), used_arc[i][0], len)) {
strncmp            85 arch/mips/fw/arc/cmdline.c 			if (!strncmp(prom_argv(actr), ignored[i], len))
strncmp            66 arch/mips/fw/lib/cmdline.c 			if (strncmp(envname, fw_envp(index), i) == 0) {
strncmp           422 arch/mips/kernel/setup.c 	if (!strncmp(p, "exactmap", 8)) {
strncmp           490 arch/mips/kernel/vpe.c 		if (strncmp(secstrings + sechdrs[i].sh_name, ".bss", 4) == 0) {
strncmp           526 arch/mips/kernel/vpe.c 			if (strncmp(strtab + sym[i].st_name, "_gp", 3) == 0)
strncmp            26 arch/mips/loongson32/common/prom.c 		if (strncmp(envname, *env, i) == 0 && *(*env + i) == '=')
strncmp            37 arch/mips/loongson64/common/env.c 	if (strncmp(option, (char *)p, strlen(option)) == 0)		\
strncmp           322 arch/mips/mti-malta/malta-dtshim.c 	if (strncmp(compat, "mti,malta", len))
strncmp           198 arch/mips/pci/ops-tx4927.c 	if (!strncmp(str, "trdyto=", 7)) {
strncmp           204 arch/mips/pci/ops-tx4927.c 	if (!strncmp(str, "retryto=", 8)) {
strncmp           210 arch/mips/pci/ops-tx4927.c 	if (!strncmp(str, "gbwc=", 5)) {
strncmp           302 arch/mips/pmcs-msp71xx/msp_prom.c 		if (strncmp(env_name, *var, i) == 0) {
strncmp            41 arch/mips/pnx833x/common/prom.c 		if (strncmp(envname, *env, i) == 0 && *(*env+i) == '=')
strncmp            44 arch/mips/rb532/prom.c 	return strncmp(arg, tag, strlen(tag)) == 0;
strncmp           296 arch/mips/sibyte/common/cfe.c 			if (!strncmp(ptr, "initrd=", 7)) {
strncmp            68 arch/mips/sni/setup.c 	if (strncmp(cdev, "tty", 3) == 0) {
strncmp            83 arch/mips/sni/setup.c 		if (strncmp(cdev, "tty552", 6) == 0)
strncmp           411 arch/mips/txx9/generic/pci.c 	} else if (!strncmp(str, "clk=", 4)) {
strncmp           421 arch/mips/txx9/generic/pci.c 	} else if (!strncmp(str, "err=", 4)) {
strncmp           260 arch/mips/txx9/generic/setup.c 		if (strncmp(str, "board=", 6) == 0) {
strncmp           263 arch/mips/txx9/generic/setup.c 		} else if (strncmp(str, "masterclk=", 10) == 0) {
strncmp           859 arch/parisc/kernel/firmware.c 	strncmp(boot_cpu_data.pdc.sys_model_name, "9000/785", 8) == 0)
strncmp           316 arch/parisc/kernel/module.c 		if (strncmp(secstrings + sechdrs[i].sh_name,
strncmp           764 arch/parisc/kernel/module.c 				if (strncmp(strtab + sym->st_name, "$$", 2)
strncmp           925 arch/parisc/kernel/module.c 		if(strncmp(strtab + oldptr->st_name,
strncmp            43 arch/powerpc/boot/planetcore.c 		if (!strncmp(table, key, keylen) && table[keylen] == '=')
strncmp            12 arch/powerpc/boot/string.h extern int strncmp(const char *s1, const char *s2, size_t n);
strncmp           105 arch/powerpc/boot/treeboot-akebono.c 		if (strncmp(&userdata[i], "local-mac-addr=", 15) == 0) {
strncmp            82 arch/powerpc/include/asm/ftrace.h 		(!strncmp(sym, ".__se_sys", 9) && !strcmp(sym + 6, name)) ||
strncmp            83 arch/powerpc/include/asm/ftrace.h 		(!strncmp(sym, ".ppc_", 5) && !strcmp(sym + 5, name + 4)) ||
strncmp            84 arch/powerpc/include/asm/ftrace.h 		(!strncmp(sym, ".ppc32_", 7) && !strcmp(sym + 7, name + 4)) ||
strncmp            85 arch/powerpc/include/asm/ftrace.h 		(!strncmp(sym, ".ppc64_", 7) && !strcmp(sym + 7, name + 4));
strncmp            91 arch/powerpc/include/asm/ftrace.h 		(!strncmp(sym, "__se_sys", 8) && !strcmp(sym + 5, name)) ||
strncmp            92 arch/powerpc/include/asm/ftrace.h 		(!strncmp(sym, "ppc_", 4) && !strcmp(sym + 4, name + 4)) ||
strncmp            93 arch/powerpc/include/asm/ftrace.h 		(!strncmp(sym, "ppc32_", 6) && !strcmp(sym + 6, name + 4)) ||
strncmp            94 arch/powerpc/include/asm/ftrace.h 		(!strncmp(sym, "ppc64_", 6) && !strcmp(sym + 6, name + 4));
strncmp            24 arch/powerpc/include/asm/string.h extern int strncmp(const char *, const char *, __kernel_size_t);
strncmp          1839 arch/powerpc/kernel/eeh.c 	if (!strncmp(buf, "hwcheck", 7)) {
strncmp           569 arch/powerpc/kernel/fadump.c 	if (strncmp(p, "on", 2) == 0)
strncmp           571 arch/powerpc/kernel/fadump.c 	else if (strncmp(p, "off", 3) == 0)
strncmp           573 arch/powerpc/kernel/fadump.c 	else if (strncmp(p, "nocma", 5) == 0) {
strncmp           764 arch/powerpc/kernel/nvram_64.c 		if (strncmp(name, part->header.name, 12))
strncmp           769 arch/powerpc/kernel/nvram_64.c 			if (!strncmp(*except, part->header.name, 12))
strncmp           974 arch/powerpc/kernel/nvram_64.c 		    (!name || !strncmp(p->header.name, name, 12))) {
strncmp           421 arch/powerpc/kernel/rtas_flash.c 		if (strncmp(stkbuf, reject_str, strlen(reject_str)) == 0) 
strncmp           423 arch/powerpc/kernel/rtas_flash.c 		else if (strncmp(stkbuf, commit_str, strlen(commit_str)) == 0) 
strncmp           262 arch/powerpc/kernel/security.c 	if (!p || strncmp(p, "auto", 5) == 0 || strncmp(p, "on", 2) == 0 ) {
strncmp           265 arch/powerpc/kernel/security.c 	} else if (strncmp(p, "off", 3) == 0) {
strncmp           139 arch/powerpc/kvm/book3s_rtas.c 	return !strncmp(s1, s2, sizeof(args.name));
strncmp          1607 arch/powerpc/mm/numa.c 	if (!strncmp(kbuf, "on", 2)) {
strncmp          1610 arch/powerpc/mm/numa.c 	} else if (!strncmp(kbuf, "off", 3)) {
strncmp           925 arch/powerpc/perf/imc-pmu.c 	if (!strncmp(event->pmu->name, "thread_imc", strlen("thread_imc")))
strncmp           154 arch/powerpc/platforms/4xx/cpm.c 		if (strncmp(buf, idle_mode[i].name, len) == 0) {
strncmp           460 arch/powerpc/platforms/85xx/p1022_ds.c 	fslfb = (strncmp(options, "fslfb:", 6) == 0);
strncmp           226 arch/powerpc/platforms/chrp/pci.c 		is_longtrail = strncmp(machine, "IBM,LongTrail", 13) == 0;
strncmp           227 arch/powerpc/platforms/chrp/pci.c 		is_mot = strncmp(machine, "MOT", 3) == 0;
strncmp           228 arch/powerpc/platforms/chrp/pci.c 		if (strncmp(machine, "Pegasos2", 8) == 0)
strncmp           230 arch/powerpc/platforms/chrp/pci.c 		else if (strncmp(machine, "Pegasos", 7) == 0)
strncmp           271 arch/powerpc/platforms/chrp/pci.c 		if (strncmp(model, "IBM, Python", 11) == 0) {
strncmp           274 arch/powerpc/platforms/chrp/pci.c 			   || strncmp(model, "Motorola, Grackle", 17) == 0) {
strncmp           285 arch/powerpc/platforms/chrp/pci.c 		} else if (!strncmp(model, "IBM,CPC710", 10)) {
strncmp           110 arch/powerpc/platforms/chrp/setup.c 	if (model && !strncmp(model, "IBM,LongTrail", 13)) {
strncmp           205 arch/powerpc/platforms/chrp/setup.c 	if (model && !strncmp(model, "IBM,LongTrail", 13)) {
strncmp           306 arch/powerpc/platforms/chrp/setup.c 	if (machine && strncmp(machine, "Pegasos", 7) == 0) {
strncmp           308 arch/powerpc/platforms/chrp/setup.c 	} else if (machine && strncmp(machine, "IBM", 3) == 0) {
strncmp           310 arch/powerpc/platforms/chrp/setup.c 	} else if (machine && strncmp(machine, "MOT", 3) == 0) {
strncmp           312 arch/powerpc/platforms/chrp/setup.c 	} else if (machine && strncmp(machine, "TotalImpact,BRIQ-1", 18) == 0) {
strncmp            66 arch/powerpc/platforms/powermac/backlight.c 		if (prop && strncmp(prop, type, strlen(type)) == 0) {
strncmp          1098 arch/powerpc/platforms/powermac/feature.c 	if (strncmp(prop, "usb0u048", 8) == 0)
strncmp          1100 arch/powerpc/platforms/powermac/feature.c 	else if (strncmp(prop, "usb1u148", 8) == 0)
strncmp          1102 arch/powerpc/platforms/powermac/feature.c 	else if (strncmp(prop, "usb2u248", 8) == 0)
strncmp          1458 arch/powerpc/platforms/powermac/feature.c 	if (strncmp(node->name, "i2s-", 4))
strncmp          2534 arch/powerpc/platforms/powermac/feature.c 	if (model && (strncmp(model, "PowerBook", 9) == 0
strncmp          2535 arch/powerpc/platforms/powermac/feature.c 		   || strncmp(model, "iBook", 5) == 0))
strncmp           690 arch/powerpc/platforms/powermac/pfunc_core.c 		if (strncmp(pp->name, PP_PREFIX, plen) != 0)
strncmp            95 arch/powerpc/platforms/powernv/pci-ioda.c 		if (!strncmp(str, "nobypass", 8)) {
strncmp            91 arch/powerpc/platforms/pseries/firmware.c 				if (strncmp(name, s, size - 1))
strncmp            68 arch/powerpc/platforms/pseries/pseries_energy.c 			if (strncmp(drc.drc_type, "CPU", 3))
strncmp           139 arch/powerpc/platforms/pseries/pseries_energy.c 			if (strncmp(drc.drc_type, "CPU", 3))
strncmp           122 arch/powerpc/platforms/pseries/scanlog.c 		if (strncmp(stkbuf, "reset", 5) == 0) {
strncmp          1215 arch/powerpc/platforms/pseries/vio.c 		if ((strncmp(dev->type, ids->type, strlen(ids->type)) == 0) &&
strncmp          3901 arch/powerpc/xmon/xmon.c 	} else if (!p || strncmp(p, "early", 5) == 0) {
strncmp          3906 arch/powerpc/xmon/xmon.c 	} else if (strncmp(p, "on", 2) == 0) {
strncmp          3909 arch/powerpc/xmon/xmon.c 	} else if (strncmp(p, "rw", 2) == 0) {
strncmp          3913 arch/powerpc/xmon/xmon.c 	} else if (strncmp(p, "ro", 2) == 0) {
strncmp          3917 arch/powerpc/xmon/xmon.c 	} else if (strncmp(p, "off", 3) == 0)
strncmp            60 arch/riscv/kernel/cpu.c 	if (strncmp(isa, "rv32i", 5) != 0)
strncmp            63 arch/riscv/kernel/cpu.c 	if (strncmp(isa, "rv64i", 5) != 0)
strncmp           875 arch/s390/kernel/ipl.c 	if (strncmp(buf, IPL_CCW_STR, strlen(IPL_CCW_STR)) == 0)
strncmp           877 arch/s390/kernel/ipl.c 	else if (strncmp(buf, IPL_FCP_STR, strlen(IPL_FCP_STR)) == 0)
strncmp           879 arch/s390/kernel/ipl.c 	else if (strncmp(buf, IPL_NSS_STR, strlen(IPL_NSS_STR)) == 0)
strncmp          1156 arch/s390/kernel/ipl.c 	if (strncmp(buf, DUMP_NONE_STR, strlen(DUMP_NONE_STR)) == 0)
strncmp          1158 arch/s390/kernel/ipl.c 	else if (strncmp(buf, DUMP_CCW_STR, strlen(DUMP_CCW_STR)) == 0)
strncmp          1160 arch/s390/kernel/ipl.c 	else if (strncmp(buf, DUMP_FCP_STR, strlen(DUMP_FCP_STR)) == 0)
strncmp            87 arch/s390/kernel/nospec-branch.c 	if (str && !strncmp(str, "on", 2)) {
strncmp            91 arch/s390/kernel/nospec-branch.c 	if (str && !strncmp(str, "off", 3))
strncmp            93 arch/s390/kernel/nospec-branch.c 	if (str && !strncmp(str, "auto", 4))
strncmp           363 arch/s390/mm/cmm.c 	if (strncmp(msg, "SHRINK", 6) == 0) {
strncmp           370 arch/s390/mm/cmm.c 	} else if (strncmp(msg, "RELEASE", 7) == 0) {
strncmp           377 arch/s390/mm/cmm.c 	} else if (strncmp(msg, "REUSE", 5) == 0) {
strncmp           251 arch/s390/tools/gen_opcode_table.c 	if (group && (!strncmp(group->opcode, insn->opcode, 2) || group->type->byte == 0)) {
strncmp           285 arch/s390/tools/gen_opcode_table.c 		if (strncmp(opcode, insn->opcode, 2)) {
strncmp            66 arch/sh/drivers/pci/pci-dreamcast.c 	if (strncmp(idbuf, "GAPSPCI_BRIDGE_2", 16))
strncmp           155 arch/sh/kernel/sh_bios.c 	if (!strncmp(buf, "bios", 4))
strncmp            27 arch/sh/mm/consistent.c 		if (!strncmp(name, p, k) && p[k] == '=') {
strncmp           589 arch/sparc/include/asm/floppy_64.h 		if (state_prop && !strncmp(state_prop, "disabled", 8))
strncmp           716 arch/sparc/include/asm/floppy_64.h 	if (prop && !strncmp(state, "disabled", 8))
strncmp            23 arch/sparc/include/asm/prom.h #define of_compat_cmp(s1, s2, l)	strncmp((s1), (s2), (l))
strncmp            41 arch/sparc/include/asm/string.h int strncmp(const char *, const char *, __kernel_size_t);
strncmp            49 arch/sparc/kernel/apc.c 	if(!strncmp(str, "noidle", strlen("noidle"))) {
strncmp           384 arch/sparc/kernel/mdesc.c 	if (strncmp(a_node_info->vdev_port.name,
strncmp           274 arch/sparc/kernel/nmi.c 	if (!strncmp(str, "panic", 5))
strncmp           165 arch/sparc/kernel/setup_32.c 		if (!strncmp(commands, "mem=", 4)) {
strncmp           291 arch/sparc/kernel/setup_32.c 	if (!strncmp(&cputypval[0], "leon" , 4))
strncmp           150 arch/sparc/kernel/setup_64.c 		if (!strncmp(commands, "mem=", 4))
strncmp           451 arch/um/drivers/chan_kern.c 		if (!strncmp(str, entry->key, strlen(entry->key))) {
strncmp           263 arch/um/drivers/mconsole_kern.c 		if (!strncmp(name, dev->name, strlen(dev->name)))
strncmp           794 arch/um/drivers/mconsole_kern.c 	if (!strncmp(str, NOTIFY, strlen(NOTIFY))) {
strncmp            66 arch/um/drivers/mconsole_user.c 		if (!strncmp(req->request.data, cmd->command,
strncmp           565 arch/um/drivers/net_kern.c 	if (strncmp(eth, transport->name, len))
strncmp           195 arch/um/drivers/stdio_console.c 	if (!strncmp(str, "sole=", 5))	/* console= option specifies tty */
strncmp           190 arch/um/drivers/vector_kern.c 	if (strncmp(transport, TRANS_TAP, TRANS_TAP_LEN) == 0)
strncmp           192 arch/um/drivers/vector_kern.c 	if (strncmp(transport, TRANS_HYBRID, TRANS_HYBRID_LEN) == 0)
strncmp           194 arch/um/drivers/vector_kern.c 	if (strncmp(transport, TRANS_RAW, TRANS_RAW_LEN) == 0)
strncmp           481 arch/um/drivers/vector_transports.c 	if (strncmp(transport, TRANS_GRE, TRANS_GRE_LEN) == 0)
strncmp           483 arch/um/drivers/vector_transports.c 	if (strncmp(transport, TRANS_L2TPV3, TRANS_L2TPV3_LEN) == 0)
strncmp           485 arch/um/drivers/vector_transports.c 	if (strncmp(transport, TRANS_RAW, TRANS_RAW_LEN) == 0)
strncmp           487 arch/um/drivers/vector_transports.c 	if (strncmp(transport, TRANS_TAP, TRANS_TAP_LEN) == 0)
strncmp           489 arch/um/drivers/vector_transports.c 	if (strncmp(transport, TRANS_HYBRID, TRANS_HYBRID_LEN) == 0)
strncmp           491 arch/um/drivers/vector_transports.c 	if (strncmp(transport, TRANS_BESS, TRANS_BESS_LEN) == 0)
strncmp           573 arch/um/drivers/vector_user.c 	if (strncmp(transport, TRANS_RAW, TRANS_RAW_LEN) == 0)
strncmp           575 arch/um/drivers/vector_user.c 	if (strncmp(transport, TRANS_HYBRID, TRANS_HYBRID_LEN) == 0)
strncmp           577 arch/um/drivers/vector_user.c 	if (strncmp(transport, TRANS_TAP, TRANS_TAP_LEN) == 0)
strncmp           579 arch/um/drivers/vector_user.c 	if (strncmp(transport, TRANS_GRE, TRANS_GRE_LEN) == 0)
strncmp           581 arch/um/drivers/vector_user.c 	if (strncmp(transport, TRANS_L2TPV3, TRANS_L2TPV3_LEN) == 0)
strncmp           583 arch/um/drivers/vector_user.c 	if (strncmp(transport, TRANS_BESS, TRANS_BESS_LEN) == 0)
strncmp           193 arch/um/kernel/um_arch.c 		if (!strncmp(line, p->str, n) && p->setup_func(line + n, add))
strncmp            43 arch/unicore32/include/mach/memory.h 				(strncmp(dev->bus->name, "pci", 3) == 0))
strncmp           327 arch/x86/boot/boot.h int strncmp(const char *cs, const char *ct, size_t count);
strncmp           103 arch/x86/boot/compressed/acpi.c 	if (strncmp(sig, EFI64_LOADER_SIGNATURE, 4)) {
strncmp           131 arch/x86/boot/compressed/acpi.c 	if (!strncmp(sig, EFI64_LOADER_SIGNATURE, 4)) {
strncmp           133 arch/x86/boot/compressed/acpi.c 	} else if (!strncmp(sig, EFI32_LOADER_SIGNATURE, 4)) {
strncmp           327 arch/x86/boot/compressed/acpi.c 	    !strncmp(arg, "rsdt", 4)) &&
strncmp           384 arch/x86/boot/compressed/acpi.c 	    !strncmp(arg, "off", 3))
strncmp           144 arch/x86/boot/compressed/kaslr.c 	if (!strncmp(p, "exactmap", 8))
strncmp           722 arch/x86/boot/compressed/kaslr.c 	if (strncmp(signature, EFI32_LOADER_SIGNATURE, 4) &&
strncmp           723 arch/x86/boot/compressed/kaslr.c 	    strncmp(signature, EFI64_LOADER_SIGNATURE, 4))
strncmp            59 arch/x86/boot/compressed/pgtable_64.c 	if (strncmp(signature, EFI32_LOADER_SIGNATURE, 4) &&
strncmp            60 arch/x86/boot/compressed/pgtable_64.c 	    strncmp(signature, EFI64_LOADER_SIGNATURE, 4)) {
strncmp            56 arch/x86/boot/early_serial_console.c 		if (!strncmp(arg, "serial", 6)) {
strncmp            70 arch/x86/boot/early_serial_console.c 		if (pos == 7 && !strncmp(arg + pos, "0x", 2)) {
strncmp            76 arch/x86/boot/early_serial_console.c 		} else if (!strncmp(arg + pos, "ttyS", 4)) {
strncmp           132 arch/x86/boot/early_serial_console.c 	if (!strncmp(options, "uart8250,io,", 12))
strncmp           134 arch/x86/boot/early_serial_console.c 	else if (!strncmp(options, "uart,io,", 8))
strncmp            23 arch/x86/boot/string.h extern int strncmp(const char *cs, const char *ct, size_t count);
strncmp           163 arch/x86/boot/tools/build.c 		if (strncmp((char*)section, section_name, 8) == 0) {
strncmp           299 arch/x86/boot/tools/build.c 	if (!strncmp(p, "#define ZO_" #sym " ", 11+sizeof(#sym)))	\
strncmp            56 arch/x86/include/asm/ftrace.h 		(!strncmp(sym, "__x64_", 6) && !strcmp(sym + 9, name + 3)) ||
strncmp            57 arch/x86/include/asm/ftrace.h 		(!strncmp(sym, "__ia32_", 7) && !strcmp(sym + 10, name + 3));
strncmp            25 arch/x86/include/asm/string_32.h extern int strncmp(const char *cs, const char *ct, size_t count);
strncmp           124 arch/x86/kernel/acpi/sleep.c 		if (strncmp(str, "s3_bios", 7) == 0)
strncmp           126 arch/x86/kernel/acpi/sleep.c 		if (strncmp(str, "s3_mode", 7) == 0)
strncmp           128 arch/x86/kernel/acpi/sleep.c 		if (strncmp(str, "s3_beep", 7) == 0)
strncmp           131 arch/x86/kernel/acpi/sleep.c 		if (strncmp(str, "s4_nohwsig", 10) == 0)
strncmp           134 arch/x86/kernel/acpi/sleep.c 		if (strncmp(str, "nonvs", 5) == 0)
strncmp           136 arch/x86/kernel/acpi/sleep.c 		if (strncmp(str, "nonvs_s3", 8) == 0)
strncmp           138 arch/x86/kernel/acpi/sleep.c 		if (strncmp(str, "old_ordering", 12) == 0)
strncmp           140 arch/x86/kernel/acpi/sleep.c 		if (strncmp(str, "nobl", 4) == 0)
strncmp           822 arch/x86/kernel/amd_gart_64.c 	if (!strncmp(p, "fullflush", 9))
strncmp           824 arch/x86/kernel/amd_gart_64.c 	if (!strncmp(p, "nofullflush", 11))
strncmp           826 arch/x86/kernel/amd_gart_64.c 	if (!strncmp(p, "noagp", 5))
strncmp           828 arch/x86/kernel/amd_gart_64.c 	if (!strncmp(p, "noaperture", 10))
strncmp           831 arch/x86/kernel/amd_gart_64.c 	if (!strncmp(p, "force", 5))
strncmp           833 arch/x86/kernel/amd_gart_64.c 	if (!strncmp(p, "allowed", 7))
strncmp           835 arch/x86/kernel/amd_gart_64.c 	if (!strncmp(p, "memaper", 7)) {
strncmp           158 arch/x86/kernel/apic/apic.c 	else if (arg && !strncmp(arg, "notscdeadline", 13))
strncmp          2905 arch/x86/kernel/apic/apic.c 	if (!strncmp("all", arg, 3))
strncmp          2907 arch/x86/kernel/apic/apic.c 	else if (!strncmp("none", arg, 4))
strncmp          2909 arch/x86/kernel/apic/apic.c 	else if (!strncmp("bsp", arg, 3))
strncmp           174 arch/x86/kernel/apic/apic_flat_64.c 	if (!strncmp(oem_id, "IBM", 3) && !strncmp(oem_table_id, "EXA", 3)) {
strncmp           211 arch/x86/kernel/apic/apic_numachip.c 	if ((strncmp(oem_id, "NUMASC", 6) != 0) ||
strncmp           212 arch/x86/kernel/apic/apic_numachip.c 	    (strncmp(oem_table_id, "NCONNECT", 8) != 0))
strncmp           222 arch/x86/kernel/apic/apic_numachip.c 	if ((strncmp(oem_id, "NUMASC", 6) != 0) ||
strncmp           223 arch/x86/kernel/apic/apic_numachip.c 	    (strncmp(oem_table_id, "NCONECT2", 8) != 0))
strncmp           256 arch/x86/kernel/apic/x2apic_uv_x.c 	if (strncmp(oem_id, "SGI", 3) != 0) {
strncmp           257 arch/x86/kernel/apic/x2apic_uv_x.c 		if (strncmp(oem_id, "NSGI", 4) == 0) {
strncmp           281 arch/x86/kernel/apic/x2apic_uv_x.c 		!strncmp(oem_id, "SGI4", 4) ? UV4_HUB_REVISION_BASE :
strncmp           282 arch/x86/kernel/apic/x2apic_uv_x.c 		!strncmp(oem_id, "SGI3", 4) ? UV3_HUB_REVISION_BASE :
strncmp          1860 arch/x86/kernel/apm_32.c 		if (strncmp(str, "off", 3) == 0)
strncmp          1862 arch/x86/kernel/apm_32.c 		if (strncmp(str, "on", 2) == 0)
strncmp          1864 arch/x86/kernel/apm_32.c 		if ((strncmp(str, "bounce-interval=", 16) == 0) ||
strncmp          1865 arch/x86/kernel/apm_32.c 		    (strncmp(str, "bounce_interval=", 16) == 0))
strncmp          1867 arch/x86/kernel/apm_32.c 		if ((strncmp(str, "idle-threshold=", 15) == 0) ||
strncmp          1868 arch/x86/kernel/apm_32.c 		    (strncmp(str, "idle_threshold=", 15) == 0))
strncmp          1870 arch/x86/kernel/apm_32.c 		if ((strncmp(str, "idle-period=", 12) == 0) ||
strncmp          1871 arch/x86/kernel/apm_32.c 		    (strncmp(str, "idle_period=", 12) == 0))
strncmp          1873 arch/x86/kernel/apm_32.c 		invert = (strncmp(str, "no-", 3) == 0) ||
strncmp          1874 arch/x86/kernel/apm_32.c 			(strncmp(str, "no_", 3) == 0);
strncmp          1877 arch/x86/kernel/apm_32.c 		if (strncmp(str, "debug", 5) == 0)
strncmp          1879 arch/x86/kernel/apm_32.c 		if ((strncmp(str, "power-off", 9) == 0) ||
strncmp          1880 arch/x86/kernel/apm_32.c 		    (strncmp(str, "power_off", 9) == 0))
strncmp          1882 arch/x86/kernel/apm_32.c 		if (strncmp(str, "smp", 3) == 0) {
strncmp          1886 arch/x86/kernel/apm_32.c 		if ((strncmp(str, "allow-ints", 10) == 0) ||
strncmp          1887 arch/x86/kernel/apm_32.c 		    (strncmp(str, "allow_ints", 10) == 0))
strncmp          1889 arch/x86/kernel/apm_32.c 		if ((strncmp(str, "broken-psr", 10) == 0) ||
strncmp          1890 arch/x86/kernel/apm_32.c 		    (strncmp(str, "broken_psr", 10) == 0))
strncmp          1892 arch/x86/kernel/apm_32.c 		if ((strncmp(str, "realmode-power-off", 18) == 0) ||
strncmp          1893 arch/x86/kernel/apm_32.c 		    (strncmp(str, "realmode_power_off", 18) == 0))
strncmp           614 arch/x86/kernel/cpu/bugs.c 	return len == arglen && !strncmp(arg, opt, len);
strncmp           325 arch/x86/kernel/cpu/mce/inject.c 		if (!strncmp(flags_options[i], buf, strlen(flags_options[i]))) {
strncmp           119 arch/x86/kernel/cpu/mtrr/if.c 	if (!strncmp(line, "disable=", 8)) {
strncmp           127 arch/x86/kernel/cpu/mtrr/if.c 	if (strncmp(line, "base=", 5))
strncmp           133 arch/x86/kernel/cpu/mtrr/if.c 	if (strncmp(ptr, "size=", 5))
strncmp           141 arch/x86/kernel/cpu/mtrr/if.c 	if (strncmp(ptr, "type=", 5))
strncmp           911 arch/x86/kernel/e820.c 	if (!strncmp(p, "exactmap", 8)) {
strncmp           162 arch/x86/kernel/early_printk.c 		if (!strncmp(s, "0x", 2)) {
strncmp           167 arch/x86/kernel/early_printk.c 			if (!strncmp(s, "ttyS", 4))
strncmp           237 arch/x86/kernel/early_printk.c 	if (!strncmp(s, "force,", 6)) {
strncmp           358 arch/x86/kernel/early_printk.c 		if (!strncmp(buf, "serial", 6)) {
strncmp           362 arch/x86/kernel/early_printk.c 			if (!strncmp(buf, ",ttyS", 5))
strncmp           365 arch/x86/kernel/early_printk.c 		if (!strncmp(buf, "ttyS", 4)) {
strncmp           370 arch/x86/kernel/early_printk.c 		if (!strncmp(buf, "pciserial", 9)) {
strncmp           376 arch/x86/kernel/early_printk.c 		if (!strncmp(buf, "vga", 3) &&
strncmp           384 arch/x86/kernel/early_printk.c 		if (!strncmp(buf, "dbgp", 4) && !early_dbgp_init(buf + 4))
strncmp           388 arch/x86/kernel/early_printk.c 		if (!strncmp(buf, "xen", 3))
strncmp           392 arch/x86/kernel/early_printk.c 		if (!strncmp(buf, "xdbc", 4))
strncmp           106 arch/x86/kernel/hpet.c 		if (!strncmp("disable", str, 7))
strncmp           108 arch/x86/kernel/hpet.c 		if (!strncmp("force", str, 5))
strncmp           110 arch/x86/kernel/hpet.c 		if (!strncmp("verbose", str, 7))
strncmp            97 arch/x86/kernel/mpparse.c 	if (strncmp(str, BUSTYPE_ISA, sizeof(BUSTYPE_ISA) - 1) == 0) {
strncmp           101 arch/x86/kernel/mpparse.c 	} else if (strncmp(str, BUSTYPE_PCI, sizeof(BUSTYPE_PCI) - 1) == 0) {
strncmp           108 arch/x86/kernel/mpparse.c 	} else if (strncmp(str, BUSTYPE_EISA, sizeof(BUSTYPE_EISA) - 1) == 0) {
strncmp          1472 arch/x86/kernel/pci-calgary_64.c 		if (!strncmp(p, "64k", 3))
strncmp          1474 arch/x86/kernel/pci-calgary_64.c 		else if (!strncmp(p, "128k", 4))
strncmp          1476 arch/x86/kernel/pci-calgary_64.c 		else if (!strncmp(p, "256k", 4))
strncmp          1478 arch/x86/kernel/pci-calgary_64.c 		else if (!strncmp(p, "512k", 4))
strncmp          1480 arch/x86/kernel/pci-calgary_64.c 		else if (!strncmp(p, "1M", 2))
strncmp          1482 arch/x86/kernel/pci-calgary_64.c 		else if (!strncmp(p, "2M", 2))
strncmp          1484 arch/x86/kernel/pci-calgary_64.c 		else if (!strncmp(p, "4M", 2))
strncmp          1486 arch/x86/kernel/pci-calgary_64.c 		else if (!strncmp(p, "8M", 2))
strncmp          1490 arch/x86/kernel/pci-calgary_64.c 		if (!strncmp(p, "translate_empty_slots", len))
strncmp          1494 arch/x86/kernel/pci-calgary_64.c 		if (!strncmp(p, "disable", len)) {
strncmp            70 arch/x86/kernel/pci-dma.c 		if (!strncmp(p, "off", 3))
strncmp            73 arch/x86/kernel/pci-dma.c 		if (!strncmp(p, "force", 5))
strncmp            75 arch/x86/kernel/pci-dma.c 		if (!strncmp(p, "noforce", 7)) {
strncmp            80 arch/x86/kernel/pci-dma.c 		if (!strncmp(p, "biomerge", 8)) {
strncmp            84 arch/x86/kernel/pci-dma.c 		if (!strncmp(p, "panic", 5))
strncmp            86 arch/x86/kernel/pci-dma.c 		if (!strncmp(p, "nopanic", 7))
strncmp            88 arch/x86/kernel/pci-dma.c 		if (!strncmp(p, "merge", 5)) {
strncmp            92 arch/x86/kernel/pci-dma.c 		if (!strncmp(p, "nomerge", 7))
strncmp            94 arch/x86/kernel/pci-dma.c 		if (!strncmp(p, "forcesac", 8))
strncmp            96 arch/x86/kernel/pci-dma.c 		if (!strncmp(p, "allowdac", 8))
strncmp            98 arch/x86/kernel/pci-dma.c 		if (!strncmp(p, "nodac", 5))
strncmp           100 arch/x86/kernel/pci-dma.c 		if (!strncmp(p, "usedac", 6)) {
strncmp           105 arch/x86/kernel/pci-dma.c 		if (!strncmp(p, "soft", 4))
strncmp           108 arch/x86/kernel/pci-dma.c 		if (!strncmp(p, "pt", 2))
strncmp           110 arch/x86/kernel/pci-dma.c 		if (!strncmp(p, "nopt", 4))
strncmp           116 arch/x86/kernel/pci-dma.c 		if (!strncmp(p, "calgary", 7))
strncmp           925 arch/x86/kernel/setup.c 	if (!strncmp((char *)&boot_params.efi_info.efi_loader_signature,
strncmp           928 arch/x86/kernel/setup.c 	} else if (!strncmp((char *)&boot_params.efi_info.efi_loader_signature,
strncmp           292 arch/x86/kernel/tsc.c 	if (!strncmp(str, "noirqtime", 9))
strncmp           139 arch/x86/lib/string_32.c EXPORT_SYMBOL(strncmp);
strncmp           575 arch/x86/mm/mem_encrypt_identity.c 	if (!strncmp(buffer, cmdline_on, sizeof(buffer)))
strncmp           577 arch/x86/mm/mem_encrypt_identity.c 	else if (!strncmp(buffer, cmdline_off, sizeof(buffer)))
strncmp            41 arch/x86/mm/numa.c 	if (!strncmp(opt, "off", 3))
strncmp            44 arch/x86/mm/numa.c 	if (!strncmp(opt, "fake=", 5))
strncmp            48 arch/x86/mm/numa.c 	if (!strncmp(opt, "noacpi", 6))
strncmp            95 arch/x86/mm/pti.c 		if (ret == 3 && !strncmp(arg, "off", 3)) {
strncmp           100 arch/x86/mm/pti.c 		if (ret == 2 && !strncmp(arg, "on", 2)) {
strncmp           105 arch/x86/mm/pti.c 		if (ret == 4 && !strncmp(arg, "auto", 4)) {
strncmp            24 arch/x86/mm/setup_nx.c 	if (!strncmp(str, "on", 2)) {
strncmp            26 arch/x86/mm/setup_nx.c 	} else if (!strncmp(str, "off", 3)) {
strncmp           537 arch/x86/pci/common.c 	} else if (!strncmp(str, "pirqaddr=", 9)) {
strncmp           573 arch/x86/pci/common.c 	} else if (!strncmp(str, "irqmask=", 8)) {
strncmp           576 arch/x86/pci/common.c 	} else if (!strncmp(str, "lastbus=", 8)) {
strncmp           554 arch/x86/pci/mmconfig-shared.c 	if (!strncmp(mcfg->header.oem_id, "SGI", 3))
strncmp           217 arch/x86/platform/intel-mid/sfi.c 		if (!strncmp(name, pentry->pin_name, SFI_NAME_LEN))
strncmp           456 arch/x86/platform/intel-mid/sfi.c 			!strncmp(dev->name, name, SFI_NAME_LEN)) {
strncmp           487 arch/x86/platform/intel-mid/sfi.c 				if (!strncmp(pentry->name, "r69001-ts-i2c", 13))
strncmp           490 arch/x86/platform/intel-mid/sfi.c 				else if (!strncmp(pentry->name,
strncmp           188 arch/x86/platform/olpc/olpc.c 	return propsize == 5 && strncmp("OLPC", olpc_arch, 5) == 0;
strncmp           197 arch/x86/platform/uv/bios_uv.c 	if (!uv_systab || strncmp(uv_systab->signature, UV_SYSTAB_SIG, 4)) {
strncmp           224 arch/x86/platform/uv/uv_nmi.c 	return (strncmp(uv_nmi_action, action, strlen(action)) == 0);
strncmp           765 arch/x86/tools/relocs.c 		strncmp(symname, "init_per_cpu_", 13);
strncmp           190 arch/x86/xen/platform-pci-unplug.c 		if (!strncmp(p, "all", l))
strncmp           192 arch/x86/xen/platform-pci-unplug.c 		else if (!strncmp(p, "ide-disks", l))
strncmp           194 arch/x86/xen/platform-pci-unplug.c 		else if (!strncmp(p, "aux-ide-disks", l))
strncmp           196 arch/x86/xen/platform-pci-unplug.c 		else if (!strncmp(p, "nics", l))
strncmp           198 arch/x86/xen/platform-pci-unplug.c 		else if (!strncmp(p, "unnecessary", l))
strncmp           200 arch/x86/xen/platform-pci-unplug.c 		else if (!strncmp(p, "never", l))
strncmp           228 arch/xtensa/platforms/iss/network.c 	if (strncmp(init, TRANSPORT_TUNTAP_NAME,
strncmp          2136 block/blk-iocost.c 	if (!strncmp(ctx.body, "default", 7)) {
strncmp           505 block/blk-sysfs.c 	if (!strncmp(page, "write back", 10))
strncmp           507 block/blk-sysfs.c 	else if (!strncmp(page, "write through", 13) ||
strncmp           508 block/blk-sysfs.c 		 !strncmp(page, "none", 4))
strncmp            62 block/cmdline-parser.c 	if (!strncmp(partdef, "ro", 2)) {
strncmp            67 block/cmdline-parser.c 	if (!strncmp(partdef, "lk", 2)) {
strncmp           215 block/cmdline-parser.c 	while (parts && strncmp(bdev, parts->name, sizeof(parts->name)))
strncmp           742 block/elevator.c 	if (!strncmp(name, "none", 4)) {
strncmp           327 block/partitions/ibm.c 		if (!strncmp(type, "VOL1", 4)) {
strncmp           330 block/partitions/ibm.c 		} else if (!strncmp(type, "LNX1", 4)) {
strncmp           334 block/partitions/ibm.c 		} else if (!strncmp(type, "CMS1", 4)) {
strncmp           139 block/partitions/ldm.c 	if (strncmp (toc->bitmap1_name, TOC_BITMAP1,
strncmp           149 block/partitions/ldm.c 	if (strncmp (toc->bitmap2_name, TOC_BITMAP2,
strncmp           245 block/partitions/ldm.c 		!strncmp (toc1->bitmap1_name, toc2->bitmap1_name,
strncmp           247 block/partitions/ldm.c 		!strncmp (toc1->bitmap2_name, toc2->bitmap2_name,
strncmp            29 crypto/asymmetric_keys/restrict.c 	if (strncmp(str, "id:", 3) == 0) {
strncmp           483 crypto/ccm.c   	if (strncmp(mac->base.cra_name, "cbcmac(", 7) != 0 ||
strncmp           509 crypto/ccm.c   	if (strncmp(ctr->base.cra_name, "ctr(", 4) != 0 ||
strncmp           367 crypto/cts.c   	if (strncmp(alg->base.cra_name, "cbc(", 4))
strncmp           639 crypto/gcm.c   	if (strncmp(ctr->base.cra_name, "ctr(", 4) != 0 ||
strncmp           363 crypto/lrw.c   	if (!strncmp(cipher_name, "ecb(", 4)) {
strncmp           247 crypto/simd.c  		WARN_ON(strncmp(algs[i].base.cra_name, "__", 2));
strncmp           248 crypto/simd.c  		WARN_ON(strncmp(algs[i].base.cra_driver_name, "__", 2));
strncmp           497 crypto/simd.c  		WARN_ON(strncmp(algs[i].base.cra_name, "__", 2));
strncmp           498 crypto/simd.c  		WARN_ON(strncmp(algs[i].base.cra_driver_name, "__", 2));
strncmp          2726 crypto/testmgr.c 	if (strncmp(algname, "kw(", 3) == 0)
strncmp           403 crypto/xts.c   	if (!strncmp(cipher_name, "ecb(", 4)) {
strncmp           386 drivers/acpi/acpica/dbexec.c 	if (!strncmp(name_string, "PREDEF", 6)) {
strncmp           720 drivers/acpi/bus.c 		if (strncmp(buf, &hwid->id[(i - 1) * 2], 2))
strncmp           605 drivers/acpi/button.c 	if (!strncmp(val, "open", sizeof("open") - 1)) {
strncmp           608 drivers/acpi/button.c 	} else if (!strncmp(val, "method", sizeof("method") - 1)) {
strncmp           611 drivers/acpi/button.c 	} else if (!strncmp(val, "ignore", sizeof("ignore") - 1)) {
strncmp          2008 drivers/acpi/ec.c 	if (!strncmp(val, "status", sizeof("status") - 1)) {
strncmp          2011 drivers/acpi/ec.c 	} else if (!strncmp(val, "query", sizeof("query") - 1)) {
strncmp          2014 drivers/acpi/ec.c 	} else if (!strncmp(val, "event", sizeof("event") - 1)) {
strncmp           344 drivers/acpi/fan.c 	if (!strncmp(pdev->name, "PNP0C0B", strlen("PNP0C0B")))
strncmp           118 drivers/acpi/proc.c 		if (!strncmp(dev->pnp.bus_id, str, 4)) {
strncmp           629 drivers/acpi/property.c 		if (!strncmp(name, childname, ACPI_NAMESEG_SIZE))
strncmp          1128 drivers/acpi/property.c 		!strncmp(name, str, len) && name[len] == '@') ||
strncmp           243 drivers/acpi/sysfs.c 	strncmp((val), (key), sizeof(key) - 1)
strncmp           256 drivers/acpi/tables.c 	if (strncmp(id, ACPI_SIG_HMAT, 4) == 0)
strncmp           374 drivers/acpi/tables.c 	if (!strncmp(id, ACPI_SIG_MADT, 4))
strncmp           433 drivers/acpi/tables.c 	if (strncmp(id, ACPI_SIG_MADT, 4) == 0)
strncmp           782 drivers/acpi/tables.c 	if (!strncmp(existing_table->signature, "DSDT", 4)) {
strncmp           854 drivers/acpi/utils.c 		if (strncmp(plat->oem_id, hdr.oem_id, ACPI_OEM_ID_SIZE))
strncmp           857 drivers/acpi/utils.c 		if (strncmp(plat->oem_table_id, hdr.oem_table_id, ACPI_OEM_TABLE_ID_SIZE))
strncmp           117 drivers/ata/libata-scsi.c 		if (strncmp(name, buf, strlen(name)) == 0)
strncmp          2206 drivers/ata/libata-scsi.c 	if (strncmp(&rbuf[32], "    ", 4) == 0)
strncmp           489 drivers/ata/pata_macio.c 		if (cable && !strncmp(cable, "80-", 3)) {
strncmp           494 drivers/ata/pata_macio.c 			if (!strncmp(model, "PowerBook", 9))
strncmp          1915 drivers/ata/sata_nv.c 	if (strncmp(model_num, "Maxtor", 6) == 0) {
strncmp           293 drivers/atm/solos-pci.c 	if (buflen == 2 && !strncmp(skb->data, "OK", 2))
strncmp           295 drivers/atm/solos-pci.c 	else if (buflen == 5 && !strncmp(skb->data, "ERROR", 5))
strncmp           162 drivers/base/devcon.c 		if (dev && !strncmp(dev_name(dev), con->id, strlen(con->id)))
strncmp          1336 drivers/base/platform.c 	if (buf && !strncmp(buf, epdrv->pdrv->driver.name, n)) {
strncmp           256 drivers/block/aoe/aoedev.c 	return !strncmp(s, p, lim);
strncmp           320 drivers/block/aoe/aoedev.c 		all = !strncmp(buf, "all", 3);
strncmp            89 drivers/block/aoe/aoenet.c 		if (strlen(ifp->name) == len && !strncmp(ifp->name, p, len))
strncmp           444 drivers/block/paride/paride.c 	if (strncmp(par_dev->name, drv->name, len))
strncmp          4021 drivers/block/rbd.c 	if (strncmp((*lockers)[0].id.cookie, RBD_LOCK_COOKIE_PREFIX,
strncmp          1987 drivers/block/xen-blkfront.c 		if (strncmp(type, "cdrom", 5) == 0) {
strncmp           264 drivers/bus/ti-sysc.c 	if (!strncmp(clock_names[SYSC_FCK], name, 3))
strncmp           266 drivers/bus/ti-sysc.c 	else if (!strncmp(clock_names[SYSC_ICK], name, 3))
strncmp           317 drivers/bus/ti-sysc.c 		if (!strncmp(clock_names[SYSC_FCK], name, 3))
strncmp           319 drivers/bus/ti-sysc.c 		if (!strncmp(clock_names[SYSC_ICK], name, 3))
strncmp           690 drivers/char/apm-emulation.c 		if (strncmp(str, "off", 3) == 0)
strncmp           692 drivers/char/apm-emulation.c 		if (strncmp(str, "on", 2) == 0)
strncmp           896 drivers/char/lp.c 	} else if (!strncmp(str, "parport", 7)) {
strncmp          1084 drivers/char/lp.c 		if (!strncmp(parport[0], "auto", 4))
strncmp          1089 drivers/char/lp.c 				if (!strncmp(parport[n], "none", 4))
strncmp           836 drivers/char/ppdev.c 	if (strncmp(par_dev->name, drv->name, len))
strncmp          1096 drivers/clk/bcm/clk-bcm2835.c 	return strncmp(clk_hw_get_name(hw), "pllc", 4) == 0;
strncmp           110 drivers/clk/renesas/clk-r8a73a4.c 	} else if (!strncmp(name, "pll2", 4)) {
strncmp            90 drivers/clk/renesas/clk-sh73a0.c 	} else if (!strncmp(name, "pll", 3)) {
strncmp          2529 drivers/cpufreq/intel_pstate.c 	if (size == 3 && !strncmp(buf, "off", size))
strncmp          2533 drivers/cpufreq/intel_pstate.c 	if (size == 6 && !strncmp(buf, "active", size)) {
strncmp          2546 drivers/cpufreq/intel_pstate.c 	if (size == 7 && !strncmp(buf, "passive", size)) {
strncmp          1162 drivers/cpufreq/powernow-k8.c 	if (strncmp(cur_drv, drv, min_t(size_t, strlen(cur_drv), strlen(drv))))
strncmp           927 drivers/crypto/hifn_795x.c 	if (strncmp(hifn_pll_ref, "ext", 3) == 0)
strncmp          2647 drivers/crypto/hifn_795x.c 	if (strncmp(hifn_pll_ref, "ext", 3) &&
strncmp          2648 drivers/crypto/hifn_795x.c 	    strncmp(hifn_pll_ref, "pci", 3)) {
strncmp           551 drivers/crypto/nx/nx-842-pseries.c 	if (!strncmp(status, "okay", (size_t)prop->length))
strncmp           553 drivers/crypto/nx/nx-842-pseries.c 	if (!strncmp(status, "disabled", (size_t)prop->length))
strncmp           755 drivers/crypto/nx/nx-842-pseries.c 	if (new_prop && (strncmp(new_prop->name, "status", new_prop->length) ||
strncmp           756 drivers/crypto/nx/nx-842-pseries.c 		         strncmp(new_prop->name, "ibm,max-sg-len", new_prop->length) ||
strncmp           757 drivers/crypto/nx/nx-842-pseries.c 		         strncmp(new_prop->name, "ibm,max-sync-cop", new_prop->length)))
strncmp           330 drivers/crypto/nx/nx.c 	if (!strncmp(p->value, "okay", p->length)) {
strncmp           486 drivers/crypto/qat/qat_common/qat_uclo.c 		    !strncmp(chunk_hdr[i].chunk_id, chunk_id,
strncmp           532 drivers/crypto/qat/qat_common/qat_uclo.c 		if (!strncmp(file_chunk->chunk_id, chunk_id,
strncmp          3178 drivers/crypto/talitos.c 		    !strncmp(alg->cra_name, "authenc(hmac(sha224)", 20)) {
strncmp          3192 drivers/crypto/talitos.c 		if (!strncmp(alg->cra_name, "hmac", 4))
strncmp          3198 drivers/crypto/talitos.c 		    !strncmp(alg->cra_name, "hmac", 4)) {
strncmp           216 drivers/devfreq/devfreq.c 		if (!strncmp(tmp_governor->name, name, DEVFREQ_NAME_LEN))
strncmp           250 drivers/devfreq/devfreq.c 		if (!strncmp(name, DEVFREQ_GOV_SIMPLE_ONDEMAND,
strncmp          1027 drivers/devfreq/devfreq.c 		if (!strncmp(devfreq->governor_name, governor->name,
strncmp          1089 drivers/devfreq/devfreq.c 		if (!strncmp(devfreq->governor_name, governor->name,
strncmp          3653 drivers/edac/amd64_edac.c 	if (owner && strncmp(owner, EDAC_MOD_STR, sizeof(EDAC_MOD_STR)))
strncmp            78 drivers/edac/edac_mc.c 	if (!strncmp(str, "on", 2))
strncmp            80 drivers/edac/edac_mc.c 	else if (!strncmp(str, "off", 3))
strncmp            82 drivers/edac/edac_mc.c 	else if (!strncmp(str, "force", 5))
strncmp           246 drivers/edac/i10nm_base.c 	if (owner && strncmp(owner, EDAC_MOD_STR, sizeof(EDAC_MOD_STR)))
strncmp           175 drivers/edac/octeon_edac-lmc.c 	if (!strncmp(data, "single", 6))
strncmp           177 drivers/edac/octeon_edac-lmc.c 	else if (!strncmp(data, "double", 6))
strncmp          1555 drivers/edac/pnd2_edac.c 	if (owner && strncmp(owner, EDAC_MOD_STR, sizeof(EDAC_MOD_STR)))
strncmp          3517 drivers/edac/sb_edac.c 	if (owner && strncmp(owner, EDAC_MOD_STR, sizeof(EDAC_MOD_STR)))
strncmp           605 drivers/edac/skx_base.c 	if (owner && strncmp(owner, EDAC_MOD_STR, sizeof(EDAC_MOD_STR)))
strncmp          1021 drivers/edac/synopsys_edac.c 	if (strncmp(data, "CE", 2) == 0)
strncmp           188 drivers/firmware/broadcom/bcm47xx_nvram.c 		    strncmp(var, name, eq - var) == 0)
strncmp           641 drivers/firmware/broadcom/bcm47xx_sprom.c 		    (short_len && strlen(buf) == short_len && !strncmp(buf, prefix, short_len))) {
strncmp           141 drivers/firmware/edd.c 	if (!strncmp(info->params.host_bus_type, "ISA", 3)) {
strncmp           144 drivers/firmware/edd.c 	} else if (!strncmp(info->params.host_bus_type, "PCIX", 4) ||
strncmp           145 drivers/firmware/edd.c 		   !strncmp(info->params.host_bus_type, "PCI", 3) ||
strncmp           146 drivers/firmware/edd.c 		   !strncmp(info->params.host_bus_type, "XPRS", 4)) {
strncmp           153 drivers/firmware/edd.c 	} else if (!strncmp(info->params.host_bus_type, "IBND", 4) ||
strncmp           154 drivers/firmware/edd.c 		   !strncmp(info->params.host_bus_type, "HTPT", 4)) {
strncmp           186 drivers/firmware/edd.c 	if (!strncmp(info->params.interface_type, "ATAPI", 5)) {
strncmp           190 drivers/firmware/edd.c 	} else if (!strncmp(info->params.interface_type, "ATA", 3)) {
strncmp           193 drivers/firmware/edd.c 	} else if (!strncmp(info->params.interface_type, "SCSI", 4)) {
strncmp           197 drivers/firmware/edd.c 	} else if (!strncmp(info->params.interface_type, "USB", 3)) {
strncmp           200 drivers/firmware/edd.c 	} else if (!strncmp(info->params.interface_type, "1394", 4)) {
strncmp           203 drivers/firmware/edd.c 	} else if (!strncmp(info->params.interface_type, "FIBRE", 5)) {
strncmp           207 drivers/firmware/edd.c 	} else if (!strncmp(info->params.interface_type, "I2O", 3)) {
strncmp           210 drivers/firmware/edd.c 	} else if (!strncmp(info->params.interface_type, "RAID", 4)) {
strncmp           213 drivers/firmware/edd.c 	} else if (!strncmp(info->params.interface_type, "SATA", 4)) {
strncmp           644 drivers/firmware/edd.c 		if (!strncmp(info->params.host_bus_type, type, strlen(type)) ||
strncmp           645 drivers/firmware/edd.c 		    !strncmp(info->params.interface_type, type, strlen(type)))
strncmp           247 drivers/firmware/efi/efi.c 	if (strncmp(utf8_name, efivar_ssdt, limit) != 0)
strncmp           477 drivers/firmware/efi/libstub/efi-stub-helper.c 		if (!strncmp(str, "nochunk", 7)) {
strncmp           482 drivers/firmware/efi/libstub/efi-stub-helper.c 		if (!strncmp(str, "novamap", 7)) {
strncmp            95 drivers/firmware/efi/rci2-table.c 	if (strncmp(rci2_base +
strncmp           144 drivers/firmware/google/coreboot_table.c 	ret = strncmp(header->signature, "LBIO", sizeof(header->signature));
strncmp           761 drivers/firmware/google/gsmi.c 	if (!strncmp(acpi_gbl_FADT.header.oem_table_id, "FACP", 4)) {
strncmp           770 drivers/firmware/google/gsmi.c 		if (strncmp(bios_ver, "1.0", 3) == 0) {
strncmp            91 drivers/firmware/tegra/bpmp-debugfs.c 			strncmp(filename, root_path, root_len))
strncmp           222 drivers/gpio/gpiolib-acpi.c 		    strncmp(controller, controller_in, len) == 0) {
strncmp           188 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 	if (strncmp("battery", buf, strlen("battery")) == 0)
strncmp           190 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 	else if (strncmp("balanced", buf, strlen("balanced")) == 0)
strncmp           192 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 	else if (strncmp("performance", buf, strlen("performance")) == 0)
strncmp           329 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 	if (strncmp("low", buf, strlen("low")) == 0) {
strncmp           331 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 	} else if (strncmp("high", buf, strlen("high")) == 0) {
strncmp           333 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 	} else if (strncmp("auto", buf, strlen("auto")) == 0) {
strncmp           335 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 	} else if (strncmp("manual", buf, strlen("manual")) == 0) {
strncmp           337 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 	} else if (strncmp("profile_exit", buf, strlen("profile_exit")) == 0) {
strncmp           339 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 	} else if (strncmp("profile_standard", buf, strlen("profile_standard")) == 0) {
strncmp           341 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 	} else if (strncmp("profile_min_sclk", buf, strlen("profile_min_sclk")) == 0) {
strncmp           343 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 	} else if (strncmp("profile_min_mclk", buf, strlen("profile_min_mclk")) == 0) {
strncmp           345 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 	} else if (strncmp("profile_peak", buf, strlen("profile_peak")) == 0) {
strncmp           669 drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c 	else if (!strncmp(buf, "vc", 2))
strncmp          1318 drivers/gpu/drm/amd/amdgpu/atom.c 	if (strncmp
strncmp          1327 drivers/gpu/drm/amd/amdgpu/atom.c 	if (strncmp
strncmp          3417 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 			if (strncmp(
strncmp          3432 drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c 			if (strncmp(link->dpcd_caps.branch_dev_name,
strncmp           387 drivers/gpu/drm/drm_debugfs.c 	if (len == 5 && !strncmp(buf, "reset", 5)) {
strncmp          1836 drivers/gpu/drm/drm_edid.c 	return !strncmp(edid_vendor, vendor, 3);
strncmp           291 drivers/gpu/drm/drm_edid_load.c 			if (strncmp(connector_name, edidname, colon - edidname))
strncmp          1590 drivers/gpu/drm/drm_modes.c 		if (!strncmp(option, "rotate", delim - option)) {
strncmp          1620 drivers/gpu/drm/drm_modes.c 		} else if (!strncmp(option, "reflect_x", delim - option)) {
strncmp          1623 drivers/gpu/drm/drm_modes.c 		} else if (!strncmp(option, "reflect_y", delim - option)) {
strncmp          1626 drivers/gpu/drm/drm_modes.c 		} else if (!strncmp(option, "margin_right", delim - option)) {
strncmp          1637 drivers/gpu/drm/drm_modes.c 		} else if (!strncmp(option, "margin_left", delim - option)) {
strncmp          1648 drivers/gpu/drm/drm_modes.c 		} else if (!strncmp(option, "margin_top", delim - option)) {
strncmp          1659 drivers/gpu/drm/drm_modes.c 		} else if (!strncmp(option, "margin_bottom", delim - option)) {
strncmp          1697 drivers/gpu/drm/drm_modes.c 		if (!strncmp(mode, drm_named_modes_whitelist[i], size))
strncmp           929 drivers/gpu/drm/i915/gvt/cmd_parser.c 			!strncmp(cmd, "lri", 3)) {
strncmp            59 drivers/gpu/drm/i915/gvt/gvt.c 		if (!strncmp(t->name, name + strlen(driver_name) + 1,
strncmp            96 drivers/gpu/drm/omapdrm/dss/omapdss-boot-init.c 	if (strncmp(prefix, prop->value, strlen(prefix)) == 0)
strncmp           215 drivers/gpu/drm/panel/panel-sony-acx565akm.c 		if (strncmp(buf, mode_str, cmp_len) == 0)
strncmp          1285 drivers/gpu/drm/radeon/atom.c 	if (strncmp
strncmp          1294 drivers/gpu/drm/radeon/atom.c 	if (strncmp
strncmp           385 drivers/gpu/drm/radeon/radeon_pm.c 		if (strncmp("default", buf, strlen("default")) == 0)
strncmp           387 drivers/gpu/drm/radeon/radeon_pm.c 		else if (strncmp("auto", buf, strlen("auto")) == 0)
strncmp           389 drivers/gpu/drm/radeon/radeon_pm.c 		else if (strncmp("low", buf, strlen("low")) == 0)
strncmp           391 drivers/gpu/drm/radeon/radeon_pm.c 		else if (strncmp("mid", buf, strlen("mid")) == 0)
strncmp           393 drivers/gpu/drm/radeon/radeon_pm.c 		else if (strncmp("high", buf, strlen("high")) == 0)
strncmp           444 drivers/gpu/drm/radeon/radeon_pm.c 	if (strncmp("dynpm", buf, strlen("dynpm")) == 0) {
strncmp           450 drivers/gpu/drm/radeon/radeon_pm.c 	} else if (strncmp("profile", buf, strlen("profile")) == 0) {
strncmp           489 drivers/gpu/drm/radeon/radeon_pm.c 	if (strncmp("battery", buf, strlen("battery")) == 0)
strncmp           491 drivers/gpu/drm/radeon/radeon_pm.c 	else if (strncmp("balanced", buf, strlen("balanced")) == 0)
strncmp           493 drivers/gpu/drm/radeon/radeon_pm.c 	else if (strncmp("performance", buf, strlen("performance")) == 0)
strncmp           544 drivers/gpu/drm/radeon/radeon_pm.c 	if (strncmp("low", buf, strlen("low")) == 0) {
strncmp           546 drivers/gpu/drm/radeon/radeon_pm.c 	} else if (strncmp("high", buf, strlen("high")) == 0) {
strncmp           548 drivers/gpu/drm/radeon/radeon_pm.c 	} else if (strncmp("auto", buf, strlen("auto")) == 0) {
strncmp           100 drivers/gpu/drm/radeon/radeon_vce.c 		if (strncmp(c, fw_version, strlen(fw_version)) == 0)
strncmp           115 drivers/gpu/drm/radeon/radeon_vce.c 		if (strncmp(c, fb_version, strlen(fb_version)) == 0)
strncmp            79 drivers/gpu/drm/rockchip/rockchip_lvds.c 	if (strncmp(s, "jeida-18", 8) == 0)
strncmp            81 drivers/gpu/drm/rockchip/rockchip_lvds.c 	else if (strncmp(s, "jeida-24", 8) == 0)
strncmp            83 drivers/gpu/drm/rockchip/rockchip_lvds.c 	else if (strncmp(s, "vesa-24", 7) == 0)
strncmp            91 drivers/gpu/drm/rockchip/rockchip_lvds.c 	if (strncmp(s, "rgb", 3) == 0)
strncmp            93 drivers/gpu/drm/rockchip/rockchip_lvds.c 	else if (strncmp(s, "lvds", 4) == 0)
strncmp            95 drivers/gpu/drm/rockchip/rockchip_lvds.c 	else if (strncmp(s, "duallvds", 8) == 0)
strncmp           799 drivers/gpu/vga/vga_switcheroo.c 	if (strncmp(usercmd, "OFF", 3) == 0) {
strncmp           812 drivers/gpu/vga/vga_switcheroo.c 	if (strncmp(usercmd, "ON", 2) == 0) {
strncmp           826 drivers/gpu/vga/vga_switcheroo.c 	if (strncmp(usercmd, "DIGD", 4) == 0) {
strncmp           831 drivers/gpu/vga/vga_switcheroo.c 	if (strncmp(usercmd, "DDIS", 4) == 0) {
strncmp           836 drivers/gpu/vga/vga_switcheroo.c 	if (strncmp(usercmd, "IGD", 3) == 0)
strncmp           839 drivers/gpu/vga/vga_switcheroo.c 	if (strncmp(usercmd, "DIS", 3) == 0)
strncmp           842 drivers/gpu/vga/vga_switcheroo.c 	if (strncmp(usercmd, "MIGD", 4) == 0) {
strncmp           846 drivers/gpu/vga/vga_switcheroo.c 	if (strncmp(usercmd, "MDIS", 4) == 0) {
strncmp           106 drivers/gpu/vga/vgaarb.c 	if (strncmp(buf, "none", 4) == 0) {
strncmp           112 drivers/gpu/vga/vgaarb.c 	if (strncmp(buf, "io+mem", 6) == 0)
strncmp           114 drivers/gpu/vga/vgaarb.c 	else if (strncmp(buf, "io", 2) == 0)
strncmp           116 drivers/gpu/vga/vgaarb.c 	else if (strncmp(buf, "mem", 3) == 0)
strncmp          1092 drivers/gpu/vga/vgaarb.c 	if (strncmp(curr_pos, "lock ", 5) == 0) {
strncmp          1128 drivers/gpu/vga/vgaarb.c 	} else if (strncmp(curr_pos, "unlock ", 7) == 0) {
strncmp          1134 drivers/gpu/vga/vgaarb.c 		if (strncmp(curr_pos, "all", 3) == 0)
strncmp          1184 drivers/gpu/vga/vgaarb.c 	} else if (strncmp(curr_pos, "trylock ", 8) == 0) {
strncmp          1225 drivers/gpu/vga/vgaarb.c 	} else if (strncmp(curr_pos, "target ", 7) == 0) {
strncmp          1233 drivers/gpu/vga/vgaarb.c 		if (!strncmp(curr_pos, "default", 7))
strncmp          1292 drivers/gpu/vga/vgaarb.c 	} else if (strncmp(curr_pos, "decodes ", 8) == 0) {
strncmp          2216 drivers/hid/hid-core.c 	return !strncmp(hdev_a->phys, hdev_b->phys, n1);
strncmp           317 drivers/hid/hid-corsair.c 	if (strncmp(buf, "SW", 2) == 0)
strncmp           319 drivers/hid/hid-corsair.c 	else if (strncmp(buf, "HW", 2) == 0)
strncmp           413 drivers/hid/hid-logitech-hidpp.c 	    strncmp(*name, "Logitech ", PREFIX_LENGTH) == 0)
strncmp          1260 drivers/hid/hid-logitech-hidpp.c 			if (!strncmp(hidpp->name, "Logitech ", 9))
strncmp           988 drivers/hid/hid-quirks.c 		    strncmp(hdev->name, "www.masterkit.ru MA901", 22) == 0)
strncmp           999 drivers/hid/hid-quirks.c 				if (!strncmp(hdev->name, elan_acpi_id[i].id,
strncmp           295 drivers/hid/hid-sensor-custom.c 	if (!strncmp(name, "value", strlen("value"))) {
strncmp           351 drivers/hid/hid-sensor-custom.c 	} else if (!strncmp(name, "units", strlen("units")))
strncmp           353 drivers/hid/hid-sensor-custom.c 	else if (!strncmp(name, "unit-expo", strlen("unit-expo")))
strncmp           355 drivers/hid/hid-sensor-custom.c 	else if (!strncmp(name, "size", strlen("size")))
strncmp           357 drivers/hid/hid-sensor-custom.c 	else if (!strncmp(name, "minimum", strlen("minimum")))
strncmp           360 drivers/hid/hid-sensor-custom.c 	else if (!strncmp(name, "maximum", strlen("maximum")))
strncmp           363 drivers/hid/hid-sensor-custom.c 	else if (!strncmp(name, "name", strlen("name"))) {
strncmp           395 drivers/hid/hid-sensor-custom.c 	if (!strncmp(name, "value", strlen("value"))) {
strncmp           477 drivers/hid/hid-uclogic-params.c 	} else if (strncmp(str_buf, "HK On", rc) != 0) {
strncmp          1818 drivers/hid/hid-wiimote-modules.c 	if (!strncmp(buf, "scan\n", 5)) {
strncmp          1915 drivers/hid/wacom_sys.c 	if (!strncmp(buf, "*\n", 2)) {
strncmp          1049 drivers/hwmon/occ/common.c 		if (strncmp(block->header.eye_catcher, "TEMP", 4) == 0)
strncmp          1051 drivers/hwmon/occ/common.c 		else if (strncmp(block->header.eye_catcher, "FREQ", 4) == 0)
strncmp          1053 drivers/hwmon/occ/common.c 		else if (strncmp(block->header.eye_catcher, "POWR", 4) == 0)
strncmp          1055 drivers/hwmon/occ/common.c 		else if (strncmp(block->header.eye_catcher, "CAPS", 4) == 0)
strncmp          1057 drivers/hwmon/occ/common.c 		else if (strncmp(block->header.eye_catcher, "EXTN", 4) == 0)
strncmp           478 drivers/hwmon/pmbus/adm1275.c 	if (ret != 3 || strncmp(block_buffer, "ADI", 3)) {
strncmp            83 drivers/hwmon/pmbus/ir35221.c 	if (ret != 2 || strncmp(buf, "RI", strlen("RI"))) {
strncmp           543 drivers/hwmon/pmbus/ltc2978.c 		if (ret < 3 || strncmp(buf, "LTC", 3))
strncmp           103 drivers/hwmon/pmbus/pxe1610.c 	if (ret != 2 || strncmp(buf, "XP", 2)) {
strncmp          1919 drivers/hwmon/w83627ehf.c 		if (label && strncmp(label, "PECI", 4) == 0)
strncmp          1921 drivers/hwmon/w83627ehf.c 		else if (label && strncmp(label, "AMD", 3) == 0)
strncmp            49 drivers/i2c/busses/i2c-taos-evm.c 	if (!strncmp(adapter->name, "TAOS TSL2550 EVM", 16)) {
strncmp            92 drivers/ide/ide-pio-blacklist.c 		if (strncmp(p->name, model, strlen(p->name)) == 0)
strncmp           664 drivers/ide/ide-probe.c 	if (strncmp((char *)&dev0->id[ATA_ID_SERNO],
strncmp            99 drivers/ide/ide-sysfs.c 	if (strncmp(buf, "1", n))
strncmp           115 drivers/ide/ide-sysfs.c 	if (strncmp(buf, "1", n))
strncmp           920 drivers/ide/pmac.c 	if (cable && !strncmp(cable, "80-", 3)) {
strncmp           923 drivers/ide/pmac.c 		if (!strncmp(model, "PowerBook", 9))
strncmp           165 drivers/ide/qd65xx.c 		if (!strncmp(p->model, model+p->offset, 4)) {
strncmp           303 drivers/iio/trigger/stm32-timer-trigger.c 		if (!strncmp(master_mode_table[i], buf,
strncmp           488 drivers/iio/trigger/stm32-timer-trigger.c 		if (!strncmp(trig->name, *cur, strlen(trig->name))) {
strncmp           186 drivers/infiniband/core/cache.c 		if (gid_type_str[i] && !strncmp(buf, gid_type_str[i], len) &&
strncmp          2483 drivers/infiniband/hw/qib/qib_iba6120.c 		if (!j && !strncmp("Ctxt0EgrOvfl", s + 1, 12))
strncmp          2892 drivers/infiniband/hw/qib/qib_iba6120.c 	if (!strncmp(what, "ibc", 3)) {
strncmp          2896 drivers/infiniband/hw/qib/qib_iba6120.c 	} else if (!strncmp(what, "off", 3)) {
strncmp          2675 drivers/infiniband/hw/qib/qib_iba7220.c 	if (!strncmp(what, "ibc", 3)) {
strncmp          2680 drivers/infiniband/hw/qib/qib_iba7220.c 	} else if (!strncmp(what, "off", 3)) {
strncmp          3135 drivers/infiniband/hw/qib/qib_iba7220.c 		if (!j && !strncmp("Ctxt0EgrOvfl", s + 1, 12))
strncmp          4327 drivers/infiniband/hw/qib/qib_iba7322.c 	if (!strncmp(what, "ibc", 3)) {
strncmp          4333 drivers/infiniband/hw/qib/qib_iba7322.c 	} else if (!strncmp(what, "off", 3)) {
strncmp          4997 drivers/infiniband/hw/qib/qib_iba7322.c 		if (!j && !strncmp("Ctxt0EgrOvfl", s + 1, 12))
strncmp           505 drivers/infiniband/hw/qib/qib_sysfs.c 	if (!strncmp(dattr->attr.name, "rc_acks", 7))
strncmp           507 drivers/infiniband/hw/qib/qib_sysfs.c 	else if (!strncmp(dattr->attr.name, "rc_qacks", 8))
strncmp           509 drivers/infiniband/hw/qib/qib_sysfs.c 	else if (!strncmp(dattr->attr.name, "rc_delayed_comp", 15))
strncmp           532 drivers/infiniband/hw/qib/qib_sysfs.c 	if (!strncmp(dattr->attr.name, "rc_acks", 7))
strncmp           534 drivers/infiniband/hw/qib/qib_sysfs.c 	else if (!strncmp(dattr->attr.name, "rc_qacks", 8))
strncmp           536 drivers/infiniband/hw/qib/qib_sysfs.c 	else if (!strncmp(dattr->attr.name, "rc_delayed_comp", 15))
strncmp            90 drivers/infiniband/hw/usnic/usnic_ib_sysfs.c 		if (strncmp(busname, "PCI Bus ", 8) == 0)
strncmp           107 drivers/infiniband/sw/rxe/rxe_sysfs.c 	if (strncmp("all", intf, len) == 0) {
strncmp           476 drivers/input/gameport/gameport.c 	if (!strncmp(buf, "none", count)) {
strncmp           478 drivers/input/gameport/gameport.c 	} else if (!strncmp(buf, "reconnect", count)) {
strncmp           480 drivers/input/gameport/gameport.c 	} else if (!strncmp(buf, "rescan", count)) {
strncmp           716 drivers/input/misc/yealink.c 		if (strncmp(buf, lcdMap[i].u.p.name, count) == 0) {
strncmp           521 drivers/input/mouse/psmouse-base.c 	if (strncmp(serio->firmware_id, "PNP: ", 5))
strncmp           951 drivers/input/mouse/psmouse-base.c 		if ((strlen(p->name) == len && !strncmp(p->name, name, len)) ||
strncmp           952 drivers/input/mouse/psmouse-base.c 		    (strlen(p->alias) == len && !strncmp(p->alias, name, len)))
strncmp           392 drivers/input/serio/serio.c 	if (!strncmp(buf, "none", count)) {
strncmp           394 drivers/input/serio/serio.c 	} else if (!strncmp(buf, "reconnect", count)) {
strncmp           396 drivers/input/serio/serio.c 	} else if (!strncmp(buf, "rescan", count)) {
strncmp           425 drivers/input/serio/serio.c 	if (!strncmp(buf, "manual", count)) {
strncmp           427 drivers/input/serio/serio.c 	} else if (!strncmp(buf, "auto", count)) {
strncmp           754 drivers/input/serio/serio.c 	if (!strncmp(buf, "manual", count)) {
strncmp           756 drivers/input/serio/serio.c 	} else if (!strncmp(buf, "auto", count)) {
strncmp           361 drivers/input/tablet/aiptek.c 	        if (!strncmp(str, p->string, count))
strncmp          1193 drivers/input/tablet/aiptek.c 		if (strncmp(buf, "disable", len))
strncmp          1235 drivers/input/tablet/aiptek.c 		if (strncmp(buf, "disable", len))
strncmp          1451 drivers/input/touchscreen/atmel_mxt_ts.c 	if (strncmp(cfg.raw, MXT_CFG_MAGIC, strlen(MXT_CFG_MAGIC))) {
strncmp          2949 drivers/iommu/amd_iommu_init.c 		if (strncmp(str, "legacy", 6) == 0) {
strncmp          2953 drivers/iommu/amd_iommu_init.c 		if (strncmp(str, "vapic", 5) == 0) {
strncmp          2964 drivers/iommu/amd_iommu_init.c 		if (strncmp(str, "fullflush", 9) == 0)
strncmp          2966 drivers/iommu/amd_iommu_init.c 		if (strncmp(str, "off", 3) == 0)
strncmp          2968 drivers/iommu/amd_iommu_init.c 		if (strncmp(str, "force_isolation", 15) == 0)
strncmp           442 drivers/iommu/intel-iommu.c 		if (!strncmp(str, "on", 2)) {
strncmp           445 drivers/iommu/intel-iommu.c 		} else if (!strncmp(str, "off", 3)) {
strncmp           449 drivers/iommu/intel-iommu.c 		} else if (!strncmp(str, "igfx_off", 8)) {
strncmp           452 drivers/iommu/intel-iommu.c 		} else if (!strncmp(str, "forcedac", 8)) {
strncmp           455 drivers/iommu/intel-iommu.c 		} else if (!strncmp(str, "strict", 6)) {
strncmp           458 drivers/iommu/intel-iommu.c 		} else if (!strncmp(str, "sp_off", 6)) {
strncmp           461 drivers/iommu/intel-iommu.c 		} else if (!strncmp(str, "sm_on", 5)) {
strncmp           464 drivers/iommu/intel-iommu.c 		} else if (!strncmp(str, "tboot_noforce", 13)) {
strncmp           468 drivers/iommu/intel-iommu.c 		} else if (!strncmp(str, "nobounce", 8)) {
strncmp            61 drivers/iommu/irq_remapping.c 		if (!strncmp(str, "on", 2)) {
strncmp            64 drivers/iommu/irq_remapping.c 		} else if (!strncmp(str, "off", 3)) {
strncmp            67 drivers/iommu/irq_remapping.c 		} else if (!strncmp(str, "nosid", 5))
strncmp            69 drivers/iommu/irq_remapping.c 		else if (!strncmp(str, "no_x2apic_optout", 16))
strncmp            71 drivers/iommu/irq_remapping.c 		else if (!strncmp(str, "nopost", 6))
strncmp            76 drivers/irqchip/irq-ls-scfg-msi.c 	if (p && strncmp(p, "no-affinity", 11) == 0)
strncmp           453 drivers/leds/leds-bd2802.c 	if (!led->adf_on && !strncmp(buf, "on", 2))
strncmp           455 drivers/leds/leds-bd2802.c 	else if (led->adf_on && !strncmp(buf, "off", 3))
strncmp           399 drivers/leds/leds-lp5521.c 	if (!strncmp(buf, "run", 3)) {
strncmp           402 drivers/leds/leds-lp5521.c 	} else if (!strncmp(buf, "load", 4)) {
strncmp           406 drivers/leds/leds-lp5521.c 	} else if (!strncmp(buf, "disabled", 8)) {
strncmp           422 drivers/leds/leds-lp5523.c 	if (!strncmp(buf, "run", 3)) {
strncmp           425 drivers/leds/leds-lp5523.c 	} else if (!strncmp(buf, "load", 4)) {
strncmp           429 drivers/leds/leds-lp5523.c 	} else if (!strncmp(buf, "disabled", 8)) {
strncmp           207 drivers/leds/leds-max8997.c 	if (!strncmp(buf, "FLASH_PIN_CONTROL", 17))
strncmp           209 drivers/leds/leds-max8997.c 	else if (!strncmp(buf, "MOVIE_PIN_CONTROL", 17))
strncmp           211 drivers/leds/leds-max8997.c 	else if (!strncmp(buf, "FLASH", 5))
strncmp           213 drivers/leds/leds-max8997.c 	else if (!strncmp(buf, "MOVIE", 5))
strncmp           318 drivers/macintosh/therm_windtunnel.c 	if (x.running || strncmp(adapter->name, "uni-n", 5))
strncmp            99 drivers/macintosh/via-pmu-led.c 	if (strncmp(model, "PowerBook", strlen("PowerBook")) != 0 &&
strncmp           100 drivers/macintosh/via-pmu-led.c 	    strncmp(model, "iBook", strlen("iBook")) != 0 &&
strncmp           250 drivers/macintosh/windfarm_ad7417_sensor.c 	if (!strncmp(loc, "CPU A", 5))
strncmp           252 drivers/macintosh/windfarm_ad7417_sensor.c 	else if (!strncmp(loc, "CPU B", 5))
strncmp           351 drivers/macintosh/windfarm_fcu_controls.c 	if (!strncmp(fan->ctrl.name, "cpu-fan", 7)) {
strncmp           378 drivers/macintosh/windfarm_fcu_controls.c 		if (!strncmp(name, "cpu-pump", strlen("cpu-pump")))
strncmp           459 drivers/macintosh/windfarm_fcu_controls.c 			if (strncmp(loc, loc_trans[i].dt_name,
strncmp           600 drivers/macintosh/windfarm_pm112.c 	if (!strncmp(sr->name, "cpu-temp-", 9)) {
strncmp           606 drivers/macintosh/windfarm_pm112.c 	} else if (!strncmp(sr->name, "cpu-power-", 10)) {
strncmp           232 drivers/macintosh/windfarm_smu_sat.c 		if (strncmp(loc, "CPU ", 4) != 0)
strncmp           420 drivers/mailbox/mailbox.c 		if (!strncmp(name, mbox_name, strlen(name)))
strncmp          1291 drivers/md/dm-cache-metadata.c 	if (strncmp(cmd->policy_name, policy_name, sizeof(cmd->policy_name)))
strncmp          1929 drivers/md/dm-crypt.c 	if (strncmp(key_string, "logon:", key_desc - key_string + 1) &&
strncmp          1930 drivers/md/dm-crypt.c 	    strncmp(key_string, "user:", key_desc - key_string + 1))
strncmp          3675 drivers/md/dm-integrity.c 		else if (!strncmp(opt_string, "meta_device:", strlen("meta_device:"))) {
strncmp          3703 drivers/md/dm-integrity.c 		} else if (!strncmp(opt_string, "internal_hash:", strlen("internal_hash:"))) {
strncmp          3708 drivers/md/dm-integrity.c 		} else if (!strncmp(opt_string, "journal_crypt:", strlen("journal_crypt:"))) {
strncmp          3713 drivers/md/dm-integrity.c 		} else if (!strncmp(opt_string, "journal_mac:", strlen("journal_mac:"))) {
strncmp          1738 drivers/md/dm-table.c 	return (strncmp(bdevname(dev->bdev, b), "nvme", 4) == 0);
strncmp          2293 drivers/md/md-bitmap.c 		if (strncmp(buf, "none", 4) != 0) {
strncmp          2311 drivers/md/md-bitmap.c 		if (strncmp(buf, "none", 4) == 0)
strncmp          2313 drivers/md/md-bitmap.c 		else if (strncmp(buf, "file:", 5) == 0) {
strncmp          2538 drivers/md/md-bitmap.c 	if (strncmp(buf, "external", 8) == 0)
strncmp          2540 drivers/md/md-bitmap.c 	else if ((strncmp(buf, "internal", 8) == 0) ||
strncmp          2541 drivers/md/md-bitmap.c 			(strncmp(buf, "clustered", 9) == 0))
strncmp          2568 drivers/md/md-bitmap.c 	if (strncmp(buf, "false", 5) == 0)
strncmp          2570 drivers/md/md-bitmap.c 	else if (strncmp(buf, "true", 4) == 0) {
strncmp          3049 drivers/md/md.c 	if (strncmp(buf, "none", 4)==0)
strncmp          4599 drivers/md/md.c 	if (mddev->external && strncmp(buf, "external:", 9) == 0)
strncmp          4612 drivers/md/md.c 	if (strncmp(buf, "external:", 9) == 0) {
strncmp          4777 drivers/md/md.c 	if (strncmp(buf, "system", 6)==0) {
strncmp          4806 drivers/md/md.c 	if (strncmp(buf, "system", 6)==0) {
strncmp          4949 drivers/md/md.c 	if (strncmp(buf, "max", 3) == 0)
strncmp          5175 drivers/md/md.c 	if (strncmp(buf, "default", 7) == 0) {
strncmp          5239 drivers/md/md.c 	} else if (mddev->external && strncmp(buf, "ppl", 3) == 0) {
strncmp          5567 drivers/md/md.c 	if (strncmp(buf, "md_", 3) == 0)
strncmp          5569 drivers/md/md.c 	if (strncmp(buf, "md", 2) == 0 &&
strncmp          2612 drivers/md/raid5-cache.c 		    !strncmp(page, r5c_journal_mode_str[mode], len))
strncmp          8354 drivers/md/raid5.c 	if (strncmp(buf, "ppl", 3) == 0) {
strncmp          8365 drivers/md/raid5.c 	} else if (strncmp(buf, "resync", 6) == 0) {
strncmp           437 drivers/media/common/siano/smscoreapi.c 		if (!strncmp(entry->devpath, devpath, sizeof(entry->devpath))) {
strncmp           209 drivers/media/dvb-core/dvb_ca_en50221.c 		if (!strncmp(haystack + i, needle, nlen))
strncmp           529 drivers/media/dvb-core/dvb_ca_en50221.c 	if (strncmp(dvb_str + 8, "1.00", 4)) {
strncmp           601 drivers/media/dvb-core/dvbdev.c 			if (strncmp(entity->name, name, strlen(name)))
strncmp           745 drivers/media/dvb-core/dvbdev.c 				if (!strncmp(entity->name, DVR_TSOUT,
strncmp           753 drivers/media/dvb-core/dvbdev.c 				if (!strncmp(entity->name, DEMUX_TSOUT,
strncmp           277 drivers/media/firewire/firedtv-fw.c 		    strncmp(name, model_names[i], name_len) == 0)
strncmp          2969 drivers/media/pci/bt8xx/bttv-cards.c 	if (0 == strncmp(eeprom_data,"GET MM20xPCTV",13))
strncmp          2971 drivers/media/pci/bt8xx/bttv-cards.c 	else if (0 == strncmp(eeprom_data+20,"Picolo",7))
strncmp          3693 drivers/media/pci/bt8xx/bttv-cards.c 	if( strncmp(&(eeprom_data[0x1e]),"Temic 4066 FY5",14) ==0) {
strncmp          3697 drivers/media/pci/bt8xx/bttv-cards.c 	} else if (strncmp(&(eeprom_data[0x1e]),"Alps TSBB5",10) ==0) {
strncmp          3701 drivers/media/pci/bt8xx/bttv-cards.c 	} else if (strncmp(&(eeprom_data[0x1e]),"Philips FM1246",14) ==0) {
strncmp          3930 drivers/media/pci/bt8xx/bttv-cards.c 		if (!strncmp(ee, "MMAC", 4)) {
strncmp            36 drivers/media/pci/bt8xx/bttv-gpio.c 	if (0 == strncmp(dev_name(dev), sub->wanted, len))
strncmp           459 drivers/media/pci/bt8xx/dst.c 		if (!strncmp(state->fw_name, "DCTNEW", 6)) {
strncmp           463 drivers/media/pci/bt8xx/dst.c 		} else if (!strncmp(state->fw_name, "DCT-CI", 6)) {
strncmp           493 drivers/media/pci/bt8xx/dst.c 		if (!strncmp(state->fw_name, "DCTNEW", 6))
strncmp           495 drivers/media/pci/bt8xx/dst.c 		else if (!strncmp(state->fw_name, "DCT-CI", 6))
strncmp          1037 drivers/media/pci/bt8xx/dst.c 	if (!strncmp(state->fw_name, "DCT-CI", 6)) {
strncmp          1084 drivers/media/pci/bt8xx/dst.c 		if (!strncmp (&state->rxbuffer[p_dst_type->offset], p_dst_type->device_id, strlen (p_dst_type->device_id))) {
strncmp          1113 drivers/media/pci/bt8xx/dst.c 				if (!(strncmp(p_dst_type->device_id, p_tuner_list->fw_name, 7)) &&
strncmp           198 drivers/media/pci/pt1/pt1.c 	is_sat = !strncmp(cl->name, TC90522_I2C_DEV_SAT,
strncmp           264 drivers/media/pci/pt1/pt1.c 		if (strncmp(cl->name, TC90522_I2C_DEV_TER,
strncmp           276 drivers/media/pci/pt1/pt1.c 		if (strncmp(cl->name, TC90522_I2C_DEV_SAT,
strncmp           986 drivers/media/pci/pt1/pt1.c 		if (!strncmp(cl->name, TC90522_I2C_DEV_SAT,
strncmp           387 drivers/media/pci/pt3/pt3.c 	if (!strncmp(cl->name, TC90522_I2C_DEV_SAT,
strncmp           345 drivers/media/radio/radio-ma901.c 		(strncmp(dev->product, "MA901", 5) != 0
strncmp           346 drivers/media/radio/radio-ma901.c 		|| strncmp(dev->manufacturer, "www.masterkit.ru", 16) != 0))
strncmp           228 drivers/media/usb/rainshadow-cec/rainshadow-cec.c 	if (reply && strncmp(rain->cmd_reply, reply, strlen(reply))) {
strncmp          2323 drivers/mfd/ab8500-debugfs.c 	if (!strncmp(b, "read ", 5)) {
strncmp          2326 drivers/mfd/ab8500-debugfs.c 	} else if (!strncmp(b, "write ", 6)) {
strncmp          2338 drivers/mfd/ab8500-debugfs.c 		if ((!strncmp(b, "-d ", 3)) ||
strncmp          2339 drivers/mfd/ab8500-debugfs.c 				(!strncmp(b, "-dec ", 5))) {
strncmp          2342 drivers/mfd/ab8500-debugfs.c 		} else if ((!strncmp(b, "-h ", 3)) ||
strncmp          2343 drivers/mfd/ab8500-debugfs.c 				(!strncmp(b, "-hex ", 5))) {
strncmp          2346 drivers/mfd/ab8500-debugfs.c 		} else if ((!strncmp(b, "-m ", 3)) ||
strncmp          2347 drivers/mfd/ab8500-debugfs.c 				(!strncmp(b, "-mask ", 6))) {
strncmp          2354 drivers/mfd/ab8500-debugfs.c 		} else if ((!strncmp(b, "-s ", 3)) ||
strncmp          2355 drivers/mfd/ab8500-debugfs.c 				(!strncmp(b, "-shift ", 7))) {
strncmp           248 drivers/mfd/htc-i2cpld.c 	if (!strncmp(chip->label, "htcpld-out", 10)) {
strncmp           250 drivers/mfd/htc-i2cpld.c 	} else if (!strncmp(chip->label, "htcpld-in", 9)) {
strncmp           143 drivers/misc/cxl/sysfs.c 	if (!strncmp(buf, "none", 4))
strncmp           145 drivers/misc/cxl/sysfs.c 	else if (!strncmp(buf, "user", 4)) {
strncmp           148 drivers/misc/cxl/sysfs.c 	} else if (!strncmp(buf, "factory", 7)) {
strncmp           352 drivers/misc/cxl/sysfs.c 	if (!strncmp(buf, "none", 4))
strncmp           358 drivers/misc/cxl/sysfs.c 			if (!strncmp(buf, "work_element_descriptor", 23))
strncmp           360 drivers/misc/cxl/sysfs.c 			if (!strncmp(buf, "all", 3))
strncmp           399 drivers/misc/cxl/sysfs.c 	if (!strncmp(buf, "dedicated_process", 17))
strncmp           401 drivers/misc/cxl/sysfs.c 	if (!strncmp(buf, "afu_directed", 12))
strncmp           403 drivers/misc/cxl/sysfs.c 	if (!strncmp(buf, "none", 4))
strncmp           518 drivers/misc/enclosure.c 		if (strncmp(buf, enclosure_status[i],
strncmp           605 drivers/misc/enclosure.c 	if (strncmp(buf, "on", 2) == 0 &&
strncmp           608 drivers/misc/enclosure.c 	else if (strncmp(buf, "off", 3) == 0 &&
strncmp           489 drivers/misc/habanalabs/debugfs.c 	if (strncmp(c+1, "0x", 2))
strncmp           842 drivers/misc/habanalabs/debugfs.c 	if (strncmp("disable", data, strlen("disable")) == 0) {
strncmp           844 drivers/misc/habanalabs/debugfs.c 	} else if (strncmp("enable", data, strlen("enable")) == 0) {
strncmp           846 drivers/misc/habanalabs/debugfs.c 	} else if (strncmp("suspend", data, strlen("suspend")) == 0) {
strncmp           848 drivers/misc/habanalabs/debugfs.c 	} else if (strncmp("resume", data, strlen("resume")) == 0) {
strncmp           850 drivers/misc/habanalabs/debugfs.c 	} else if (strncmp("cpu_timeout", data, strlen("cpu_timeout")) == 0) {
strncmp           266 drivers/misc/habanalabs/goya/goya_hwmgr.c 	if (strncmp("auto", buf, strlen("auto")) == 0) {
strncmp           273 drivers/misc/habanalabs/goya/goya_hwmgr.c 	} else if (strncmp("manual", buf, strlen("manual")) == 0) {
strncmp           405 drivers/misc/kgdbts.c 	if (!strncmp(put_str+1, arg, 2)) {
strncmp           406 drivers/misc/kgdbts.c 		if (!strncmp(arg, "T0", 2))
strncmp           429 drivers/misc/kgdbts.c 	if (strncmp(put_str, "$OK", 3))
strncmp           494 drivers/misc/kgdbts.c 		if (strncmp(put_str, "$OK", 3)) {
strncmp           500 drivers/misc/kgdbts.c 		if (strncmp(put_str, "$T0", 3)) {
strncmp           509 drivers/misc/kgdbts.c 		if (strncmp(put_str, "$OK", 3)) {
strncmp           527 drivers/misc/kgdbts.c 	if (strncmp(put_str+1, arg, 2))
strncmp           635 drivers/misc/mei/bus.c 				if (strncmp(cldev->name, id->name,
strncmp           160 drivers/mmc/core/quirks.h 		     !strncmp(f->name, card->cid.prod_name,
strncmp           544 drivers/mtd/nand/raw/davinci_nand.c 			if (!strncmp("none", mode, 4))
strncmp           546 drivers/mtd/nand/raw/davinci_nand.c 			if (!strncmp("soft", mode, 4))
strncmp           548 drivers/mtd/nand/raw/davinci_nand.c 			if (!strncmp("hw", mode, 2))
strncmp          4556 drivers/mtd/nand/raw/nand_base.c 	if (!strncmp(type->id, id_data, type->id_len)) {
strncmp            69 drivers/mtd/nand/raw/nand_hynix.c 	return !strncmp("JEDEC", jedecid, sizeof(jedecid));
strncmp            36 drivers/mtd/nand/raw/nand_jedec.c 	if (ret || strncmp(id, "JEDEC", sizeof(id)))
strncmp            71 drivers/mtd/nand/raw/nand_onfi.c 	if (strncmp(ep->sig, "EPPS", 4)) {
strncmp           154 drivers/mtd/nand/raw/nand_onfi.c 	if (ret || strncmp(id, "ONFI", 4))
strncmp            61 drivers/mtd/parsers/ar7part.c 		if (!strncmp((char *)&header, "TIENV0.8", 8))
strncmp            48 drivers/mtd/parsers/bcm63xxpart.c 	if (strncmp("cfe-v", buf, 5) == 0)
strncmp            56 drivers/mtd/parsers/bcm63xxpart.c 	return strncmp("CFE1CFE1", buf, 8);
strncmp           144 drivers/mtd/parsers/cmdlinepart.c 	if (strncmp(s, "ro", 2) == 0) {
strncmp           150 drivers/mtd/parsers/cmdlinepart.c 	if (strncmp(s, "lk", 2) == 0) {
strncmp           764 drivers/mtd/ubi/vmt.c 	    name_len != vol->name_len || strncmp(name, vol->name, name_len)) {
strncmp           257 drivers/mtd/ubi/vtbl.c 			    !strncmp(vtbl[i].name, vtbl[n].name, len1)) {
strncmp          1197 drivers/net/appletalk/ltpc.c 		if (str && !strncmp(str, "auto", 4)) {
strncmp           206 drivers/net/arcnet/com20020-pci.c 		if (!strncmp(ci->name, "EAE PLX-PCI FB2", 15))
strncmp           210 drivers/net/arcnet/com20020-pci.c 		if (!strncmp(ci->name, "EAE PLX-PCI MA1", 15))
strncmp          1148 drivers/net/bonding/bond_options.c 		if (strncmp(slave->dev->name, primary, IFNAMSIZ) == 0) {
strncmp            67 drivers/net/bonding/bond_sysfs.c 		if (strncmp(bond->dev->name, ifname, IFNAMSIZ) == 0)
strncmp           606 drivers/net/caif/caif_spi.c 	if (!strncmp(cfspi_spi_driver.driver.name, "cfspi_sspi", 10)) {
strncmp          1573 drivers/net/can/janz-ican3.c 	if (strncmp(mod->fwinfo, "JANZ-ICAN3", 10)) {
strncmp           161 drivers/net/can/softing/softing_fw.c 	if (strncmp("Structured Binary Format, Softing GmbH" , dat, len)) {
strncmp           249 drivers/net/can/softing/softing_fw.c 	if (strncmp("Structured Binary Format, Softing GmbH", dat, len)) {
strncmp          12330 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	if (!strncmp(str_id_reg, &vpd_data[rodi], VENDOR_ID_LEN) ||
strncmp          12331 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	    !strncmp(str_id_cap, &vpd_data[rodi], VENDOR_ID_LEN)) {
strncmp           944 drivers/net/ethernet/cavium/liquidio/lio_main.c 	return strncmp(fw_type, LIO_FW_NAME_TYPE_AUTO,
strncmp           308 drivers/net/ethernet/cavium/liquidio/octeon_console.c 				if (!strncmp(name, name_tmp, name_length)) {
strncmp           843 drivers/net/ethernet/cavium/liquidio/octeon_console.c 	if (strncmp(LIQUIDIO_PACKAGE, h->version, strlen(LIQUIDIO_PACKAGE))) {
strncmp          1441 drivers/net/ethernet/cavium/thunder/thunder_bgx.c 	if (strncmp(string.pointer, bgx_sel, 4))
strncmp          1463 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 		if (!strncmp(word, "qid=", 4)) {
strncmp          1492 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 		if (!strncmp(word, "snaplen=", 8)) {
strncmp          1502 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 		if (!strncmp(word, "minlen=", 7)) {
strncmp          1514 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 		if (!strncmp(word, "loopback", 8) && tp.port == TRC_PORT_NONE) {
strncmp          1520 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 		if (!strncmp(word, "tx", 2) && tp.port == TRC_PORT_NONE) {
strncmp          1528 drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c 		if (!strncmp(word, "rx", 2) && tp.port == TRC_PORT_NONE) {
strncmp           933 drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c 			if (!strncmp(media_type_defs[i].name, media_type,
strncmp           351 drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c 	if (strncmp(cmd_buf, "help", 4) == 0)
strncmp           353 drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c 	else if (strncmp(cmd_buf, "queue info", 10) == 0)
strncmp           355 drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c 	else if (strncmp(cmd_buf, "queue map", 9) == 0)
strncmp           357 drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c 	else if (strncmp(cmd_buf, "bd info", 7) == 0)
strncmp           288 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 		if (!strncmp(cmd_buf, reg_info->reg_type,
strncmp           295 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 	if (strncmp(cmd_buf, "dcb", 3) == 0) {
strncmp          1121 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 	if (strncmp(cmd_buf, "dump fd tcam", 12) == 0) {
strncmp          1123 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 	} else if (strncmp(cmd_buf, "dump tc", 7) == 0) {
strncmp          1125 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 	} else if (strncmp(cmd_buf, DUMP_TM_MAP, strlen(DUMP_TM_MAP)) == 0) {
strncmp          1127 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 	} else if (strncmp(cmd_buf, "dump tm", 7) == 0) {
strncmp          1129 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 	} else if (strncmp(cmd_buf, "dump qos pause cfg", 18) == 0) {
strncmp          1131 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 	} else if (strncmp(cmd_buf, "dump qos pri map", 16) == 0) {
strncmp          1133 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 	} else if (strncmp(cmd_buf, "dump qos buf cfg", 16) == 0) {
strncmp          1135 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 	} else if (strncmp(cmd_buf, "dump mng tbl", 12) == 0) {
strncmp          1137 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 	} else if (strncmp(cmd_buf, DUMP_REG, strlen(DUMP_REG)) == 0) {
strncmp          1139 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 	} else if (strncmp(cmd_buf, "dump reset info", 15) == 0) {
strncmp          1141 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 	} else if (strncmp(cmd_buf, "dump m7 info", 12) == 0) {
strncmp          1143 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 	} else if (strncmp(cmd_buf, "dump ncl_config", 15) == 0) {
strncmp          1146 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c 	} else if (strncmp(cmd_buf, "dump mac tnl status", 19) == 0) {
strncmp          7344 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_main.c 		if (strncmp(mac_cfg->mac_addr, mac_addr, ETH_ALEN) == 0) {
strncmp           436 drivers/net/ethernet/intel/i40e/i40e_ddp.c 	if (strncmp(flash->data, "-", 2) != 0) {
strncmp           732 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 	if (strncmp(cmd_buf, "add vsi", 7) == 0) {
strncmp           759 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 	} else if (strncmp(cmd_buf, "del vsi", 7) == 0) {
strncmp           777 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 	} else if (strncmp(cmd_buf, "add relay", 9) == 0) {
strncmp           819 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 	} else if (strncmp(cmd_buf, "del relay", 9) == 0) {
strncmp           845 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 	} else if (strncmp(cmd_buf, "add pvid", 8) == 0) {
strncmp           875 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 	} else if (strncmp(cmd_buf, "del pvid", 8) == 0) {
strncmp           896 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 	} else if (strncmp(cmd_buf, "dump", 4) == 0) {
strncmp           897 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 		if (strncmp(&cmd_buf[5], "switch", 6) == 0) {
strncmp           899 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 		} else if (strncmp(&cmd_buf[5], "vsi", 3) == 0) {
strncmp           905 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 		} else if (strncmp(&cmd_buf[5], "veb", 3) == 0) {
strncmp           911 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 		} else if (strncmp(&cmd_buf[5], "vf", 2) == 0) {
strncmp           917 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 		} else if (strncmp(&cmd_buf[5], "desc", 4) == 0) {
strncmp           919 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 			if (strncmp(&cmd_buf[10], "rx", 2) == 0) {
strncmp           924 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 			} else if (strncmp(&cmd_buf[10], "tx", 2)
strncmp           930 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 			} else if (strncmp(&cmd_buf[10], "aq", 2) == 0) {
strncmp           939 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 		} else if (strncmp(&cmd_buf[5], "reset stats", 11) == 0) {
strncmp           951 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 		} else if (strncmp(&cmd_buf[5], "port", 4) == 0) {
strncmp          1061 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 		} else if (strncmp(&cmd_buf[5], "debug fwdata", 12) == 0) {
strncmp          1116 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 	} else if (strncmp(cmd_buf, "pfr", 3) == 0) {
strncmp          1120 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 	} else if (strncmp(cmd_buf, "corer", 5) == 0) {
strncmp          1124 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 	} else if (strncmp(cmd_buf, "globr", 5) == 0) {
strncmp          1128 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 	} else if (strncmp(cmd_buf, "read", 4) == 0) {
strncmp          1149 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 	} else if (strncmp(cmd_buf, "write", 5) == 0) {
strncmp          1168 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 	} else if (strncmp(cmd_buf, "clear_stats", 11) == 0) {
strncmp          1169 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 		if (strncmp(&cmd_buf[12], "vsi", 3) == 0) {
strncmp          1192 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 		} else if (strncmp(&cmd_buf[12], "port", 4) == 0) {
strncmp          1202 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 	} else if (strncmp(cmd_buf, "send aq_cmd", 11) == 0) {
strncmp          1248 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 	} else if (strncmp(cmd_buf, "send indirect aq_cmd", 20) == 0) {
strncmp          1314 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 	} else if (strncmp(cmd_buf, "fd current cnt", 14) == 0) {
strncmp          1317 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 	} else if (strncmp(cmd_buf, "lldp", 4) == 0) {
strncmp          1318 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 		if (strncmp(&cmd_buf[5], "stop", 4) == 0) {
strncmp          1343 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 		} else if (strncmp(&cmd_buf[5], "start", 5) == 0) {
strncmp          1369 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 		} else if (strncmp(&cmd_buf[5],
strncmp          1397 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 		} else if (strncmp(&cmd_buf[5], "get remote", 10) == 0) {
strncmp          1425 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 		} else if (strncmp(&cmd_buf[5], "event on", 8) == 0) {
strncmp          1436 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 		} else if (strncmp(&cmd_buf[5], "event off", 9) == 0) {
strncmp          1448 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 	} else if (strncmp(cmd_buf, "nvm read", 8) == 0) {
strncmp          1642 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 	if (strncmp(i40e_dbg_netdev_ops_buf, "change_mtu", 10) == 0) {
strncmp          1667 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 	} else if (strncmp(i40e_dbg_netdev_ops_buf, "set_rx_mode", 11) == 0) {
strncmp          1688 drivers/net/ethernet/intel/i40e/i40e_debugfs.c 	} else if (strncmp(i40e_dbg_netdev_ops_buf, "napi", 4) == 0) {
strncmp            85 drivers/net/ethernet/intel/ixgbe/ixgbe_debugfs.c 	if (strncmp(ixgbe_dbg_reg_ops_buf, "write", 5) == 0) {
strncmp            96 drivers/net/ethernet/intel/ixgbe/ixgbe_debugfs.c 	} else if (strncmp(ixgbe_dbg_reg_ops_buf, "read", 4) == 0) {
strncmp           168 drivers/net/ethernet/intel/ixgbe/ixgbe_debugfs.c 	if (strncmp(ixgbe_dbg_netdev_ops_buf, "tx_timeout", 10) == 0) {
strncmp           790 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 	if (!strncmp(mkex_profile, "default", MKEX_NAME_LEN))
strncmp           808 drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c 		    !strncmp(mcam_kex->name, mkex_profile, MKEX_NAME_LEN)) {
strncmp           686 drivers/net/ethernet/natsemi/natsemi.c         if (!strncmp("on", buf, count - 1) || !strncmp("1", buf, count - 1))
strncmp           688 drivers/net/ethernet/natsemi/natsemi.c         else if (!strncmp("off", buf, count - 1) ||
strncmp           689 drivers/net/ethernet/natsemi/natsemi.c                  !strncmp("0", buf, count - 1))
strncmp           839 drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c 			if (!strncmp(&ver_str[i], "REV=", 4)) {
strncmp          1026 drivers/net/ethernet/qlogic/qlcnic/qlcnic_init.c 		if (!strncmp(&ver_str[i], "REV=", 4)) {
strncmp          2282 drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c 		if (!strncmp(opt, "eee_timer:", 10)) {
strncmp          4910 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 		if (!strncmp(opt, "debug:", 6)) {
strncmp          4913 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 		} else if (!strncmp(opt, "phyaddr:", 8)) {
strncmp          4916 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 		} else if (!strncmp(opt, "buf_sz:", 7)) {
strncmp          4919 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 		} else if (!strncmp(opt, "tc:", 3)) {
strncmp          4922 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 		} else if (!strncmp(opt, "watchdog:", 9)) {
strncmp          4925 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 		} else if (!strncmp(opt, "flow_ctrl:", 10)) {
strncmp          4928 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 		} else if (!strncmp(opt, "pause:", 6)) {
strncmp          4931 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 		} else if (!strncmp(opt, "eee_timer:", 10)) {
strncmp          4934 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 		} else if (!strncmp(opt, "chain_mode:", 11)) {
strncmp          8052 drivers/net/ethernet/sun/niu.c 		if (!strncmp(s + i, "FCode ", 6))
strncmp          3176 drivers/net/ethernet/sun/sunhme.c 		if (!strncmp(dev->name, "eth", 3)) {
strncmp          1380 drivers/net/ethernet/ti/davinci_emac.c 	return !strncmp(dev_name(dev), "davinci_mdio", 12);
strncmp          1716 drivers/net/ethernet/toshiba/ps3_gelic_wireless.c 			    !strncmp(wl->essid,
strncmp           123 drivers/net/fjes/fjes_main.c 	if (strncmp(FJES_ACPI_SYMBOL, str_buf, strlen(FJES_ACPI_SYMBOL)) != 0) {
strncmp          1192 drivers/net/hamradio/baycom_epp.c 	if (strncmp(par_dev->name, drv->name, len))
strncmp           400 drivers/net/hamradio/baycom_par.c 	if (!strncmp(modestr, "picpar", 6))
strncmp           402 drivers/net/hamradio/baycom_par.c 	else if (!strncmp(modestr, "par96", 5))
strncmp           497 drivers/net/hamradio/baycom_par.c 	if (strncmp(par_dev->name, drv->name, len))
strncmp           484 drivers/net/hamradio/baycom_ser_fdx.c 	if (!strncmp(modestr, "ser", 3)) {
strncmp           140 drivers/net/hamradio/bpqether.c 	return dev->type == ARPHRD_ETHER && strncmp(dev->name, "dummy", 5);
strncmp          1338 drivers/net/plip/plip.c 	if (strncmp(par_dev->name, drv->name, len))
strncmp          1383 drivers/net/plip/plip.c 	if (!strncmp(str, "parport", 7)) {
strncmp          1271 drivers/net/usb/r8152.c 	if (strncmp(obj->string.pointer, "_AUXMAC_#", 9) != 0 ||
strncmp          1272 drivers/net/usb/r8152.c 	    strncmp(obj->string.pointer + 0x15, "#", 1) != 0) {
strncmp           474 drivers/net/wan/cosa.c 	if (!strncmp(cosa->id_string, "SRP", 3))
strncmp           476 drivers/net/wan/cosa.c 	else if (!strncmp(cosa->id_string, "COSA", 4))
strncmp            76 drivers/net/wan/lapbether.c 	return dev->type == ARPHRD_ETHER && strncmp(dev->name, "dummy", 5);
strncmp           318 drivers/net/wireless/ath/ath10k/spectral.c 	if (strncmp("trigger", buf, 7) == 0) {
strncmp           338 drivers/net/wireless/ath/ath10k/spectral.c 	} else if (strncmp("background", buf, 10) == 0) {
strncmp           340 drivers/net/wireless/ath/ath10k/spectral.c 	} else if (strncmp("manual", buf, 6) == 0) {
strncmp           342 drivers/net/wireless/ath/ath10k/spectral.c 	} else if (strncmp("disable", buf, 7) == 0) {
strncmp           254 drivers/net/wireless/ath/ath5k/debug.c 	if (strncmp(buf, "disable", 7) == 0) {
strncmp           257 drivers/net/wireless/ath/ath5k/debug.c 	} else if (strncmp(buf, "enable", 6) == 0) {
strncmp           357 drivers/net/wireless/ath/ath5k/debug.c 		if (strncmp(buf, dbg_info[i].name,
strncmp           461 drivers/net/wireless/ath/ath5k/debug.c 	if (strncmp(buf, "diversity", 9) == 0) {
strncmp           464 drivers/net/wireless/ath/ath5k/debug.c 	} else if (strncmp(buf, "fixed-a", 7) == 0) {
strncmp           467 drivers/net/wireless/ath/ath5k/debug.c 	} else if (strncmp(buf, "fixed-b", 7) == 0) {
strncmp           470 drivers/net/wireless/ath/ath5k/debug.c 	} else if (strncmp(buf, "clear", 5) == 0) {
strncmp           634 drivers/net/wireless/ath/ath5k/debug.c 	if (strncmp(buf, "clear", 5) == 0) {
strncmp           783 drivers/net/wireless/ath/ath5k/debug.c 	if (strncmp(buf, "sens-low", 8) == 0) {
strncmp           785 drivers/net/wireless/ath/ath5k/debug.c 	} else if (strncmp(buf, "sens-high", 9) == 0) {
strncmp           787 drivers/net/wireless/ath/ath5k/debug.c 	} else if (strncmp(buf, "ani-off", 7) == 0) {
strncmp           789 drivers/net/wireless/ath/ath5k/debug.c 	} else if (strncmp(buf, "ani-on", 6) == 0) {
strncmp           791 drivers/net/wireless/ath/ath5k/debug.c 	} else if (strncmp(buf, "noise-low", 9) == 0) {
strncmp           793 drivers/net/wireless/ath/ath5k/debug.c 	} else if (strncmp(buf, "noise-high", 10) == 0) {
strncmp           796 drivers/net/wireless/ath/ath5k/debug.c 	} else if (strncmp(buf, "spur-low", 8) == 0) {
strncmp           798 drivers/net/wireless/ath/ath5k/debug.c 	} else if (strncmp(buf, "spur-high", 9) == 0) {
strncmp           801 drivers/net/wireless/ath/ath5k/debug.c 	} else if (strncmp(buf, "fir-low", 7) == 0) {
strncmp           803 drivers/net/wireless/ath/ath5k/debug.c 	} else if (strncmp(buf, "fir-high", 8) == 0) {
strncmp           805 drivers/net/wireless/ath/ath5k/debug.c 	} else if (strncmp(buf, "ofdm-off", 8) == 0) {
strncmp           807 drivers/net/wireless/ath/ath5k/debug.c 	} else if (strncmp(buf, "ofdm-on", 7) == 0) {
strncmp           809 drivers/net/wireless/ath/ath5k/debug.c 	} else if (strncmp(buf, "cck-off", 7) == 0) {
strncmp           811 drivers/net/wireless/ath/ath5k/debug.c 	} else if (strncmp(buf, "cck-on", 6) == 0) {
strncmp           881 drivers/net/wireless/ath/ath5k/debug.c 	if (strncmp(buf, "start", 5) == 0)
strncmp           883 drivers/net/wireless/ath/ath5k/debug.c 	else if (strncmp(buf, "stop", 4) == 0)
strncmp           807 drivers/net/wireless/ath/ath9k/common-spectral.c 	if (strncmp("trigger", buf, 7) == 0) {
strncmp           809 drivers/net/wireless/ath/ath9k/common-spectral.c 	} else if (strncmp("background", buf, 10) == 0) {
strncmp           812 drivers/net/wireless/ath/ath9k/common-spectral.c 	} else if (strncmp("chanscan", buf, 8) == 0) {
strncmp           815 drivers/net/wireless/ath/ath9k/common-spectral.c 	} else if (strncmp("manual", buf, 6) == 0) {
strncmp           818 drivers/net/wireless/ath/ath9k/common-spectral.c 	} else if (strncmp("disable", buf, 7) == 0) {
strncmp          1213 drivers/net/wireless/ath/ath9k/debug.c 	if (strncmp("off", buf, 3) == 0)
strncmp           196 drivers/net/wireless/ath/ath9k/htc_drv_gpio.c 	if (product && strncmp(product, ATH_HTC_BTCOEX_PRODUCT_ID, 5) == 0) {
strncmp           114 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c 		if (strncmp(&nvp->data[nvp->entry], "RAW1", 4) == 0)
strncmp           118 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c 		if (strncmp(&nvp->data[nvp->entry], "devpath", 7) == 0)
strncmp           120 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c 		if (strncmp(&nvp->data[nvp->entry], "pcie/", 5) == 0)
strncmp           122 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c 		if (strncmp(&nvp->data[nvp->entry], "boardrev", 8) == 0)
strncmp           263 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c 		if (strncmp(&nvp->nvram[i], "devpath", 7) == 0 &&
strncmp           264 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c 		    (!strncmp(&nvp->nvram[i + 8], pci_path, pci_len) ||
strncmp           265 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c 		     !strncmp(&nvp->nvram[i + 8], pcie_path, pcie_len))) {
strncmp           283 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c 			if (strncmp(&nvp->nvram[i], "boardrev", 8) == 0)
strncmp           334 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c 		if (strncmp(&nvp->nvram[i], prefix, len) == 0) {
strncmp           336 drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c 			if (strncmp(&nvp->nvram[i], "boardrev", 8) == 0)
strncmp           244 drivers/net/wireless/broadcom/brcm80211/brcmfmac/pno.c 			if (!strncmp(ssid->ssid, req->ssids[i].ssid,
strncmp           207 drivers/net/wireless/broadcom/brcm80211/brcmsmac/channel.c 		if (!strncmp(regdom, cntry_locales[i].regdomain->alpha2, len)) {
strncmp          4805 drivers/net/wireless/cisco/airo.c 		if ( !strncmp( line, "Mode: ", 6 ) ) {
strncmp          4832 drivers/net/wireless/cisco/airo.c 		else if (!strncmp(line,"Radio: ", 7)) {
strncmp          4834 drivers/net/wireless/cisco/airo.c 			if (!strncmp(line,"off",3)) {
strncmp          4841 drivers/net/wireless/cisco/airo.c 		else if ( !strncmp( line, "NodeName: ", 10 ) ) {
strncmp          4854 drivers/net/wireless/cisco/airo.c 		else if ( !strncmp( line, "PowerMode: ", 11 ) ) {
strncmp          4856 drivers/net/wireless/cisco/airo.c 			if ( !strncmp( line, "PSPCAM", 6 ) ) {
strncmp          4859 drivers/net/wireless/cisco/airo.c 			} else if ( !strncmp( line, "PSP", 3 ) ) {
strncmp          4866 drivers/net/wireless/cisco/airo.c 		} else if ( !strncmp( line, "DataRates: ", 11 ) ) {
strncmp          4877 drivers/net/wireless/cisco/airo.c 		} else if ( !strncmp( line, "Channel: ", 9 ) ) {
strncmp          4885 drivers/net/wireless/cisco/airo.c 		} else if ( !strncmp( line, "XmitPower: ", 11 ) ) {
strncmp          4893 drivers/net/wireless/cisco/airo.c 		} else if ( !strncmp( line, "WEP: ", 5 ) ) {
strncmp          4907 drivers/net/wireless/cisco/airo.c 		} else if ( !strncmp( line, "LongRetryLimit: ", 16 ) ) {
strncmp          4915 drivers/net/wireless/cisco/airo.c 		} else if ( !strncmp( line, "ShortRetryLimit: ", 17 ) ) {
strncmp          4923 drivers/net/wireless/cisco/airo.c 		} else if ( !strncmp( line, "RTSThreshold: ", 14 ) ) {
strncmp          4931 drivers/net/wireless/cisco/airo.c 		} else if ( !strncmp( line, "TXMSDULifetime: ", 16 ) ) {
strncmp          4939 drivers/net/wireless/cisco/airo.c 		} else if ( !strncmp( line, "RXMSDULifetime: ", 16 ) ) {
strncmp          4947 drivers/net/wireless/cisco/airo.c 		} else if ( !strncmp( line, "TXDiversity: ", 13 ) ) {
strncmp          4952 drivers/net/wireless/cisco/airo.c 		} else if ( !strncmp( line, "RXDiversity: ", 13 ) ) {
strncmp          4957 drivers/net/wireless/cisco/airo.c 		} else if ( !strncmp( line, "FragThreshold: ", 15 ) ) {
strncmp          4966 drivers/net/wireless/cisco/airo.c 		} else if (!strncmp(line, "Modulation: ", 12)) {
strncmp          4974 drivers/net/wireless/cisco/airo.c 		} else if (!strncmp(line, "Preamble: ", 10)) {
strncmp           135 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c 	if (!strncmp("keep_alive=", buf, 11)) {
strncmp           139 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c 	} else if (!strncmp("skip_over_dtim=", buf, 15)) {
strncmp           143 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c 	} else if (!strncmp("skip_dtim_periods=", buf, 18)) {
strncmp           147 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c 	} else if (!strncmp("rx_data_timeout=", buf, 16)) {
strncmp           151 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c 	} else if (!strncmp("tx_data_timeout=", buf, 16)) {
strncmp           155 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c 	} else if (!strncmp("lprx=", buf, 5)) {
strncmp           159 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c 	} else if (!strncmp("lprx_rssi_threshold=", buf, 20)) {
strncmp           166 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c 	} else if (!strncmp("snooze_enable=", buf, 14)) {
strncmp           170 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c 	} else if (!strncmp("uapsd_misbehaving=", buf, 18)) {
strncmp           174 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c 	} else if (!strncmp("use_ps_poll=", buf, 12)) {
strncmp           358 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c 	if (!strncmp("bf_energy_delta=", buf, 16)) {
strncmp           365 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c 	} else if (!strncmp("bf_roaming_energy_delta=", buf, 24)) {
strncmp           372 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c 	} else if (!strncmp("bf_roaming_state=", buf, 17)) {
strncmp           379 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c 	} else if (!strncmp("bf_temp_threshold=", buf, 18)) {
strncmp           386 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c 	} else if (!strncmp("bf_temp_fast_filter=", buf, 20)) {
strncmp           393 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c 	} else if (!strncmp("bf_temp_slow_filter=", buf, 20)) {
strncmp           400 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c 	} else if (!strncmp("bf_enable_beacon_filter=", buf, 24)) {
strncmp           406 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c 	} else if (!strncmp("bf_debug_flag=", buf, 14)) {
strncmp           412 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c 	} else if (!strncmp("bf_escape_timer=", buf, 16)) {
strncmp           419 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c 	} else if (!strncmp("ba_escape_timer=", buf, 16)) {
strncmp           426 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c 	} else if (!strncmp("ba_enable_beacon_abort=", buf, 23)) {
strncmp           500 drivers/net/wireless/intel/iwlwifi/mvm/debugfs-vif.c 	return !strncmp(name, buf, len) ? buf + len : NULL;
strncmp           535 drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c 	if (!strncmp("disable_power_off_d0=", buf, 21)) {
strncmp           539 drivers/net/wireless/intel/iwlwifi/mvm/debugfs.c 	} else if (!strncmp("disable_power_off_d3=", buf, 21)) {
strncmp          4066 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 	if (!strncmp("none", buf, 4)) {
strncmp          4068 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 	} else if (!strncmp("siso", buf, 4)) {
strncmp          4070 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 	} else if (!strncmp("stbc", buf, 4)) {
strncmp          4078 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 	} else if (!strncmp("bfer", buf, 4)) {
strncmp           671 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	if (strncmp(request->alpha2, "00", 2) &&
strncmp           672 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	    strncmp(request->alpha2, adapter->country_code,
strncmp          1498 drivers/net/wireless/marvell/mwifiex/sta_cmd.c 		    strncmp(prop->name, prefix, len))
strncmp           226 drivers/net/wireless/marvell/mwifiex/sta_ioctl.c 	if (!strncmp(priv->adapter->country_code, &country_ie[2], 2)) {
strncmp           130 drivers/net/xen-netback/xenbus.c 	if (!strncmp(write, XENVIF_KICK_STR, sizeof(XENVIF_KICK_STR) - 1))
strncmp           289 drivers/ntb/ntb_transport.c 	return !strncmp(dev_name(dev), drv->name, strlen(drv->name));
strncmp           369 drivers/ntb/ntb_transport.c 			if (!strncmp(dev_name(&client->dev), device_name,
strncmp           152 drivers/nvdimm/claim.c 	if (strncmp(name, "namespace", 9) == 0 || strcmp(name, "") == 0)
strncmp           605 drivers/nvdimm/dimm_devs.c 		if (strncmp(res->name, "pmem", 4) != 0)
strncmp           658 drivers/nvdimm/dimm_devs.c 		if (strncmp(res->name, "blk", 3) != 0)
strncmp           728 drivers/nvdimm/dimm_devs.c 			if (strncmp(res->name, "blk", 3) == 0)
strncmp           737 drivers/nvdimm/dimm_devs.c 			if (strncmp(res->name, "blk", 3) == 0) {
strncmp          1263 drivers/nvdimm/label.c 			if (strncmp(res->name, "pmem", 4) == 0)
strncmp           450 drivers/nvdimm/namespace_devs.c 	bool is_blk = strncmp(label_id->id, "blk", 3) == 0;
strncmp           525 drivers/nvdimm/namespace_devs.c 	bool is_blk = strncmp(label_id->id, "blk", 3) == 0;
strncmp           569 drivers/nvdimm/namespace_devs.c 	bool is_pmem = strncmp(label_id->id, "pmem", 4) == 0;
strncmp           619 drivers/nvdimm/namespace_devs.c 	bool is_pmem = strncmp(label_id->id, "pmem", 4) == 0;
strncmp           772 drivers/nvdimm/namespace_devs.c 	if (strncmp("pmem", label_id->id, 4) == 0)
strncmp           875 drivers/nvdimm/namespace_devs.c 	bool is_pmem = strncmp(label_id->id, "pmem", 4) == 0;
strncmp            77 drivers/nvdimm/pfn_devs.c 		if (strncmp(buf, "pmem\n", n) == 0
strncmp            78 drivers/nvdimm/pfn_devs.c 				|| strncmp(buf, "pmem", n) == 0) {
strncmp            80 drivers/nvdimm/pfn_devs.c 		} else if (strncmp(buf, "ram\n", n) == 0
strncmp            81 drivers/nvdimm/pfn_devs.c 				|| strncmp(buf, "ram", n) == 0)
strncmp            83 drivers/nvdimm/pfn_devs.c 		else if (strncmp(buf, "none\n", n) == 0
strncmp            84 drivers/nvdimm/pfn_devs.c 				|| strncmp(buf, "none", n) == 0)
strncmp          3266 drivers/nvme/host/fc.c 			!strncmp(buf, "nn-0x", NVME_FC_TRADDR_OXNNLEN) &&
strncmp          3267 drivers/nvme/host/fc.c 			!strncmp(&buf[NVME_FC_TRADDR_MAX_PN_OFFSET],
strncmp          3273 drivers/nvme/host/fc.c 			!strncmp(buf, "nn-", NVME_FC_TRADDR_NNLEN) &&
strncmp          3274 drivers/nvme/host/fc.c 			!strncmp(&buf[NVME_FC_TRADDR_MIN_PN_OFFSET],
strncmp          1106 drivers/nvme/target/core.c 			if (strncmp(hostnqn, ctrl->hostnqn, NVMF_NQN_SIZE)) {
strncmp          1379 drivers/nvme/target/core.c 		if (!strncmp(p->subsys->subsysnqn, subsysnqn,
strncmp          2461 drivers/nvme/target/fc.c 			!strncmp(buf, "nn-0x", NVME_FC_TRADDR_OXNNLEN) &&
strncmp          2462 drivers/nvme/target/fc.c 			!strncmp(&buf[NVME_FC_TRADDR_MAX_PN_OFFSET],
strncmp          2468 drivers/nvme/target/fc.c 			!strncmp(buf, "nn-", NVME_FC_TRADDR_NNLEN) &&
strncmp          2469 drivers/nvme/target/fc.c 			!strncmp(&buf[NVME_FC_TRADDR_MIN_PN_OFFSET],
strncmp            69 drivers/of/base.c 	return (strlen(name) == len) && (strncmp(node_name, name, len) == 0);
strncmp            78 drivers/of/base.c 	return strncmp(kbasename(np->full_name), prefix, strlen(prefix)) == 0;
strncmp           897 drivers/of/base.c 		if (strncmp(path, name, len) == 0 && (strlen(name) == len))
strncmp           966 drivers/of/base.c 			if (strlen(pp->name) == len && !strncmp(pp->name, path, len)) {
strncmp            68 drivers/of/kobj.c 	bool secure = strncmp(pp->name, "security-", 9) == 0;
strncmp           279 drivers/of/unittest.c 		unittest(strncmp(buf, expected, size) == 0 && (buf[size+1] == 0xff),
strncmp          3102 drivers/parport/parport_pc.c 	if (!strncmp(s, "auto", 4))
strncmp          3104 drivers/parport/parport_pc.c 	else if (!strncmp(s, "none", 4))
strncmp          3106 drivers/parport/parport_pc.c 	else if (nofifo && !strncmp(s, "nofifo", 6))
strncmp          3251 drivers/parport/parport_pc.c 	if (!strncmp(str, "auto", 4)) {
strncmp           318 drivers/pci/pci.c 	if (strncmp(p, "pci:", 4) == 0) {
strncmp          6426 drivers/pci/pci.c 			} else if (!strncmp(str, "noats", 5)) {
strncmp          6433 drivers/pci/pci.c 			} else if (!strncmp(str, "realloc=", 8)) {
strncmp          6435 drivers/pci/pci.c 			} else if (!strncmp(str, "realloc", 7)) {
strncmp          6439 drivers/pci/pci.c 			} else if (!strncmp(str, "noari", 5)) {
strncmp          6441 drivers/pci/pci.c 			} else if (!strncmp(str, "cbiosize=", 9)) {
strncmp          6443 drivers/pci/pci.c 			} else if (!strncmp(str, "cbmemsize=", 10)) {
strncmp          6445 drivers/pci/pci.c 			} else if (!strncmp(str, "resource_alignment=", 19)) {
strncmp          6447 drivers/pci/pci.c 			} else if (!strncmp(str, "ecrc=", 5)) {
strncmp          6449 drivers/pci/pci.c 			} else if (!strncmp(str, "hpiosize=", 9)) {
strncmp          6451 drivers/pci/pci.c 			} else if (!strncmp(str, "hpmemsize=", 10)) {
strncmp          6453 drivers/pci/pci.c 			} else if (!strncmp(str, "hpbussize=", 10)) {
strncmp          6458 drivers/pci/pci.c 			} else if (!strncmp(str, "pcie_bus_tune_off", 17)) {
strncmp          6460 drivers/pci/pci.c 			} else if (!strncmp(str, "pcie_bus_safe", 13)) {
strncmp          6462 drivers/pci/pci.c 			} else if (!strncmp(str, "pcie_bus_perf", 13)) {
strncmp          6464 drivers/pci/pci.c 			} else if (!strncmp(str, "pcie_bus_peer2peer", 18)) {
strncmp          6466 drivers/pci/pci.c 			} else if (!strncmp(str, "pcie_scan_all", 13)) {
strncmp          6468 drivers/pci/pci.c 			} else if (!strncmp(str, "disable_acs_redir=", 18)) {
strncmp            34 drivers/pci/pcie/pme.c 	if (!strncmp(str, "nomsi", 5))
strncmp            34 drivers/pci/pcie/portdrv_pci.c 	if (!strncmp(str, "compat", 6))
strncmp            36 drivers/pci/pcie/portdrv_pci.c 	else if (!strncmp(str, "native", 6))
strncmp          1649 drivers/pci/setup-bus.c 	if (!strncmp(str, "off", 3))
strncmp          1651 drivers/pci/setup-bus.c 	else if (!strncmp(str, "on", 2))
strncmp           504 drivers/pcmcia/cistpl.c 			(strncmp(link+2, "CIS", 3) == 0))
strncmp           514 drivers/pcmcia/cistpl.c 		(strncmp(link+2, "CIS", 3) == 0))
strncmp          1067 drivers/pcmcia/ds.c 	if ((!p_dev->suspended) && !strncmp(buf, "off", 3))
strncmp          1069 drivers/pcmcia/ds.c 	else if (p_dev->suspended && !strncmp(buf, "on", 2))
strncmp           114 drivers/pcmcia/socket_sysfs.c 	if (!strncmp(buf, "off", 3))
strncmp           117 drivers/pcmcia/socket_sysfs.c 		if (!strncmp(buf, "on", 2))
strncmp           627 drivers/pcmcia/vrc4171_card.c 	if (strncmp(options, "irq:", 4) == 0) {
strncmp           639 drivers/pcmcia/vrc4171_card.c 	if (strncmp(options, "slota:", 6) == 0) {
strncmp           642 drivers/pcmcia/vrc4171_card.c 			if (strncmp(options, "memnoprobe", 10) == 0) {
strncmp           645 drivers/pcmcia/vrc4171_card.c 			} else if (strncmp(options, "ionoprobe", 9) == 0) {
strncmp           648 drivers/pcmcia/vrc4171_card.c 			} else if ( strncmp(options, "noprobe", 7) == 0) {
strncmp           661 drivers/pcmcia/vrc4171_card.c 	if (strncmp(options, "slotb:", 6) == 0) {
strncmp           664 drivers/pcmcia/vrc4171_card.c 			if (strncmp(options, "pccard", 6) == 0) {
strncmp           667 drivers/pcmcia/vrc4171_card.c 			} else if (strncmp(options, "cf", 2) == 0) {
strncmp           670 drivers/pcmcia/vrc4171_card.c 			} else if (strncmp(options, "flashrom", 8) == 0) {
strncmp           673 drivers/pcmcia/vrc4171_card.c 			} else if (strncmp(options, "none", 4) == 0) {
strncmp           682 drivers/pcmcia/vrc4171_card.c 			if (strncmp(options, "memnoprobe", 10) == 0)
strncmp           684 drivers/pcmcia/vrc4171_card.c 			if (strncmp(options, "ionoprobe", 9) == 0)
strncmp           686 drivers/pcmcia/vrc4171_card.c 			if (strncmp(options, "noprobe", 7) == 0)
strncmp           541 drivers/pcmcia/vrc4173_cardu.c 	if (strncmp(options, "cardu1:", 7) == 0) {
strncmp           544 drivers/pcmcia/vrc4173_cardu.c 			if (strncmp(options, "noprobe", 7) == 0) {
strncmp           555 drivers/pcmcia/vrc4173_cardu.c 	if (strncmp(options, "cardu2:", 7) == 0) {
strncmp           557 drivers/pcmcia/vrc4173_cardu.c 		if ((*options != '\0') && (strncmp(options, "noprobe", 7) == 0))
strncmp           286 drivers/pinctrl/aspeed/pinctrl-aspeed.c 	return strncmp(expr->signal, "GPIO", 4) == 0;
strncmp           742 drivers/pinctrl/mediatek/pinctrl-mtk-common.c 		if (!strncmp(func->name, GPIO_MODE_PREFIX,
strncmp           143 drivers/platform/chrome/chromeos_laptop.c 		if (strncmp(adapter->name, i2c_adapter_names[i2c_dev->type],
strncmp           610 drivers/platform/x86/acerhdf.c 			!strncmp(str, start, start_len))
strncmp          1827 drivers/platform/x86/asus-laptop.c 	if (strncmp(model, "L1400B", 6) == 0) {
strncmp           510 drivers/platform/x86/dcdbas.c 	if (strncmp(eps->smm_comm_buff_anchor, SMM_EPS_SIG, 4) != 0)
strncmp           742 drivers/platform/x86/dell-laptop.c 	if (product &&  (strncmp(product, "Latitude", 8) == 0 ||
strncmp           743 drivers/platform/x86/dell-laptop.c 			 strncmp(product, "Precision", 9) == 0))
strncmp           137 drivers/platform/x86/dell-wmi-descriptor.c 	if (strncmp(obj->string.pointer, "DELL WMI", 8) != 0) {
strncmp           129 drivers/platform/x86/eeepc-wmi.c 	if (unlikely(strncmp(model, "ET2012", 6) == 0))
strncmp          2213 drivers/platform/x86/sony-laptop.c 		if (strncmp(buffer, snc_thermal_profiles[cmd], len) == 0)
strncmp           122 drivers/platform/x86/surface3-wmi.c 	if (strncmp(acpi_device_bid(adev), SPI_TS_OBJ_NAME,
strncmp           154 drivers/platform/x86/surface3-wmi.c 	if (strncmp(acpi_device_bid(adev), SPI_CTL_OBJ_NAME,
strncmp           190 drivers/platform/x86/surface3_button.c 	if (strncmp(acpi_device_bid(ACPI_COMPANION(&client->dev)),
strncmp           197 drivers/platform/x86/surfacepro3_button.c 	if (strncmp(acpi_device_bid(device), SURFACE_BUTTON_OBJ_NAME,
strncmp           252 drivers/platform/x86/thinkpad_acpi.c #define strlencmp(a, b) (strncmp((a), (b), strlen(b)))
strncmp          1008 drivers/platform/x86/touchscreen_dmi.c 	    !strncmp(ts_data->acpi_name, client->name, I2C_NAME_SIZE)) {
strncmp           320 drivers/pnp/pnpacpi/core.c 	if (!strncmp(str, "off", 3))
strncmp           403 drivers/pnp/pnpbios/core.c 		if (strncmp(str, "off", 3) == 0)
strncmp           405 drivers/pnp/pnpbios/core.c 		if (strncmp(str, "on", 2) == 0)
strncmp           407 drivers/pnp/pnpbios/core.c 		invert = (strncmp(str, "no-", 3) == 0);
strncmp           410 drivers/pnp/pnpbios/core.c 		if (strncmp(str, "curr", 4) == 0)
strncmp            73 drivers/power/reset/reboot-mode.c 		if (strncmp(prop->name, PREFIX, len))
strncmp           515 drivers/power/supply/ab8500_bmdata.c 	if (strncmp(btech, "LION", 4) == 0) {
strncmp           526 drivers/power/supply/ab8500_bmdata.c 		if (strncmp(btech, "LION", 4) == 0)
strncmp          1080 drivers/power/supply/bq2415x_charger.c 	if (strncmp(buf, "auto", 4) == 0)
strncmp          1082 drivers/power/supply/bq2415x_charger.c 	else if (strncmp(buf, "off", 3) == 0)
strncmp          1126 drivers/power/supply/bq2415x_charger.c 	if (strncmp(buf, "auto", 4) == 0) {
strncmp          1131 drivers/power/supply/bq2415x_charger.c 	} else if (strncmp(buf, "off", 3) == 0) {
strncmp          1135 drivers/power/supply/bq2415x_charger.c 	} else if (strncmp(buf, "none", 4) == 0) {
strncmp          1139 drivers/power/supply/bq2415x_charger.c 	} else if (strncmp(buf, "host", 4) == 0) {
strncmp          1143 drivers/power/supply/bq2415x_charger.c 	} else if (strncmp(buf, "dedicated", 9) == 0) {
strncmp          1147 drivers/power/supply/bq2415x_charger.c 	} else if (strncmp(buf, "boost", 5) == 0) {
strncmp          1151 drivers/power/supply/bq2415x_charger.c 	} else if (strncmp(buf, "reset", 5) == 0) {
strncmp           469 drivers/power/supply/charger-manager.c 			if (!strncmp(env_str, event, UEVENT_BUF_SIZE))
strncmp           475 drivers/power/supply/charger-manager.c 		if (!strncmp(env_str_save, event, UEVENT_BUF_SIZE))
strncmp           494 drivers/power/supply/charger-manager.c 	if (!strncmp(env_str, event, UEVENT_BUF_SIZE))
strncmp           614 drivers/power/supply/cpcap-battery.c 	if (!strncmp(name, "lowbph", 6))
strncmp           616 drivers/power/supply/cpcap-battery.c 	else if (!strncmp(name, "lowbpl", 6))
strncmp           739 drivers/ps3/ps3av.c 		if (!strncmp(info->monitor_name, quirk->monitor_name,
strncmp           207 drivers/regulator/gpio-regulator.c 		if (!strncmp("voltage", regtype, 7))
strncmp           209 drivers/regulator/gpio-regulator.c 		else if (!strncmp("current", regtype, 7))
strncmp           140 drivers/remoteproc/remoteproc_debugfs.c 	if (!strncmp(buf, "enabled", count)) {
strncmp           145 drivers/remoteproc/remoteproc_debugfs.c 	} else if (!strncmp(buf, "disabled", count)) {
strncmp           147 drivers/remoteproc/remoteproc_debugfs.c 	} else if (!strncmp(buf, "recover", count)) {
strncmp           182 drivers/remoteproc/stm32_rproc.c 		if (!strncmp(ddata->mb[i].name, name, strlen(name)))
strncmp           302 drivers/rpmsg/rpmsg_core.c 	if (strncmp(chinfo->name, rpdev->id.name, RPMSG_NAME_SIZE))
strncmp           402 drivers/rpmsg/rpmsg_core.c 	return strncmp(id->name, rpdev->id.name, RPMSG_NAME_SIZE) == 0;
strncmp            30 drivers/rtc/proc.c 	return !strncmp(name, CONFIG_RTC_HCTOSYS_DEVICE, NAME_SIZE);
strncmp           433 drivers/rtc/rtc-abx80x.c 	if (strncmp(buf, "rc", 2) == 0) {
strncmp           435 drivers/rtc/rtc-abx80x.c 	} else if (strncmp(buf, "xtal", 4) == 0) {
strncmp           135 drivers/rtc/rtc-ds1343.c 	if (strncmp(buf, "enabled", 7) == 0)
strncmp           138 drivers/rtc/rtc-ds1343.c 	else if (strncmp(buf, "disabled", 8) == 0)
strncmp           983 drivers/s390/block/dasd.c 	if (strncmp(str, "reset", 5) == 0) {
strncmp           985 drivers/s390/block/dasd.c 	} else if (strncmp(str, "on", 2) == 0) {
strncmp           994 drivers/s390/block/dasd.c 	} else if (strncmp(str, "off", 3) == 0) {
strncmp          1348 drivers/s390/block/dasd.c 	if (strncmp((char *) &cqr->magic, device->discipline->ebcname, 4)) {
strncmp          1603 drivers/s390/block/dasd.c 	    strncmp(cqr->startdev->discipline->ebcname,
strncmp          1776 drivers/s390/block/dasd.c 	    strncmp(device->discipline->ebcname, (char *) &cqr->magic, 4)) {
strncmp            57 drivers/s390/block/dasd_alias.c 		if (!strncmp(pos->uid.vendor, uid->vendor,
strncmp            59 drivers/s390/block/dasd_alias.c 		    && !strncmp(pos->uid.serial, uid->serial,
strncmp            99 drivers/s390/block/dasd_alias.c 		    !strncmp(pos->uid.vduit, uid->vduit, sizeof(uid->vduit)))
strncmp           139 drivers/s390/block/dasd_devmap.c 	if (strncmp(DASD_IPLDEV, str, strlen(DASD_IPLDEV)) == 0) {
strncmp           195 drivers/s390/block/dasd_devmap.c 		if (len == 2 && !strncmp(str, "ro", 2))
strncmp           197 drivers/s390/block/dasd_devmap.c 		else if (len == 4 && !strncmp(str, "diag", 4))
strncmp           199 drivers/s390/block/dasd_devmap.c 		else if (len == 3 && !strncmp(str, "raw", 3))
strncmp           201 drivers/s390/block/dasd_devmap.c 		else if (len == 6 && !strncmp(str, "erplog", 6))
strncmp           203 drivers/s390/block/dasd_devmap.c 		else if (len == 8 && !strncmp(str, "failfast", 8))
strncmp           229 drivers/s390/block/dasd_devmap.c 	if (strncmp("autodetect", keyword, length) == 0) {
strncmp           234 drivers/s390/block/dasd_devmap.c 	if (strncmp("probeonly", keyword, length) == 0) {
strncmp           239 drivers/s390/block/dasd_devmap.c 	if (strncmp("nopav", keyword, length) == 0) {
strncmp           248 drivers/s390/block/dasd_devmap.c 	if (strncmp("nofcx", keyword, length) == 0) {
strncmp           254 drivers/s390/block/dasd_devmap.c 	if (strncmp("fixedbuffers", keyword, length) == 0) {
strncmp           422 drivers/s390/block/dasd_devmap.c 		if (strncmp(tmp->bus_id, bus_id, DASD_BUS_ID_SIZE) == 0) {
strncmp           454 drivers/s390/block/dasd_devmap.c 		if (strncmp(tmp->bus_id, bus_id, DASD_BUS_ID_SIZE) == 0) {
strncmp           261 drivers/s390/block/dasd_diag.c 	if (strncmp(device->discipline->ebcname, (char *) &cqr->magic, 4)) {
strncmp           274 drivers/s390/block/dasd_proc.c 	if (strncmp(str, "set", 3) == 0 && isspace(str[3])) {
strncmp           302 drivers/s390/block/dasd_proc.c 	} else if (strncmp(str, "reset", 5) == 0) {
strncmp           966 drivers/s390/block/dcssblk.c 			if (!strncmp(&dcssblk_segments[j], "(local)", 7)) {
strncmp           424 drivers/s390/char/con3215.c 				    (strncmp(raw->inbuf+count-2, "\252n", 2) &&
strncmp           425 drivers/s390/char/con3215.c 				     strncmp(raw->inbuf+count-2, "^n", 2)) ) {
strncmp            96 drivers/s390/char/hmcdrv_ftp.c 	if (!pdesc->str || strncmp(pdesc->str, cmd, len))
strncmp           342 drivers/s390/char/sclp_tty.c 		    (strncmp((const char *) buf + count - 2, "^n", 2) &&
strncmp           343 drivers/s390/char/sclp_tty.c 		     strncmp((const char *) buf + count - 2, "\252n", 2))) {
strncmp           229 drivers/s390/char/vmlogrdr.c 	if (!strncmp("ANY",tail,3))
strncmp           231 drivers/s390/char/vmlogrdr.c 	if (!strncmp("NONE",tail,4))
strncmp           521 drivers/s390/cio/device.c 	if (!strncmp(buf, "force\n", count)) {
strncmp           107 drivers/s390/crypto/zcrypt_api.c 		    (!strncmp(zops->name, name, sizeof(zops->name))))
strncmp           964 drivers/s390/crypto/zcrypt_ccamisc.c 	int complete = strncmp(rule_array_2, "COMPLETE", 8) ? 0 : 1;
strncmp           257 drivers/s390/net/ctcm_main.c 	while (ch && (strncmp(ch->id, id, CTCM_ID_SIZE) || (ch->type != type)))
strncmp          1466 drivers/s390/net/ctcm_main.c 	if (*c && (!strncmp((*c)->id, ch->id, CTCM_ID_SIZE))) {
strncmp           558 drivers/s390/net/netiucv.c 		if (strncmp(ipvmid, conn->userid, 8) ||
strncmp           559 drivers/s390/net/netiucv.c 		    strncmp(ipuser, conn->userdata, 16))
strncmp          1499 drivers/s390/net/netiucv.c 		if (!strncmp(username, cp->userid, 9) &&
strncmp          1500 drivers/s390/net/netiucv.c 		   !strncmp(userdata, cp->userdata, 17) && cp->netdev != ndev) {
strncmp          2024 drivers/s390/net/netiucv.c 		if (!strncmp(username, cp->userid, 9) &&
strncmp          2025 drivers/s390/net/netiucv.c 		    !strncmp(userdata, cp->userdata, 17)) {
strncmp          2100 drivers/s390/net/netiucv.c 		if (strncmp(name, ndev->name, count))
strncmp          2242 drivers/s390/net/qeth_core_main.c 	if (!strncmp("00S", QETH_ULP_SETUP_RESP_CONNECTION_TOKEN(iob->data),
strncmp            49 drivers/s390/net/smsgiucv.c 	if (strncmp(ipvmid, "*MSG    ", 8) != 0)
strncmp            82 drivers/s390/net/smsgiucv.c 			if (strncmp(buffer + 8, cb->prefix, cb->len) == 0) {
strncmp           255 drivers/sbus/char/oradax.c 		if (strncmp(prop, "dax", strlen("dax")))
strncmp           273 drivers/sbus/char/oradax.c 	if (strncmp(prop, DAX2_STR, strlen(DAX2_STR)) == 0) {
strncmp           279 drivers/sbus/char/oradax.c 	} else if (strncmp(prop, DAX1_STR, strlen(DAX1_STR)) == 0) {
strncmp           478 drivers/scsi/aacraid/linit.c 		if (strncmp(sdev->vendor, "ATA", 3) == 0)
strncmp          7294 drivers/scsi/advansys.c 	if ((type == TYPE_ROM) && (strncmp(sdev->vendor, "HP ", 3) == 0))
strncmp          2775 drivers/scsi/aha152x.c 	if(!shpnt || !buffer || length<8 || strncmp("aha152x ", buffer, 8)!=0)
strncmp          2779 drivers/scsi/aha152x.c 	if(length>13 && strncmp("reset", buffer+8, 5)==0) {
strncmp          1184 drivers/scsi/aic7xxx/aic79xx_osm.c 			if (strncmp(options[i].name, p, n) == 0)
strncmp          1190 drivers/scsi/aic7xxx/aic79xx_osm.c 		if (strncmp(p, "global_tag_depth", n) == 0) {
strncmp          1192 drivers/scsi/aic7xxx/aic79xx_osm.c 		} else if (strncmp(p, "tag_info", n) == 0) {
strncmp          1195 drivers/scsi/aic7xxx/aic79xx_osm.c 		} else if (strncmp(p, "slewrate", n) == 0) {
strncmp          1199 drivers/scsi/aic7xxx/aic79xx_osm.c 		} else if (strncmp(p, "precomp", n) == 0) {
strncmp          1203 drivers/scsi/aic7xxx/aic79xx_osm.c 		} else if (strncmp(p, "amplitude", n) == 0) {
strncmp          1209 drivers/scsi/aic7xxx/aic79xx_osm.c 		} else if (!strncmp(p, "verbose", n)) {
strncmp          1059 drivers/scsi/aic7xxx/aic7xxx_osm.c 			if (strncmp(options[i].name, p, n) == 0)
strncmp          1065 drivers/scsi/aic7xxx/aic7xxx_osm.c 		if (strncmp(p, "global_tag_depth", n) == 0) {
strncmp          1067 drivers/scsi/aic7xxx/aic7xxx_osm.c 		} else if (strncmp(p, "tag_info", n) == 0) {
strncmp          1072 drivers/scsi/aic7xxx/aic7xxx_osm.c 		} else if (strncmp(p, "verbose", n) == 0) {
strncmp           221 drivers/scsi/aic94xx/aic94xx_sds.c 	if (strncmp(bc_struct->sig, "SOIB", 4)
strncmp           222 drivers/scsi/aic94xx/aic94xx_sds.c 	    && strncmp(bc_struct->sig, "IPSA", 4)) {
strncmp           318 drivers/scsi/arm/cumana_2.c 	if (length >= 11 && strncmp(buffer, "CUMANASCSI2", 11) == 0) {
strncmp           322 drivers/scsi/arm/cumana_2.c 		if (length >= 5 && strncmp(buffer, "term=", 5) == 0) {
strncmp           403 drivers/scsi/arm/eesox.c 	if (length >= 9 && strncmp(buffer, "EESOXSCSI", 9) == 0) {
strncmp           407 drivers/scsi/arm/eesox.c 		if (length >= 5 && strncmp(buffer, "term=", 5) == 0) {
strncmp           112 drivers/scsi/arm/fas216.c 			if (strncmp(s, "bus", 3) == 0)
strncmp           114 drivers/scsi/arm/fas216.c 			if (strncmp(s, "buf", 3) == 0)
strncmp           206 drivers/scsi/arm/powertec.c 	if (length >= 12 && strncmp(buffer, "POWERTECSCSI", 12) == 0) {
strncmp           210 drivers/scsi/arm/powertec.c 		if (length >= 5 && strncmp(buffer, "term=", 5) == 0) {
strncmp          3210 drivers/scsi/bfa/bfa_fcs_lport.c 			if (strncmp(gmal_entry->prefix,
strncmp          2337 drivers/scsi/bnx2fc/bnx2fc_fcoe.c 		if (strncmp(drvinfo.driver, "bnx2x", strlen("bnx2x"))) {
strncmp          3084 drivers/scsi/cxlflash/main.c 		if (!strncmp(hwq_mode_name[i], buf, strlen(hwq_mode_name[i]))) {
strncmp           191 drivers/scsi/device_handler/scsi_dh_alua.c 		if (strncmp(pg->device_id_str, id_str, id_size))
strncmp           200 drivers/scsi/device_handler/scsi_dh_emc.c 		if (!strncmp(buffer + 8, "DGC", 3)) {
strncmp           359 drivers/scsi/device_handler/scsi_dh_emc.c 	if (!strlen(sp_model) || !strncmp(sp_model, "FC",2))
strncmp          3193 drivers/scsi/gdth.c         if (!strncmp(argv, "disable:", 8))
strncmp          3195 drivers/scsi/gdth.c         else if (!strncmp(argv, "reserve_mode:", 13))
strncmp          3197 drivers/scsi/gdth.c         else if (!strncmp(argv, "reverse_scan:", 13))
strncmp          3199 drivers/scsi/gdth.c         else if (!strncmp(argv, "hdr_channel:", 12))
strncmp          3201 drivers/scsi/gdth.c         else if (!strncmp(argv, "max_ids:", 8))
strncmp          3203 drivers/scsi/gdth.c         else if (!strncmp(argv, "rescan:", 7))
strncmp          3205 drivers/scsi/gdth.c         else if (!strncmp(argv, "shared_access:", 14))
strncmp          3207 drivers/scsi/gdth.c         else if (!strncmp(argv, "reserve_list:", 13)) {
strncmp            17 drivers/scsi/gdth_proc.c         if (strncmp(buffer,"gdth",4) == 0) {
strncmp            45 drivers/scsi/gdth_proc.c     if (length >= 5 && strncmp(buffer,"flush",5)==0) {
strncmp            84 drivers/scsi/gdth_proc.c     if (length >= 7 && strncmp(buffer,"wbp_off",7)==0) {
strncmp            89 drivers/scsi/gdth_proc.c     } else if (length >= 6 && strncmp(buffer,"wbp_on",6)==0) {
strncmp            94 drivers/scsi/gdth_proc.c     } else if (length >= 6 && strncmp(buffer,"wb_off",6)==0) {
strncmp           105 drivers/scsi/gdth_proc.c     } else if (length >= 5 && strncmp(buffer,"wb_on",5)==0) {
strncmp          3376 drivers/scsi/hisi_sas/hisi_sas_main.c 		if (!strncmp(hisi_sas_debugfs_loop_linkrate[i].name,
strncmp          3466 drivers/scsi/hisi_sas/hisi_sas_main.c 		if (!strncmp(hisi_sas_debugfs_loop_code_mode[i].name,
strncmp          3595 drivers/scsi/hisi_sas/hisi_sas_main.c 		if (!strncmp(hisi_sas_debugfs_loop_modes[i].name, pkbuf, 16)) {
strncmp          4015 drivers/scsi/hpsa.c 					strncmp(obdr_sig, OBDR_TAPE_SIG,
strncmp           131 drivers/scsi/imm.c 	if ((length > 5) && (strncmp(buffer, "mode=", 5) == 0)) {
strncmp          3682 drivers/scsi/ipr.c 	    !strncmp(buf, "online", 6)) {
strncmp           128 drivers/scsi/isci/probe_roms.c 	if (strncmp(ISCI_ROM_SIG, data->hdr.signature,
strncmp          1072 drivers/scsi/lpfc/lpfc_attr.c 	if ((strncmp(buf, "up", sizeof("up") - 1) == 0) &&
strncmp          1075 drivers/scsi/lpfc/lpfc_attr.c 	else if ((strncmp(buf, "down", sizeof("down") - 1) == 0) &&
strncmp          1446 drivers/scsi/lpfc/lpfc_attr.c 	if (strncmp(buf, "selective", sizeof("selective") - 1) == 0)
strncmp          1648 drivers/scsi/lpfc/lpfc_attr.c 	if (!strncmp("enable", buff_out,
strncmp          1654 drivers/scsi/lpfc/lpfc_attr.c 	} else if (!strncmp("disable", buff_out,
strncmp          1764 drivers/scsi/lpfc/lpfc_attr.c 	if(strncmp(buf, "online", sizeof("online") - 1) == 0) {
strncmp          1774 drivers/scsi/lpfc/lpfc_attr.c 	} else if (strncmp(buf, "offline", sizeof("offline") - 1) == 0)
strncmp          1776 drivers/scsi/lpfc/lpfc_attr.c 	else if (strncmp(buf, "warm", sizeof("warm") - 1) == 0)
strncmp          1781 drivers/scsi/lpfc/lpfc_attr.c 	else if (strncmp(buf, "error", sizeof("error") - 1) == 0)
strncmp          1786 drivers/scsi/lpfc/lpfc_attr.c 	else if (strncmp(buf, "dump", sizeof("dump") - 1) == 0)
strncmp          1788 drivers/scsi/lpfc/lpfc_attr.c 	else if (strncmp(buf, "fw_reset", sizeof("fw_reset") - 1) == 0)
strncmp          1790 drivers/scsi/lpfc/lpfc_attr.c 	else if (strncmp(buf, "dv_reset", sizeof("dv_reset") - 1) == 0)
strncmp          1792 drivers/scsi/lpfc/lpfc_attr.c 	else if (strncmp(buf, "pci_bus_reset", sizeof("pci_bus_reset") - 1)
strncmp          1795 drivers/scsi/lpfc/lpfc_attr.c 	else if (strncmp(buf, "trunk", sizeof("trunk") - 1) == 0)
strncmp          2804 drivers/scsi/lpfc/lpfc_attr.c 	    (strncmp(buf, lpfc_soft_wwn_key, strlen(lpfc_soft_wwn_key)) != 0))
strncmp          4080 drivers/scsi/lpfc/lpfc_attr.c 	if (!strncmp(buf, "nolip ", strlen("nolip "))) {
strncmp          4197 drivers/scsi/lpfc/lpfc_attr.c 	if (!strncmp(buf, "setbucket", strlen("setbucket"))) {
strncmp          4212 drivers/scsi/lpfc/lpfc_attr.c 		if (!strncmp(bucket_type_str, "linear", strlen("linear")))
strncmp          4214 drivers/scsi/lpfc/lpfc_attr.c 		else if (!strncmp(bucket_type_str, "power2", strlen("power2")))
strncmp          4263 drivers/scsi/lpfc/lpfc_attr.c 	if (!strncmp(buf, "destroybucket", strlen("destroybucket"))) {
strncmp          4284 drivers/scsi/lpfc/lpfc_attr.c 	if (!strncmp(buf, "start", strlen("start"))) {
strncmp          4299 drivers/scsi/lpfc/lpfc_attr.c 	if (!strncmp(buf, "stop", strlen("stop"))) {
strncmp          4311 drivers/scsi/lpfc/lpfc_attr.c 	if (!strncmp(buf, "reset", strlen("reset"))) {
strncmp          4527 drivers/scsi/lpfc/lpfc_attr.c 	if (!strncmp(buf, "nolip ", strlen("nolip "))) {
strncmp          2060 drivers/scsi/lpfc/lpfc_debugfs.c 	if ((strncmp(pbuf, "reset", strlen("reset")) == 0) ||
strncmp          2061 drivers/scsi/lpfc/lpfc_debugfs.c 	    (strncmp(pbuf, "zero", strlen("zero")) == 0)) {
strncmp          2418 drivers/scsi/lpfc/lpfc_debugfs.c 	if ((strncmp(pbuf, "clear", strlen("clear"))) == 0) {
strncmp          2500 drivers/scsi/lpfc/lpfc_debugfs.c 	if ((strncmp(pbuf, "reset", strlen("reset")) == 0) ||
strncmp          2501 drivers/scsi/lpfc/lpfc_debugfs.c 	    (strncmp(pbuf, "zero", strlen("zero")) == 0)) {
strncmp          2582 drivers/scsi/lpfc/lpfc_debugfs.c 	if ((strncmp(&mybuf[0], "reset", strlen("reset")) == 0) ||
strncmp          2583 drivers/scsi/lpfc/lpfc_debugfs.c 	    (strncmp(&mybuf[0], "zero", strlen("zero")) == 0)) {
strncmp          2641 drivers/scsi/lpfc/lpfc_debugfs.c 	if ((strncmp(pbuf, "on", sizeof("on") - 1) == 0)) {
strncmp          2677 drivers/scsi/lpfc/lpfc_debugfs.c 	} else if ((strncmp(pbuf, "off",
strncmp          2681 drivers/scsi/lpfc/lpfc_debugfs.c 	} else if ((strncmp(pbuf, "zero",
strncmp          2769 drivers/scsi/lpfc/lpfc_debugfs.c 	if ((strncmp(pbuf, "off", sizeof("off") - 1) == 0)) {
strncmp          2775 drivers/scsi/lpfc/lpfc_debugfs.c 	} else if ((strncmp(pbuf, "on", sizeof("on") - 1) == 0)) {
strncmp          2875 drivers/scsi/lpfc/lpfc_debugfs.c 	if ((strncmp(pbuf, "on", sizeof("on") - 1) == 0)) {
strncmp          2882 drivers/scsi/lpfc/lpfc_debugfs.c 	} else if ((strncmp(pbuf, "nvme_on", sizeof("nvme_on") - 1) == 0)) {
strncmp          2888 drivers/scsi/lpfc/lpfc_debugfs.c 	} else if ((strncmp(pbuf, "scsi_on", sizeof("scsi_on") - 1) == 0)) {
strncmp          2891 drivers/scsi/lpfc/lpfc_debugfs.c 	} else if ((strncmp(pbuf, "rcv",
strncmp          2898 drivers/scsi/lpfc/lpfc_debugfs.c 	} else if ((strncmp(pbuf, "off",
strncmp          2902 drivers/scsi/lpfc/lpfc_debugfs.c 	} else if ((strncmp(pbuf, "zero",
strncmp          12549 drivers/scsi/lpfc/lpfc_init.c 	if (strncmp(fwrev, image->revision, strnlen(image->revision, 16))) {
strncmp          1843 drivers/scsi/myrb.c 	if (!strncmp(buf, "kill", 4) ||
strncmp          1844 drivers/scsi/myrb.c 	    !strncmp(buf, "offline", 7))
strncmp          1846 drivers/scsi/myrb.c 	else if (!strncmp(buf, "online", 6))
strncmp          1848 drivers/scsi/myrb.c 	else if (!strncmp(buf, "standby", 7))
strncmp           983 drivers/scsi/myrs.c 	if (!strncmp(buf, "offline", 7) ||
strncmp           984 drivers/scsi/myrs.c 	    !strncmp(buf, "kill", 4))
strncmp           986 drivers/scsi/myrs.c 	else if (!strncmp(buf, "online", 6))
strncmp           988 drivers/scsi/myrs.c 	else if (!strncmp(buf, "standby", 7))
strncmp           645 drivers/scsi/ncr53c8xx.c 		if (!strncmp(p, cur, pc - cur))
strncmp           127 drivers/scsi/ppa.c 	if ((length > 5) && (strncmp(buffer, "mode=", 5) == 0)) {
strncmp           132 drivers/scsi/ppa.c 	if ((length > 10) && (strncmp(buffer, "recon_tmo=", 10) == 0)) {
strncmp           224 drivers/scsi/qedf/qedf_debugfs.c 	if (strncmp(kern_buf, "false", 5) == 0)
strncmp           226 drivers/scsi/qedf/qedf_debugfs.c 	else if (strncmp(kern_buf, "true", 4) == 0)
strncmp           228 drivers/scsi/qedf/qedf_debugfs.c 	else if (strncmp(kern_buf, "now", 3) == 0)
strncmp           109 drivers/scsi/qedi/qedi_debugfs.c 		if (!strncmp(lof->oper_str, buffer, strlen(lof->oper_str))) {
strncmp          4119 drivers/scsi/qla1280.c 			if (!strncmp(setup_token[i].token, str, (sep - str))) {
strncmp          3576 drivers/scsi/qla2xxx/qla_sup.c 		if (!strncmp(pos, key, strlen(key)))
strncmp          1801 drivers/scsi/qla4xxx/ql4_mbx.c 		if (!strncmp(chap_table->secret, password,
strncmp          1803 drivers/scsi/qla4xxx/ql4_mbx.c 		    !strncmp(chap_table->name, username,
strncmp          3620 drivers/scsi/qla4xxx/ql4_os.c 	if (!strncmp(sess->portal_type, PORTAL_TYPE_IPV6, 4))
strncmp          3687 drivers/scsi/qla4xxx/ql4_os.c 	if (!strncmp(sess->portal_type, PORTAL_TYPE_IPV6, 4))
strncmp          7774 drivers/scsi/qla4xxx/ql4_os.c 	if (!strncmp(fnode_sess->portal_type, PORTAL_TYPE_IPV6, 4))
strncmp          7952 drivers/scsi/qla4xxx/ql4_os.c 		if (!strncmp(fnode_sess->portal_type, PORTAL_TYPE_IPV6, 4))
strncmp          7964 drivers/scsi/qla4xxx/ql4_os.c 		if (!strncmp(fnode_sess->portal_type, PORTAL_TYPE_IPV6, 4))
strncmp          7981 drivers/scsi/qla4xxx/ql4_os.c 		if (!strncmp(fnode_sess->portal_type, PORTAL_TYPE_IPV6, 4))
strncmp          7991 drivers/scsi/qla4xxx/ql4_os.c 		if (!strncmp(fnode_sess->portal_type, PORTAL_TYPE_IPV6, 4))
strncmp            78 drivers/scsi/scsi_dh.c 		if (!strncmp(sdev->vendor, b->vendor, strlen(b->vendor)) &&
strncmp            79 drivers/scsi/scsi_dh.c 		    !strncmp(sdev->model, b->model, strlen(b->model))) {
strncmp            93 drivers/scsi/scsi_dh.c 		if (!strncmp(tmp->name, name, strlen(tmp->name))) {
strncmp           172 drivers/scsi/scsi_pm.c 		if (strncmp(scsi_scan_type, "async", 5) != 0)
strncmp           338 drivers/scsi/scsi_proc.c 	if (!strncmp("scsi add-single-device", buffer, 22)) {
strncmp           352 drivers/scsi/scsi_proc.c 	} else if (!strncmp("scsi remove-single-device", buffer, 25)) {
strncmp           799 drivers/scsi/scsi_scan.c 	if (strncmp(sdev->vendor, "ATA     ", 8) == 0) {
strncmp          1467 drivers/scsi/scsi_scan.c 	if (strncmp(scsi_scan_type, "none", 4) == 0)
strncmp          1607 drivers/scsi/scsi_scan.c 	if (strncmp(scsi_scan_type, "none", 4) == 0)
strncmp          1611 drivers/scsi/scsi_scan.c 	    strncmp(scsi_scan_type, "manual", 6) == 0)
strncmp          1721 drivers/scsi/scsi_scan.c 	if (strncmp(scsi_scan_type, "sync", 4) == 0)
strncmp          1839 drivers/scsi/scsi_scan.c 	if (strncmp(scsi_scan_type, "none", 4) == 0 ||
strncmp          1840 drivers/scsi/scsi_scan.c 	    strncmp(scsi_scan_type, "manual", 6) == 0)
strncmp           207 drivers/scsi/scsi_sysfs.c 		if (strncmp(shost_states[i].name, buf, len) == 0 &&
strncmp           343 drivers/scsi/scsi_sysfs.c 	if (!strncmp(buf, "off", strlen("off")))
strncmp           773 drivers/scsi/scsi_sysfs.c 		if (strncmp(sdev_states[i].name, buf, len) == 0 &&
strncmp          1078 drivers/scsi/scsi_sysfs.c 	} else if (!strncmp(buf, "activate", 8)) {
strncmp          1086 drivers/scsi/scsi_sysfs.c 	} else if (!strncmp(buf, "detach", 6)) {
strncmp            86 drivers/scsi/scsi_transport_fc.c 		if (strncmp(table_key, table[i].name,			\
strncmp           972 drivers/scsi/scsi_transport_fc.c 	if (strncmp(buf, "off", 3) == 0)
strncmp          4070 drivers/scsi/scsi_transport_iscsi.c 	if (strncmp(buf, "off", 3) == 0) {				\
strncmp            95 drivers/scsi/scsi_transport_sas.c 		if (strncmp(buf, table[i].name, len) == 0 &&	\
strncmp           159 drivers/scsi/scsi_transport_spi.c 		if (strncmp(name, signal_types[i].name, len) == 0 &&
strncmp           203 drivers/scsi/scsi_transport_srp.c 	if (strncmp(buf, "off", 3) != 0)
strncmp           177 drivers/scsi/sd.c 	if (strncmp(buf, temp, sizeof(temp) - 1) == 0) {
strncmp            59 drivers/scsi/sim710.c 		if(!strncmp(pos, "slot:", 5))
strncmp            61 drivers/scsi/sim710.c 		else if(!strncmp(pos, "id:", 3)) {
strncmp            84 drivers/scsi/sr_vendor.c 	} else if (!strncmp(vendor, "NEC", 3)) {
strncmp            86 drivers/scsi/sr_vendor.c 		if (!strncmp(model, "CD-ROM DRIVE:25", 15) ||
strncmp            87 drivers/scsi/sr_vendor.c 		    !strncmp(model, "CD-ROM DRIVE:36", 15) ||
strncmp            88 drivers/scsi/sr_vendor.c 		    !strncmp(model, "CD-ROM DRIVE:83", 15) ||
strncmp            89 drivers/scsi/sr_vendor.c 		    !strncmp(model, "CD-ROM DRIVE:84 ", 16)
strncmp            93 drivers/scsi/sr_vendor.c 		    || !strncmp(model, "CD-ROM DRIVE:500", 16)
strncmp            99 drivers/scsi/sr_vendor.c 	} else if (!strncmp(vendor, "TOSHIBA", 7)) {
strncmp           298 drivers/scsi/st.c 		if (!strncmp(rp->vendor, SDp->vendor, strlen(rp->vendor)) &&
strncmp           299 drivers/scsi/st.c 		    !strncmp(rp->model, SDp->model, strlen(rp->model)) &&
strncmp           300 drivers/scsi/st.c 		    !strncmp(rp->rev, SDp->rev, strlen(rp->rev))) {
strncmp          4127 drivers/scsi/st.c 				if (!strncmp(stp, parms[i].name, len) &&
strncmp          1433 drivers/scsi/storvsc_drv.c 	if (!strncmp(sdevice->vendor, "Msft", 4)) {
strncmp            10 drivers/scsi/ufs/ufs_quirks.h #define STR_PRFX_EQUAL(s1, s2) !strncmp(s1, s2, strlen(s1))
strncmp          1814 drivers/scsi/wd33c93.c 		if (!strncmp(setup_args[x], key, strlen(key)))
strncmp          1816 drivers/scsi/wd33c93.c 		if (!strncmp(setup_args[x], "next", strlen("next")))
strncmp          2079 drivers/scsi/wd33c93.c 	if (!strncmp(bp, "debug:", 6)) {
strncmp          2081 drivers/scsi/wd33c93.c 	} else if (!strncmp(bp, "disconnect:", 11)) {
strncmp          2086 drivers/scsi/wd33c93.c 	} else if (!strncmp(bp, "period:", 7)) {
strncmp          2091 drivers/scsi/wd33c93.c 	} else if (!strncmp(bp, "resync:", 7)) {
strncmp          2093 drivers/scsi/wd33c93.c 	} else if (!strncmp(bp, "proc:", 5)) {
strncmp          2095 drivers/scsi/wd33c93.c 	} else if (!strncmp(bp, "nodma:", 6)) {
strncmp          2097 drivers/scsi/wd33c93.c 	} else if (!strncmp(bp, "level2:", 7)) {
strncmp          2099 drivers/scsi/wd33c93.c 		} else if (!strncmp(bp, "burst:", 6)) {
strncmp          2102 drivers/scsi/wd33c93.c 		} else if (!strncmp(bp, "fast:", 5)) {
strncmp          2107 drivers/scsi/wd33c93.c 		} else if (!strncmp(bp, "nosync:", 7)) {
strncmp           204 drivers/sfi/sfi_core.c 	if (strncmp(th->sig, key->sig, SFI_SIGNATURE_SIZE)
strncmp           205 drivers/sfi/sfi_core.c 		|| (key->oem_id && strncmp(th->oem_id,
strncmp           207 drivers/sfi/sfi_core.c 		|| (key->oem_table_id && strncmp(th->oem_table_id,
strncmp           355 drivers/sfi/sfi_core.c 		if (strncmp(syst_hdr->sig, SFI_SIG_SYST,
strncmp           404 drivers/sfi/sfi_core.c 	if (strncmp(SFI_SIG_SYST, tbl_attr->name, SFI_SIGNATURE_SIZE)) {
strncmp           340 drivers/spi/spi-sprd-adi.c 	else if (!strncmp(cmd, "recovery", 8))
strncmp           342 drivers/spi/spi-sprd-adi.c 	else if (!strncmp(cmd, "alarm", 5))
strncmp           344 drivers/spi/spi-sprd-adi.c 	else if (!strncmp(cmd, "fastsleep", 9))
strncmp           346 drivers/spi/spi-sprd-adi.c 	else if (!strncmp(cmd, "bootloader", 10))
strncmp           348 drivers/spi/spi-sprd-adi.c 	else if (!strncmp(cmd, "panic", 5))
strncmp           350 drivers/spi/spi-sprd-adi.c 	else if (!strncmp(cmd, "special", 7))
strncmp           352 drivers/spi/spi-sprd-adi.c 	else if (!strncmp(cmd, "cftreboot", 9))
strncmp           354 drivers/spi/spi-sprd-adi.c 	else if (!strncmp(cmd, "autodloader", 11))
strncmp           356 drivers/spi/spi-sprd-adi.c 	else if (!strncmp(cmd, "iqmode", 6))
strncmp           358 drivers/spi/spi-sprd-adi.c 	else if (!strncmp(cmd, "sprdisk", 7))
strncmp           360 drivers/spi/spi-sprd-adi.c 	else if (!strncmp(cmd, "tospanic", 8))
strncmp           362 drivers/spi/spi-sprd-adi.c 	else if (!strncmp(cmd, "factorytest", 11))
strncmp            50 drivers/spmi/spmi.c 		return strncmp(dev_name(dev), drv->name,
strncmp           224 drivers/staging/comedi/drivers/tests/ni_routes_test.c 	unittest(strncmp(devroutes->device, pci_6070e, 10) == 0,
strncmp           260 drivers/staging/comedi/drivers/tests/ni_routes_test.c 	unittest(strncmp(devroutes->device, pci_6220, 10) == 0,
strncmp            32 drivers/staging/comedi/kcomedilib/kcomedilib_main.c 	if (strncmp(filename, "/dev/comedi", 11) != 0)
strncmp          2585 drivers/staging/exfat/exfat_core.c 				if (!strncmp((void *)p_dosname->name, *r, 8))
strncmp           101 drivers/staging/exfat/exfat_nls.c 	return strncmp(a, b, DOS_NAME_LENGTH);
strncmp           269 drivers/staging/exfat/exfat_super.c 		if (strncmp(name->name, str, alen) == 0)
strncmp            72 drivers/staging/greybus/audio_manager_sysfs.c 	} else if (!strncmp("all", buf, 3)) {
strncmp            89 drivers/staging/greybus/audio_topology.c 		if (!strncmp(control->name, name, NAME_SIZE))
strncmp           104 drivers/staging/greybus/audio_topology.c 		if (!strncmp(control->wname, name, NAME_SIZE))
strncmp           118 drivers/staging/greybus/audio_topology.c 		if (!strncmp(widget->name, name, NAME_SIZE))
strncmp           210 drivers/staging/nvec/nvec_power.c 		if (!strncmp(power->bat_type, "Li", 30))
strncmp           705 drivers/staging/qlge/qlge_main.c 	status = strncmp((char *)&qdev->flash, str, 4);
strncmp          2701 drivers/staging/rtl8192e/rtllib_rx.c 		    (strncmp(ieee->current_network.ssid, network->ssid,
strncmp          1646 drivers/staging/rtl8192e/rtllib_softmac.c 				    (!strncmp(ieee->current_network.ssid,
strncmp          1657 drivers/staging/rtl8192e/rtllib_softmac.c 			   (!strncmp(ieee->current_network.ssid, net->ssid,
strncmp          1857 drivers/staging/rtl8192e/rtllib_softmac.c 	return !strncmp(ssid, ieee->current_network.ssid, ssidlen);
strncmp          2476 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c 		    && (((network->ssid_len > 0) && (strncmp(target->ssid, network->ssid, network->ssid_len)))\
strncmp          2477 drivers/staging/rtl8192u/ieee80211/ieee80211_rx.c  || ((ieee->current_network.ssid_len == network->ssid_len) && (strncmp(ieee->current_network.ssid, network->ssid, network->ssid_len) == 0) && (ieee->state == IEEE80211_NOLINK))))
strncmp          1370 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c 			(!strncmp(ieee->current_network.ssid, net->ssid, net->ssid_len));
strncmp          1539 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c 	return (!strncmp(ssid, ieee->current_network.ssid, ssidlen));
strncmp           983 drivers/staging/rtl8712/rtl871x_ioctl_linux.c 	} else if (!strncmp(ext, "DCE-E", 5)) {
strncmp           993 drivers/staging/rtl8712/rtl871x_ioctl_linux.c 	} else if (!strncmp(ext, "DCE-D", 5)) {
strncmp           959 drivers/staging/sm750fb/sm750.c 		if (!strncmp(opt, "swap", strlen("swap"))) {
strncmp           961 drivers/staging/sm750fb/sm750.c 		} else if (!strncmp(opt, "nocrt", strlen("nocrt"))) {
strncmp           963 drivers/staging/sm750fb/sm750.c 		} else if (!strncmp(opt, "36bit", strlen("36bit"))) {
strncmp           965 drivers/staging/sm750fb/sm750.c 		} else if (!strncmp(opt, "18bit", strlen("18bit"))) {
strncmp           967 drivers/staging/sm750fb/sm750.c 		} else if (!strncmp(opt, "24bit", strlen("24bit"))) {
strncmp           969 drivers/staging/sm750fb/sm750.c 		} else if (!strncmp(opt, "nohwc0", strlen("nohwc0"))) {
strncmp           971 drivers/staging/sm750fb/sm750.c 		} else if (!strncmp(opt, "nohwc1", strlen("nohwc1"))) {
strncmp           973 drivers/staging/sm750fb/sm750.c 		} else if (!strncmp(opt, "nohwc", strlen("nohwc"))) {
strncmp          1197 drivers/staging/sm750fb/sm750.c 		if (!strncmp(opt, "noaccel", strlen("noaccel"))) {
strncmp          1199 drivers/staging/sm750fb/sm750.c 		} else if (!strncmp(opt, "nomtrr", strlen("nomtrr"))) {
strncmp          1201 drivers/staging/sm750fb/sm750.c 		} else if (!strncmp(opt, "dual", strlen("dual"))) {
strncmp            93 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_debugfs.c 	if (strncmp("error", kbuf, strlen("error")) == 0)
strncmp            95 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_debugfs.c 	else if (strncmp("warning", kbuf, strlen("warning")) == 0)
strncmp            97 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_debugfs.c 	else if (strncmp("info", kbuf, strlen("info")) == 0)
strncmp            99 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_debugfs.c 	else if (strncmp("trace", kbuf, strlen("trace")) == 0)
strncmp          2192 drivers/target/iscsi/iscsi_target.c 	if (strncmp("SendTargets", text_in, 11) != 0) {
strncmp          2203 drivers/target/iscsi/iscsi_target.c 	if (!strncmp("=All", text_ptr, 4)) {
strncmp          2205 drivers/target/iscsi/iscsi_target.c 	} else if (!strncmp("=iqn.", text_ptr, 5) ||
strncmp          2206 drivers/target/iscsi/iscsi_target.c 		   !strncmp("=eui.", text_ptr, 5)) {
strncmp           205 drivers/target/iscsi/iscsi_target_auth.c 	if (strncmp(chap_n, auth->userid, compare_len) != 0) {
strncmp           361 drivers/target/iscsi/iscsi_target_configfs.c 	if (!strncmp("NULL", auth->name, 4))				\
strncmp           825 drivers/target/iscsi/iscsi_target_configfs.c 	if (!(strncmp("NULL", auth->name, 4)))					\
strncmp           149 drivers/target/iscsi/iscsi_target_login.c 	sessiontype = (strncmp(sessiontype_param->value, NORMAL, 6)) ? 1 : 0;
strncmp           268 drivers/target/iscsi/iscsi_target_nego.c 		if (!strncmp(param->name, SESSIONTYPE, 11)) {
strncmp           276 drivers/target/iscsi/iscsi_target_nego.c 			if (!strncmp(param->value, DISCOVERY, 9))
strncmp           280 drivers/target/iscsi/iscsi_target_nego.c 		if (!strncmp(param->name, INITIATORNAME, 13)) {
strncmp           863 drivers/target/iscsi/iscsi_target_nego.c 		    !strncmp(param->value, NONE, 4)) {
strncmp           876 drivers/target/iscsi/iscsi_target_nego.c 		if (strncmp(param->value, NONE, 4) && !login->auth_complete)
strncmp          1082 drivers/target/iscsi/iscsi_target_nego.c 		if (!strncmp(key, "InitiatorName", 13))
strncmp          1084 drivers/target/iscsi/iscsi_target_nego.c 		else if (!strncmp(key, "SessionType", 11))
strncmp          1086 drivers/target/iscsi/iscsi_target_nego.c 		else if (!strncmp(key, "TargetName", 10))
strncmp          1124 drivers/target/iscsi/iscsi_target_nego.c 	sessiontype = strncmp(s_buf, DISCOVERY, 9);
strncmp           609 drivers/target/iscsi/iscsi_target_tpg.c 		if (!strncmp(none + 4, ",", 1)) {
strncmp           821 drivers/target/loopback/tcm_loop.c 	if (!strncmp(page, "NULL", 4)) {
strncmp           917 drivers/target/loopback/tcm_loop.c 	if (!strncmp(page, "online", 6)) {
strncmp           921 drivers/target/loopback/tcm_loop.c 	if (!strncmp(page, "offline", 7)) {
strncmp           210 drivers/target/target_core_configfs.c 		if (!strncmp(name, "iscsi", 5)) {
strncmp           223 drivers/target/target_core_configfs.c 		} else if (!strncmp(name, "loopback", 8)) {
strncmp            67 drivers/target/target_core_fabric_lib.c 		if (!strncmp(&ptr[i], ":", 1)) {
strncmp           429 drivers/target/target_core_tpg.c 	if (!strncmp("NULL", new_tag, 4)) {
strncmp            98 drivers/thermal/intel/int340x_thermal/int3400_thermal.c 		    !(strncmp(buf, int3400_thermal_uuids[i],
strncmp           142 drivers/thermal/thermal_core.c 		match_default = !strncmp(governor->name,
strncmp           620 drivers/thermal/thermal_core.c 		if (strncmp(cdev_type, cdev->type, size))
strncmp           640 drivers/thermal/thermal_core.c 		if (strncmp(cdev_type, cdev->type, size))
strncmp           843 drivers/thermal/thermal_core.c 	if (!strncmp(dev_name(dev), "thermal_zone",
strncmp           848 drivers/thermal/thermal_core.c 	} else if (!strncmp(dev_name(dev), "cooling_device",
strncmp            76 drivers/thermal/thermal_sysfs.c 	if (!strncmp(buf, "enabled", sizeof("enabled") - 1))
strncmp            78 drivers/thermal/thermal_sysfs.c 	else if (!strncmp(buf, "disabled", sizeof("disabled") - 1))
strncmp          3427 drivers/tty/cyclades.c 	if (strncmp(name, h->name, sizeof(h->name))) {
strncmp           637 drivers/tty/serial/8250/8250_core.c 	if (strncmp(name, match, 4) != 0)
strncmp            37 drivers/tty/serial/8250/8250_men_mcb.c 	if  (strncmp(mdev->bus->name, "F075", 4) == 0)
strncmp            39 drivers/tty/serial/8250/8250_men_mcb.c 	else if (strncmp(mdev->bus->name, "F216", 4) == 0)
strncmp            41 drivers/tty/serial/8250/8250_men_mcb.c 	else if (strncmp(mdev->bus->name, "G215", 4) == 0)
strncmp            43 drivers/tty/serial/8250/8250_men_mcb.c 	else if (strncmp(mdev->bus->name, "F210", 4) == 0)
strncmp           185 drivers/tty/serial/earlycon.c 		if (strncmp(buf, match->name, len))
strncmp           100 drivers/tty/serial/kgdboc.c 	if (strncmp(*cptr, "kbd", 3) == 0 ||
strncmp           101 drivers/tty/serial/kgdboc.c 		strncmp(*cptr, "kdb", 3) == 0) {
strncmp           160 drivers/tty/serial/kgdboc.c 	if (strncmp(cptr, "kms,", 4) == 0) {
strncmp          1978 drivers/tty/serial/serial_core.c 	if (strncmp(p, "mmio,", 5) == 0) {
strncmp          1981 drivers/tty/serial/serial_core.c 	} else if (strncmp(p, "mmio16,", 7) == 0) {
strncmp          1984 drivers/tty/serial/serial_core.c 	} else if (strncmp(p, "mmio32,", 7) == 0) {
strncmp          1987 drivers/tty/serial/serial_core.c 	} else if (strncmp(p, "mmio32be,", 9) == 0) {
strncmp          1990 drivers/tty/serial/serial_core.c 	} else if (strncmp(p, "mmio32native,", 13) == 0) {
strncmp          1994 drivers/tty/serial/serial_core.c 	} else if (strncmp(p, "io,", 3) == 0) {
strncmp          1997 drivers/tty/serial/serial_core.c 	} else if (strncmp(p, "0x", 2) == 0) {
strncmp           366 drivers/tty/tty_io.c 		if (prefix_length == strlen(p->name) && strncmp(name,
strncmp           412 drivers/tty/tty_io.c 		if (!len || strncmp(name, p->name, len) != 0)
strncmp          1640 drivers/usb/atm/ueagle-atm.c 	if (size < 4 || strncmp(data, "cmv2", 4) != 0) {
strncmp           950 drivers/usb/chipidea/core.c 		if (!strncmp(buf, ci->roles[role]->name,
strncmp           274 drivers/usb/chipidea/debug.c 		    !strncmp(buf, ci->roles[role]->name,
strncmp          2368 drivers/usb/core/devio.c 				strncmp(dc.driver, intf->dev.driver->name,
strncmp          2373 drivers/usb/core/devio.c 				strncmp(dc.driver, intf->dev.driver->name,
strncmp           113 drivers/usb/core/port.c 	if (!strncmp(buf, "u1_u2", 5)) {
strncmp           117 drivers/usb/core/port.c 	} else if (!strncmp(buf, "u1", 2)) {
strncmp           121 drivers/usb/core/port.c 	} else if (!strncmp(buf, "u2", 2)) {
strncmp           125 drivers/usb/core/port.c 	} else if (!strncmp(buf, "0", 1)) {
strncmp           487 drivers/usb/core/sysfs.c 			strncmp(buf, on_string, len) == 0)
strncmp           491 drivers/usb/core/sysfs.c 			strncmp(buf, auto_string, len) == 0)
strncmp            39 drivers/usb/dwc2/debugfs.c 	if (!strncmp(buf, "test_j", 6))
strncmp            41 drivers/usb/dwc2/debugfs.c 	else if (!strncmp(buf, "test_k", 6))
strncmp            43 drivers/usb/dwc2/debugfs.c 	else if (!strncmp(buf, "test_se0_nak", 12))
strncmp            45 drivers/usb/dwc2/debugfs.c 	else if (!strncmp(buf, "test_packet", 11))
strncmp            47 drivers/usb/dwc2/debugfs.c 	else if (!strncmp(buf, "test_force_enable", 17))
strncmp           553 drivers/usb/dwc3/core.c 	     !strncmp(dwc->hsphy_interface, "ulpi", 4)))
strncmp           626 drivers/usb/dwc3/core.c 				!strncmp(dwc->hsphy_interface, "utmi", 4)) {
strncmp           630 drivers/usb/dwc3/core.c 				!strncmp(dwc->hsphy_interface, "ulpi", 4)) {
strncmp           431 drivers/usb/dwc3/debugfs.c 	if (!strncmp(buf, "host", 4))
strncmp           434 drivers/usb/dwc3/debugfs.c 	if (!strncmp(buf, "device", 6))
strncmp           437 drivers/usb/dwc3/debugfs.c 	if (!strncmp(buf, "otg", 3))
strncmp           508 drivers/usb/dwc3/debugfs.c 	if (!strncmp(buf, "test_j", 6))
strncmp           510 drivers/usb/dwc3/debugfs.c 	else if (!strncmp(buf, "test_k", 6))
strncmp           512 drivers/usb/dwc3/debugfs.c 	else if (!strncmp(buf, "test_se0_nak", 12))
strncmp           514 drivers/usb/dwc3/debugfs.c 	else if (!strncmp(buf, "test_packet", 11))
strncmp           516 drivers/usb/dwc3/debugfs.c 	else if (!strncmp(buf, "test_force_enable", 17))
strncmp           583 drivers/usb/dwc3/debugfs.c 	if (!strncmp(buf, "SS.Disabled", 11))
strncmp           585 drivers/usb/dwc3/debugfs.c 	else if (!strncmp(buf, "Rx.Detect", 9))
strncmp           587 drivers/usb/dwc3/debugfs.c 	else if (!strncmp(buf, "SS.Inactive", 11))
strncmp           589 drivers/usb/dwc3/debugfs.c 	else if (!strncmp(buf, "Recovery", 8))
strncmp           591 drivers/usb/dwc3/debugfs.c 	else if (!strncmp(buf, "Compliance", 10))
strncmp           593 drivers/usb/dwc3/debugfs.c 	else if (!strncmp(buf, "Loopback", 8))
strncmp          1646 drivers/usb/gadget/function/f_tcm.c 	if (!strncmp(page, "NULL", 4)) {
strncmp          2512 drivers/usb/gadget/udc/renesas_usb3.c 	    !strncmp(buf, "2", 1))
strncmp          2514 drivers/usb/gadget/udc/renesas_usb3.c 	else if (!strncmp(buf, "1", 1))
strncmp          1776 drivers/usb/gadget/udc/s3c2410_udc.c 	if (strncmp(pdev->name, "s3c2440", 7) == 0) {
strncmp           918 drivers/usb/host/xhci-dbgcap.c 	if (!strncmp(buf, "enable", 6))
strncmp           920 drivers/usb/host/xhci-dbgcap.c 	else if (!strncmp(buf, "disable", 7))
strncmp           368 drivers/usb/host/xhci-debugfs.c 	if (!strncmp(buf, "compliance", 10)) {
strncmp           455 drivers/usb/mtu3/mtu3_debugfs.c 	if (!strncmp(buf, "host", 4) && !ssusb->is_host) {
strncmp           457 drivers/usb/mtu3/mtu3_debugfs.c 	} else if (!strncmp(buf, "device", 6) && ssusb->is_host) {
strncmp           277 drivers/usb/musb/musb_debugfs.c 	if (!strncmp(buf, "0", 1)) {
strncmp           288 drivers/usb/musb/musb_debugfs.c 	} else if (!strncmp(buf, "1", 1)) {
strncmp           282 drivers/usb/phy/phy-tahvo.c 	if (count >= 4 && strncmp(buf, "host", 4) == 0) {
strncmp           294 drivers/usb/phy/phy-tahvo.c 	} else if (count >= 10 && strncmp(buf, "peripheral", 10) == 0) {
strncmp            56 drivers/usb/usbip/stub_main.c 			if (!strncmp(busid_table[i].name, busid, BUSID_SIZE)) {
strncmp           183 drivers/usb/usbip/stub_main.c 	if (!strncmp(buf, "add ", 4)) {
strncmp           191 drivers/usb/usbip/stub_main.c 	if (!strncmp(buf, "del ", 4)) {
strncmp          2073 drivers/vhost/scsi.c 	if (!strncmp(page, "NULL", 4)) {
strncmp           418 drivers/video/fbdev/68328fb.c 		if (!strncmp(this_opt, "disable", 7))
strncmp           813 drivers/video/fbdev/acornfb.c 	if (strncmp(opt, "tv", 2) == 0) {
strncmp           816 drivers/video/fbdev/acornfb.c 	} else if (strncmp(opt, "multi", 5) == 0) {
strncmp           819 drivers/video/fbdev/acornfb.c 	} else if (strncmp(opt, "hires", 5) == 0) {
strncmp           822 drivers/video/fbdev/acornfb.c 	} else if (strncmp(opt, "vga", 3) == 0) {
strncmp           825 drivers/video/fbdev/acornfb.c 	} else if (strncmp(opt, "svga", 4) == 0) {
strncmp           828 drivers/video/fbdev/acornfb.c 	} else if (strncmp(opt, "auto", 4) == 0) {
strncmp           902 drivers/video/fbdev/acornfb.c 			if (strncmp(opt, optp->name, optlen) == 0 &&
strncmp          2358 drivers/video/fbdev/amifb.c 		else if (!strncmp(this_opt, "monitorcap:", 11))
strncmp          2360 drivers/video/fbdev/amifb.c 		else if (!strncmp(this_opt, "fstart:", 7))
strncmp          3022 drivers/video/fbdev/atafb.c 		else if (!strncmp(this_opt, "hwscroll_", 9)) {
strncmp          3033 drivers/video/fbdev/atafb.c 		} else if (!strncmp(this_opt, "external:", 9))
strncmp          3036 drivers/video/fbdev/atafb.c 		else if (!strncmp(this_opt, "internal:", 9))
strncmp          3039 drivers/video/fbdev/atafb.c 		else if (!strncmp(this_opt, "eclock:", 7)) {
strncmp          3044 drivers/video/fbdev/atafb.c 		} else if (!strncmp(this_opt, "monitorcap:", 11))
strncmp          3049 drivers/video/fbdev/atafb.c 		else if (!strncmp(this_opt, "R", 1))
strncmp          1689 drivers/video/fbdev/aty/aty128fb.c 		if (!strncmp(this_opt, "lcd:", 4)) {
strncmp          1692 drivers/video/fbdev/aty/aty128fb.c 		} else if (!strncmp(this_opt, "crt:", 4)) {
strncmp          1695 drivers/video/fbdev/aty/aty128fb.c 		} else if (!strncmp(this_opt, "backlight:", 10)) {
strncmp          1701 drivers/video/fbdev/aty/aty128fb.c 		if(!strncmp(this_opt, "nomtrr", 6)) {
strncmp          1707 drivers/video/fbdev/aty/aty128fb.c 		if (!strncmp(this_opt, "vmode:", 6)) {
strncmp          1712 drivers/video/fbdev/aty/aty128fb.c 		} else if (!strncmp(this_opt, "cmode:", 6)) {
strncmp          3811 drivers/video/fbdev/aty/atyfb_base.c 		if (!strncmp(this_opt, "noaccel", 7)) {
strncmp          3813 drivers/video/fbdev/aty/atyfb_base.c 		} else if (!strncmp(this_opt, "nomtrr", 6)) {
strncmp          3815 drivers/video/fbdev/aty/atyfb_base.c 		} else if (!strncmp(this_opt, "vram:", 5))
strncmp          3817 drivers/video/fbdev/aty/atyfb_base.c 		else if (!strncmp(this_opt, "pll:", 4))
strncmp          3819 drivers/video/fbdev/aty/atyfb_base.c 		else if (!strncmp(this_opt, "mclk:", 5))
strncmp          3821 drivers/video/fbdev/aty/atyfb_base.c 		else if (!strncmp(this_opt, "xclk:", 5))
strncmp          3823 drivers/video/fbdev/aty/atyfb_base.c 		else if (!strncmp(this_opt, "comp_sync:", 10))
strncmp          3825 drivers/video/fbdev/aty/atyfb_base.c 		else if (!strncmp(this_opt, "backlight:", 10))
strncmp          3828 drivers/video/fbdev/aty/atyfb_base.c 		else if (!strncmp(this_opt, "vmode:", 6)) {
strncmp          3833 drivers/video/fbdev/aty/atyfb_base.c 		} else if (!strncmp(this_opt, "cmode:", 6)) {
strncmp          3858 drivers/video/fbdev/aty/atyfb_base.c 			 && (!strncmp(this_opt, "Mach64:", 7))) {
strncmp          2608 drivers/video/fbdev/aty/radeon_base.c 		if (!strncmp(this_opt, "noaccel", 7)) {
strncmp          2610 drivers/video/fbdev/aty/radeon_base.c 		} else if (!strncmp(this_opt, "mirror", 6)) {
strncmp          2612 drivers/video/fbdev/aty/radeon_base.c 		} else if (!strncmp(this_opt, "force_dfp", 9)) {
strncmp          2614 drivers/video/fbdev/aty/radeon_base.c 		} else if (!strncmp(this_opt, "panel_yres:", 11)) {
strncmp          2616 drivers/video/fbdev/aty/radeon_base.c 		} else if (!strncmp(this_opt, "backlight:", 10)) {
strncmp          2618 drivers/video/fbdev/aty/radeon_base.c 		} else if (!strncmp(this_opt, "nomtrr", 6)) {
strncmp          2620 drivers/video/fbdev/aty/radeon_base.c 		} else if (!strncmp(this_opt, "nomodeset", 9)) {
strncmp          2622 drivers/video/fbdev/aty/radeon_base.c 		} else if (!strncmp(this_opt, "force_measure_pll", 17)) {
strncmp          2624 drivers/video/fbdev/aty/radeon_base.c 		} else if (!strncmp(this_opt, "ignore_edid", 11)) {
strncmp          2627 drivers/video/fbdev/aty/radeon_base.c 	 	} else if (!strncmp(this_opt, "force_sleep", 11)) {
strncmp          2629 drivers/video/fbdev/aty/radeon_base.c 		} else if (!strncmp(this_opt, "ignore_devlist", 14)) {
strncmp           383 drivers/video/fbdev/au1100fb.c 		if (!strncmp(this_opt, "panel:", 6)) {
strncmp           387 drivers/video/fbdev/au1100fb.c 				if (!strncmp(this_opt, known_lcd_panels[i].name,
strncmp          1593 drivers/video/fbdev/au1200fb.c 		if (!strncmp(this_opt, "panel:", 6)) {
strncmp          1619 drivers/video/fbdev/au1200fb.c 		} else if (strncmp(this_opt, "nohwcursor", 10) == 0)
strncmp          1621 drivers/video/fbdev/au1200fb.c 		else if (strncmp(this_opt, "devices:", 8) == 0) {
strncmp          1627 drivers/video/fbdev/au1200fb.c 		} else if (strncmp(this_opt, "wincfg:", 7) == 0) {
strncmp          1633 drivers/video/fbdev/au1200fb.c 		} else if (strncmp(this_opt, "off", 3) == 0)
strncmp          2340 drivers/video/fbdev/cirrusfb.c 		else if (!strncmp(this_opt, "mode:", 5))
strncmp           543 drivers/video/fbdev/controlfb.c 		if (!strncmp(this_opt, "vmode:", 6)) {
strncmp           548 drivers/video/fbdev/controlfb.c 		} else if (!strncmp(this_opt, "cmode:", 6)) {
strncmp            41 drivers/video/fbdev/core/fb_cmdline.c 	if (name_len && ofonly && strncmp(name, "offb", 4))
strncmp            51 drivers/video/fbdev/core/fb_cmdline.c 			if (!strncmp(name, opt, name_len) &&
strncmp            59 drivers/video/fbdev/core/fb_cmdline.c 	if (options && !strncmp(options, "off", 3))
strncmp            84 drivers/video/fbdev/core/fb_cmdline.c 	if (!strncmp(options, "ofonly", 6)) {
strncmp           468 drivers/video/fbdev/core/fbcon.c 		if (!strncmp(options, "font:", 5)) {
strncmp           473 drivers/video/fbdev/core/fbcon.c 		if (!strncmp(options, "scrollback:", 11)) {
strncmp           484 drivers/video/fbdev/core/fbcon.c 		if (!strncmp(options, "map:", 4)) {
strncmp           499 drivers/video/fbdev/core/fbcon.c 		if (!strncmp(options, "vc:", 3)) {
strncmp           511 drivers/video/fbdev/core/fbcon.c 		if (!strncmp(options, "rotate:", 7)) {
strncmp           520 drivers/video/fbdev/core/fbcon.c 		if (!strncmp(options, "margin:", 7)) {
strncmp           533 drivers/video/fbdev/core/fbcon.c 		if (!strncmp(options, "logo-pos:", 9)) {
strncmp           160 drivers/video/fbdev/core/fbmon.c 		if (!strncmp(manufacturer, brokendb[i].manufacturer, 4) &&
strncmp           143 drivers/video/fbdev/core/fbsysfs.c 		if (strncmp(mstr, buf, max(count, i)) == 0) {
strncmp            22 drivers/video/fbdev/core/modedb.c     ((v).name && !strncmp((s), (v).name, (l)) && strlen((v).name) == (l))
strncmp          1499 drivers/video/fbdev/cyber2000fb.c 		if (strncmp(opt, "font:", 5) == 0) {
strncmp           277 drivers/video/fbdev/efifb.c 			if (!strncmp(this_opt, "base:", 5))
strncmp           279 drivers/video/fbdev/efifb.c 			else if (!strncmp(this_opt, "stride:", 7))
strncmp           281 drivers/video/fbdev/efifb.c 			else if (!strncmp(this_opt, "height:", 7))
strncmp           283 drivers/video/fbdev/efifb.c 			else if (!strncmp(this_opt, "width:", 6))
strncmp           304 drivers/video/fbdev/fm2fb.c 		if (!strncmp(this_opt, "pal", 3))
strncmp           306 drivers/video/fbdev/fm2fb.c 		else if (!strncmp(this_opt, "ntsc", 4))
strncmp           477 drivers/video/fbdev/fsl-diu-fb.c 		else if (strncmp(s, "lvds", 4) == 0)
strncmp           479 drivers/video/fbdev/fsl-diu-fb.c 		else if (strncmp(s, "dlvds", 5) == 0)
strncmp          1855 drivers/video/fbdev/fsl-diu-fb.c 		if (!strncmp(opt, "monitor=", 8)) {
strncmp          1857 drivers/video/fbdev/fsl-diu-fb.c 		} else if (!strncmp(opt, "bpp=", 4)) {
strncmp          1101 drivers/video/fbdev/gbefb.c 		if (!strncmp(this_opt, "monitor:", 8)) {
strncmp          1102 drivers/video/fbdev/gbefb.c 			if (!strncmp(this_opt + 8, "crt", 3)) {
strncmp          1106 drivers/video/fbdev/gbefb.c 			} else if (!strncmp(this_opt + 8, "1600sw", 6) ||
strncmp          1107 drivers/video/fbdev/gbefb.c 				   !strncmp(this_opt + 8, "lcd", 3)) {
strncmp          1112 drivers/video/fbdev/gbefb.c 		} else if (!strncmp(this_opt, "mem:", 4)) {
strncmp           412 drivers/video/fbdev/geode/gx1fb_core.c 		if (!strncmp(this_opt, "mode:", 5))
strncmp           414 drivers/video/fbdev/geode/gx1fb_core.c 		else if (!strncmp(this_opt, "crt:", 4))
strncmp           416 drivers/video/fbdev/geode/gx1fb_core.c 		else if (!strncmp(this_opt, "panel:", 6))
strncmp           362 drivers/video/fbdev/grvga.c 		if (!strncmp(this_opt, "custom", 6)) {
strncmp           368 drivers/video/fbdev/grvga.c 		} else if (!strncmp(this_opt, "addr", 4))
strncmp           370 drivers/video/fbdev/grvga.c 		else if (!strncmp(this_opt, "size", 4))
strncmp          1269 drivers/video/fbdev/i740fb.c 		else if (!strncmp(opt, "mtrr:", 5))
strncmp          1968 drivers/video/fbdev/i810/i810_main.c 		if (!strncmp(this_opt, "mtrr", 4))
strncmp          1970 drivers/video/fbdev/i810/i810_main.c 		else if (!strncmp(this_opt, "accel", 5))
strncmp          1972 drivers/video/fbdev/i810/i810_main.c 		else if (!strncmp(this_opt, "extvga", 6))
strncmp          1974 drivers/video/fbdev/i810/i810_main.c 		else if (!strncmp(this_opt, "sync", 4))
strncmp          1976 drivers/video/fbdev/i810/i810_main.c 		else if (!strncmp(this_opt, "vram:", 5))
strncmp          1978 drivers/video/fbdev/i810/i810_main.c 		else if (!strncmp(this_opt, "voffset:", 8))
strncmp          1980 drivers/video/fbdev/i810/i810_main.c 		else if (!strncmp(this_opt, "xres:", 5))
strncmp          1982 drivers/video/fbdev/i810/i810_main.c 		else if (!strncmp(this_opt, "yres:", 5))
strncmp          1984 drivers/video/fbdev/i810/i810_main.c 		else if (!strncmp(this_opt, "vyres:", 6))
strncmp          1986 drivers/video/fbdev/i810/i810_main.c 		else if (!strncmp(this_opt, "bpp:", 4))
strncmp          1988 drivers/video/fbdev/i810/i810_main.c 		else if (!strncmp(this_opt, "hsync1:", 7)) {
strncmp          1990 drivers/video/fbdev/i810/i810_main.c 			if (strncmp(suffix, "H", 1)) 
strncmp          1992 drivers/video/fbdev/i810/i810_main.c 		} else if (!strncmp(this_opt, "hsync2:", 7)) {
strncmp          1994 drivers/video/fbdev/i810/i810_main.c 			if (strncmp(suffix, "H", 1)) 
strncmp          1996 drivers/video/fbdev/i810/i810_main.c 		} else if (!strncmp(this_opt, "vsync1:", 7)) 
strncmp          1998 drivers/video/fbdev/i810/i810_main.c 		else if (!strncmp(this_opt, "vsync2:", 7))
strncmp          2000 drivers/video/fbdev/i810/i810_main.c 		else if (!strncmp(this_opt, "dcolor", 6))
strncmp          2002 drivers/video/fbdev/i810/i810_main.c 		else if (!strncmp(this_opt, "ddc3", 4))
strncmp          1555 drivers/video/fbdev/imsttfb.c 		if (!strncmp(this_opt, "font:", 5)) {
strncmp          1565 drivers/video/fbdev/imsttfb.c 		} else if (!strncmp(this_opt, "inverse", 7)) {
strncmp          1570 drivers/video/fbdev/imsttfb.c 		else if (!strncmp(this_opt, "vmode:", 6)) {
strncmp          1574 drivers/video/fbdev/imsttfb.c 		} else if (!strncmp(this_opt, "cmode:", 6)) {
strncmp           269 drivers/video/fbdev/intelfb/intelfbdrv.c #define OPT_EQUAL(opt, name) (!strncmp(opt, name, strlen(name)))
strncmp           404 drivers/video/fbdev/macmodes.c     if (mode_option && !strncmp(mode_option, "mac", 3)) {
strncmp          2330 drivers/video/fbdev/matrox/matroxfb_base.c 		if (!strncmp(this_opt, "dev:", 4))
strncmp          2332 drivers/video/fbdev/matrox/matroxfb_base.c 		else if (!strncmp(this_opt, "depth:", 6)) {
strncmp          2344 drivers/video/fbdev/matrox/matroxfb_base.c 		} else if (!strncmp(this_opt, "xres:", 5))
strncmp          2346 drivers/video/fbdev/matrox/matroxfb_base.c 		else if (!strncmp(this_opt, "yres:", 5))
strncmp          2348 drivers/video/fbdev/matrox/matroxfb_base.c 		else if (!strncmp(this_opt, "vslen:", 6))
strncmp          2350 drivers/video/fbdev/matrox/matroxfb_base.c 		else if (!strncmp(this_opt, "hslen:", 6))
strncmp          2352 drivers/video/fbdev/matrox/matroxfb_base.c 		else if (!strncmp(this_opt, "left:", 5))
strncmp          2354 drivers/video/fbdev/matrox/matroxfb_base.c 		else if (!strncmp(this_opt, "right:", 6))
strncmp          2356 drivers/video/fbdev/matrox/matroxfb_base.c 		else if (!strncmp(this_opt, "upper:", 6))
strncmp          2358 drivers/video/fbdev/matrox/matroxfb_base.c 		else if (!strncmp(this_opt, "lower:", 6))
strncmp          2360 drivers/video/fbdev/matrox/matroxfb_base.c 		else if (!strncmp(this_opt, "pixclock:", 9))
strncmp          2362 drivers/video/fbdev/matrox/matroxfb_base.c 		else if (!strncmp(this_opt, "sync:", 5))
strncmp          2364 drivers/video/fbdev/matrox/matroxfb_base.c 		else if (!strncmp(this_opt, "vesa:", 5))
strncmp          2366 drivers/video/fbdev/matrox/matroxfb_base.c 		else if (!strncmp(this_opt, "maxclk:", 7))
strncmp          2368 drivers/video/fbdev/matrox/matroxfb_base.c 		else if (!strncmp(this_opt, "fh:", 3))
strncmp          2370 drivers/video/fbdev/matrox/matroxfb_base.c 		else if (!strncmp(this_opt, "fv:", 3))
strncmp          2372 drivers/video/fbdev/matrox/matroxfb_base.c 		else if (!strncmp(this_opt, "mem:", 4))
strncmp          2374 drivers/video/fbdev/matrox/matroxfb_base.c 		else if (!strncmp(this_opt, "mode:", 5))
strncmp          2376 drivers/video/fbdev/matrox/matroxfb_base.c 		else if (!strncmp(this_opt, "outputs:", 8))
strncmp          2378 drivers/video/fbdev/matrox/matroxfb_base.c 		else if (!strncmp(this_opt, "dfp:", 4)) {
strncmp          2383 drivers/video/fbdev/matrox/matroxfb_base.c 		else if (!strncmp(this_opt, "vmode:", 6)) {
strncmp          2387 drivers/video/fbdev/matrox/matroxfb_base.c 		} else if (!strncmp(this_opt, "cmode:", 6)) {
strncmp          2413 drivers/video/fbdev/matrox/matroxfb_base.c 		else if (!strncmp(this_opt, "memtype:", 8))
strncmp          2418 drivers/video/fbdev/matrox/matroxfb_base.c 			if (!strncmp(this_opt, "no", 2)) {
strncmp          1670 drivers/video/fbdev/mx3fb.c 		if (!strncmp(opt, "bpp=", 4))
strncmp          2190 drivers/video/fbdev/neofb.c 		if (!strncmp(this_opt, "internal", 8))
strncmp          2192 drivers/video/fbdev/neofb.c 		else if (!strncmp(this_opt, "external", 8))
strncmp          2194 drivers/video/fbdev/neofb.c 		else if (!strncmp(this_opt, "nostretch", 9))
strncmp          2196 drivers/video/fbdev/neofb.c 		else if (!strncmp(this_opt, "nopciburst", 10))
strncmp          2198 drivers/video/fbdev/neofb.c 		else if (!strncmp(this_opt, "libretto", 8))
strncmp          1458 drivers/video/fbdev/nvidia/nvidia.c 		if (!strncmp(this_opt, "forceCRTC", 9)) {
strncmp          1467 drivers/video/fbdev/nvidia/nvidia.c 		} else if (!strncmp(this_opt, "flatpanel", 9)) {
strncmp          1469 drivers/video/fbdev/nvidia/nvidia.c 		} else if (!strncmp(this_opt, "hwcur", 5)) {
strncmp          1471 drivers/video/fbdev/nvidia/nvidia.c 		} else if (!strncmp(this_opt, "noaccel", 6)) {
strncmp          1473 drivers/video/fbdev/nvidia/nvidia.c 		} else if (!strncmp(this_opt, "noscale", 7)) {
strncmp          1475 drivers/video/fbdev/nvidia/nvidia.c 		} else if (!strncmp(this_opt, "reverse_i2c", 11)) {
strncmp          1477 drivers/video/fbdev/nvidia/nvidia.c 		} else if (!strncmp(this_opt, "paneltweak:", 11)) {
strncmp          1479 drivers/video/fbdev/nvidia/nvidia.c 		} else if (!strncmp(this_opt, "vram:", 5)) {
strncmp          1481 drivers/video/fbdev/nvidia/nvidia.c 		} else if (!strncmp(this_opt, "backlight:", 10)) {
strncmp          1483 drivers/video/fbdev/nvidia/nvidia.c 		} else if (!strncmp(this_opt, "nomtrr", 6)) {
strncmp          1485 drivers/video/fbdev/nvidia/nvidia.c 		} else if (!strncmp(this_opt, "fpdither:", 9)) {
strncmp          1487 drivers/video/fbdev/nvidia/nvidia.c 		} else if (!strncmp(this_opt, "bpp:", 4)) {
strncmp          1849 drivers/video/fbdev/omap/omapfb_main.c 		if (!strncmp(this_opt, "accel", 5))
strncmp          1851 drivers/video/fbdev/omap/omapfb_main.c 		else if (!strncmp(this_opt, "vram:", 5)) {
strncmp          1873 drivers/video/fbdev/omap/omapfb_main.c 		else if (!strncmp(this_opt, "vxres:", 6))
strncmp          1875 drivers/video/fbdev/omap/omapfb_main.c 		else if (!strncmp(this_opt, "vyres:", 6))
strncmp          1877 drivers/video/fbdev/omap/omapfb_main.c 		else if (!strncmp(this_opt, "rotate:", 7))
strncmp          1879 drivers/video/fbdev/omap/omapfb_main.c 		else if (!strncmp(this_opt, "mirror:", 7))
strncmp          1881 drivers/video/fbdev/omap/omapfb_main.c 		else if (!strncmp(this_opt, "manual_update", 13))
strncmp           453 drivers/video/fbdev/omap2/omapfb/displays/panel-sony-acx565akm.c 		if (strncmp(buf, mode_str, cmp_len) == 0)
strncmp           113 drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c 	if (strncmp("pal", buf, 3) == 0) {
strncmp           116 drivers/video/fbdev/omap2/omapfb/dss/display-sysfs.c 	} else if (strncmp("ntsc", buf, 4) == 0) {
strncmp            96 drivers/video/fbdev/omap2/omapfb/dss/omapdss-boot-init.c 	if (strncmp(prefix, prop->value, strlen(prefix)) == 0)
strncmp           497 drivers/video/fbdev/platinumfb.c 		if (!strncmp(this_opt, "vmode:", 6)) {
strncmp           501 drivers/video/fbdev/platinumfb.c 		} else if (!strncmp(this_opt, "cmode:", 6)) {
strncmp          1777 drivers/video/fbdev/pm2fb.c 		else if (!strncmp(this_opt, "hwcursor=", 9))
strncmp          1779 drivers/video/fbdev/pm2fb.c 		else if (!strncmp(this_opt, "nomtrr", 6))
strncmp          1781 drivers/video/fbdev/pm2fb.c 		else if (!strncmp(this_opt, "noaccel", 7))
strncmp          1518 drivers/video/fbdev/pm3fb.c 		else if (!strncmp(this_opt, "noaccel", 7))
strncmp          1520 drivers/video/fbdev/pm3fb.c 		else if (!strncmp(this_opt, "hwcursor=", 9))
strncmp          1522 drivers/video/fbdev/pm3fb.c 		else if (!strncmp(this_opt, "nomtrr", 6))
strncmp          1278 drivers/video/fbdev/ps3fb.c 		if (!strncmp(this_opt, "mode:", 5))
strncmp          1024 drivers/video/fbdev/pvr2fb.c 		} else if (!strncmp(this_opt, "cable:", 6)) {
strncmp          1026 drivers/video/fbdev/pvr2fb.c 		} else if (!strncmp(this_opt, "output:", 7)) {
strncmp          1028 drivers/video/fbdev/pvr2fb.c 		} else if (!strncmp(this_opt, "nopan", 5)) {
strncmp          1030 drivers/video/fbdev/pvr2fb.c 		} else if (!strncmp(this_opt, "nowrap", 6)) {
strncmp          1922 drivers/video/fbdev/pxafb.c 	if (!strncmp(this_opt, "vmem:", 5)) {
strncmp          1924 drivers/video/fbdev/pxafb.c 	} else if (!strncmp(this_opt, "mode:", 5)) {
strncmp          1926 drivers/video/fbdev/pxafb.c 	} else if (!strncmp(this_opt, "pixclock:", 9)) {
strncmp          1929 drivers/video/fbdev/pxafb.c 	} else if (!strncmp(this_opt, "left:", 5)) {
strncmp          1932 drivers/video/fbdev/pxafb.c 	} else if (!strncmp(this_opt, "right:", 6)) {
strncmp          1935 drivers/video/fbdev/pxafb.c 	} else if (!strncmp(this_opt, "upper:", 6)) {
strncmp          1938 drivers/video/fbdev/pxafb.c 	} else if (!strncmp(this_opt, "lower:", 6)) {
strncmp          1941 drivers/video/fbdev/pxafb.c 	} else if (!strncmp(this_opt, "hsynclen:", 9)) {
strncmp          1944 drivers/video/fbdev/pxafb.c 	} else if (!strncmp(this_opt, "vsynclen:", 9)) {
strncmp          1947 drivers/video/fbdev/pxafb.c 	} else if (!strncmp(this_opt, "hsync:", 6)) {
strncmp          1955 drivers/video/fbdev/pxafb.c 	} else if (!strncmp(this_opt, "vsync:", 6)) {
strncmp          1963 drivers/video/fbdev/pxafb.c 	} else if (!strncmp(this_opt, "dpc:", 4)) {
strncmp          1971 drivers/video/fbdev/pxafb.c 	} else if (!strncmp(this_opt, "outputen:", 9)) {
strncmp          1979 drivers/video/fbdev/pxafb.c 	} else if (!strncmp(this_opt, "pixclockpol:", 12)) {
strncmp          1987 drivers/video/fbdev/pxafb.c 	} else if (!strncmp(this_opt, "color", 5)) {
strncmp          1989 drivers/video/fbdev/pxafb.c 	} else if (!strncmp(this_opt, "mono", 4)) {
strncmp          1991 drivers/video/fbdev/pxafb.c 	} else if (!strncmp(this_opt, "active", 6)) {
strncmp          1993 drivers/video/fbdev/pxafb.c 	} else if (!strncmp(this_opt, "passive", 7)) {
strncmp          1995 drivers/video/fbdev/pxafb.c 	} else if (!strncmp(this_opt, "single", 6)) {
strncmp          1997 drivers/video/fbdev/pxafb.c 	} else if (!strncmp(this_opt, "dual", 4)) {
strncmp          1999 drivers/video/fbdev/pxafb.c 	} else if (!strncmp(this_opt, "4pix", 4)) {
strncmp          2001 drivers/video/fbdev/pxafb.c 	} else if (!strncmp(this_opt, "8pix", 4)) {
strncmp          1745 drivers/video/fbdev/riva/fbdev.c 		if (strncmp(disptype, "LCD", 3) != 0)
strncmp          2120 drivers/video/fbdev/riva/fbdev.c 		if (!strncmp(this_opt, "forceCRTC", 9)) {
strncmp          2128 drivers/video/fbdev/riva/fbdev.c 		} else if (!strncmp(this_opt, "flatpanel", 9)) {
strncmp          2130 drivers/video/fbdev/riva/fbdev.c 		} else if (!strncmp(this_opt, "backlight:", 10)) {
strncmp          2132 drivers/video/fbdev/riva/fbdev.c 		} else if (!strncmp(this_opt, "nomtrr", 6)) {
strncmp          2134 drivers/video/fbdev/riva/fbdev.c 		} else if (!strncmp(this_opt, "strictmode", 10)) {
strncmp          2136 drivers/video/fbdev/riva/fbdev.c 		} else if (!strncmp(this_opt, "noaccel", 7)) {
strncmp          1531 drivers/video/fbdev/s3fb.c 		else if (!strncmp(opt, "mtrr:", 5))
strncmp          1533 drivers/video/fbdev/s3fb.c 		else if (!strncmp(opt, "fasttext:", 9))
strncmp          1254 drivers/video/fbdev/sa1100fb.c 		if (!strncmp(this_opt, "bpp:", 4))
strncmp          1258 drivers/video/fbdev/sa1100fb.c 		if (!strncmp(this_opt, "lccr0:", 6))
strncmp          1261 drivers/video/fbdev/sa1100fb.c 		if (!strncmp(this_opt, "lccr1:", 6)) {
strncmp          1267 drivers/video/fbdev/sa1100fb.c 		if (!strncmp(this_opt, "lccr2:", 6)) {
strncmp          1277 drivers/video/fbdev/sa1100fb.c 		if (!strncmp(this_opt, "lccr3:", 6))
strncmp           399 drivers/video/fbdev/sis/sis_main.c 		      (!strncmp(mycustomttable[i].biosversion, biosver,
strncmp           403 drivers/video/fbdev/sis/sis_main.c 		      (!strncmp(mycustomttable[i].biosdate, biosdate,
strncmp          1299 drivers/video/fbdev/sstfb.c 		else if (!strncmp(this_opt, "mem:",4))
strncmp          1301 drivers/video/fbdev/sstfb.c 		else if (!strncmp(this_opt, "gfxclk:",7))
strncmp          1433 drivers/video/fbdev/stifb.c 	if (strncmp(options, "off", 3) == 0) {
strncmp          1438 drivers/video/fbdev/stifb.c 	if (strncmp(options, "bpp", 3) == 0) {
strncmp          1584 drivers/video/fbdev/tdfxfb.c 		} else if (!strncmp(this_opt, "hwcursor=", 9)) {
strncmp          1586 drivers/video/fbdev/tdfxfb.c 		} else if (!strncmp(this_opt, "nomtrr", 6)) {
strncmp          1572 drivers/video/fbdev/tgafb.c 			if (!strncmp(this_opt, "mode:", 5))
strncmp          1786 drivers/video/fbdev/tridentfb.c 		if (!strncmp(opt, "noaccel", 7))
strncmp          1788 drivers/video/fbdev/tridentfb.c 		else if (!strncmp(opt, "fp", 2))
strncmp          1790 drivers/video/fbdev/tridentfb.c 		else if (!strncmp(opt, "crt", 3))
strncmp          1792 drivers/video/fbdev/tridentfb.c 		else if (!strncmp(opt, "bpp=", 4))
strncmp          1794 drivers/video/fbdev/tridentfb.c 		else if (!strncmp(opt, "center", 6))
strncmp          1796 drivers/video/fbdev/tridentfb.c 		else if (!strncmp(opt, "stretch", 7))
strncmp          1798 drivers/video/fbdev/tridentfb.c 		else if (!strncmp(opt, "memsize=", 8))
strncmp          1800 drivers/video/fbdev/tridentfb.c 		else if (!strncmp(opt, "memdiff=", 8))
strncmp          1802 drivers/video/fbdev/tridentfb.c 		else if (!strncmp(opt, "nativex=", 8))
strncmp          1830 drivers/video/fbdev/uvesafb.c 		else if (!strncmp(this_opt, "mtrr:", 5))
strncmp          1840 drivers/video/fbdev/uvesafb.c 		else if (!strncmp(this_opt, "vtotal:", 7))
strncmp          1842 drivers/video/fbdev/uvesafb.c 		else if (!strncmp(this_opt, "vremap:", 7))
strncmp          1844 drivers/video/fbdev/uvesafb.c 		else if (!strncmp(this_opt, "maxhf:", 6))
strncmp          1846 drivers/video/fbdev/uvesafb.c 		else if (!strncmp(this_opt, "maxvf:", 6))
strncmp          1848 drivers/video/fbdev/uvesafb.c 		else if (!strncmp(this_opt, "maxclk:", 7))
strncmp          1850 drivers/video/fbdev/uvesafb.c 		else if (!strncmp(this_opt, "vbemode:", 8))
strncmp           561 drivers/video/fbdev/valkyriefb.c 		if (!strncmp(this_opt, "vmode:", 6)) {
strncmp           566 drivers/video/fbdev/valkyriefb.c 		else if (!strncmp(this_opt, "cmode:", 6)) {
strncmp           224 drivers/video/fbdev/vesafb.c 		else if (! strncmp(this_opt, "mtrr:", 5))
strncmp           228 drivers/video/fbdev/vesafb.c 		else if (! strncmp(this_opt, "vtotal:", 7))
strncmp           230 drivers/video/fbdev/vesafb.c 		else if (! strncmp(this_opt, "vremap:", 7))
strncmp           908 drivers/video/fbdev/via/hw.c 			if (!strncmp(ptr, device_mapping[i].name, len)) {
strncmp          1064 drivers/video/fbdev/via/viafbdev.c 	if (!strncmp(opt_str, "DVP0", 4))
strncmp          1066 drivers/video/fbdev/via/viafbdev.c 	else if (!strncmp(opt_str, "DVP1", 4))
strncmp          1068 drivers/video/fbdev/via/viafbdev.c 	else if (!strncmp(opt_str, "DFP_HIGHLOW", 11))
strncmp          1070 drivers/video/fbdev/via/viafbdev.c 	else if (!strncmp(opt_str, "DFP_HIGH", 8))
strncmp          1072 drivers/video/fbdev/via/viafbdev.c 	else if (!strncmp(opt_str, "DFP_LOW", 7))
strncmp          1947 drivers/video/fbdev/via/viafbdev.c 		if (!strncmp(this_opt, "viafb_mode1=", 12)) {
strncmp          1949 drivers/video/fbdev/via/viafbdev.c 		} else if (!strncmp(this_opt, "viafb_mode=", 11)) {
strncmp          1951 drivers/video/fbdev/via/viafbdev.c 		} else if (!strncmp(this_opt, "viafb_bpp1=", 11)) {
strncmp          1954 drivers/video/fbdev/via/viafbdev.c 		} else if (!strncmp(this_opt, "viafb_bpp=", 10)) {
strncmp          1957 drivers/video/fbdev/via/viafbdev.c 		} else if (!strncmp(this_opt, "viafb_refresh1=", 15)) {
strncmp          1960 drivers/video/fbdev/via/viafbdev.c 		} else if (!strncmp(this_opt, "viafb_refresh=", 14)) {
strncmp          1963 drivers/video/fbdev/via/viafbdev.c 		} else if (!strncmp(this_opt, "viafb_lcd_dsp_method=", 21)) {
strncmp          1967 drivers/video/fbdev/via/viafbdev.c 		} else if (!strncmp(this_opt, "viafb_lcd_panel_id=", 19)) {
strncmp          1971 drivers/video/fbdev/via/viafbdev.c 		} else if (!strncmp(this_opt, "viafb_accel=", 12)) {
strncmp          1974 drivers/video/fbdev/via/viafbdev.c 		} else if (!strncmp(this_opt, "viafb_SAMM_ON=", 14)) {
strncmp          1977 drivers/video/fbdev/via/viafbdev.c 		} else if (!strncmp(this_opt, "viafb_active_dev=", 17)) {
strncmp          1979 drivers/video/fbdev/via/viafbdev.c 		} else if (!strncmp(this_opt,
strncmp          1984 drivers/video/fbdev/via/viafbdev.c 		} else if (!strncmp(this_opt, "viafb_second_size=", 18)) {
strncmp          1987 drivers/video/fbdev/via/viafbdev.c 		} else if (!strncmp(this_opt,
strncmp          1992 drivers/video/fbdev/via/viafbdev.c 		} else if (!strncmp(this_opt,
strncmp          1997 drivers/video/fbdev/via/viafbdev.c 		} else if (!strncmp(this_opt, "viafb_bus_width=", 16)) {
strncmp          2000 drivers/video/fbdev/via/viafbdev.c 		} else if (!strncmp(this_opt, "viafb_lcd_mode=", 15)) {
strncmp          2003 drivers/video/fbdev/via/viafbdev.c 		} else if (!strncmp(this_opt, "viafb_lcd_port=", 15)) {
strncmp          2005 drivers/video/fbdev/via/viafbdev.c 		} else if (!strncmp(this_opt, "viafb_dvi_port=", 15)) {
strncmp           134 drivers/watchdog/watchdog_pretimeout.c 	if (!strncmp(gov->name, WATCHDOG_PRETIMEOUT_DEFAULT_GOV,
strncmp           424 drivers/xen/sys-hypervisor.c 		if (strncmp(buffer, pmu_modes[i].name, len - 1) == 0) {
strncmp          1625 drivers/xen/xen-scsiback.c 	if (!strncmp(page, "NULL", 4)) {
strncmp           183 drivers/xen/xenbus/xenbus_probe.c 	    strncmp(dev->otherend, path, strlen(dev->otherend))) {
strncmp           351 drivers/xen/xenbus/xenbus_probe.c 	if (strncmp(xendev->nodename, info->nodename, len))
strncmp            61 drivers/xen/xenbus/xenbus_probe_frontend.c 	if (!strncmp(type, "console", 7) && !strncmp(name, "0", 1)) {
strncmp           199 drivers/xen/xenbus/xenbus_probe_frontend.c 		if ((strncmp(xendev->nodename, "device/vkbd", 11) == 0))
strncmp           202 drivers/xen/xenbus/xenbus_probe_frontend.c 		if ((strncmp(xendev->nodename, "device/vfb", 10) == 0))
strncmp          1192 fs/9p/vfs_inode.c 			if (!strncmp(tag_name, "HARDLINKCOUNT", 13))
strncmp           716 fs/befs/btree.c 	int result = strncmp(key1, key2, len);
strncmp           455 fs/binfmt_flat.c 	if (strncmp(hdr->magic, "bFLT", 4)) {
strncmp            57 fs/btrfs/compression.c 		if (!strncmp(btrfs_compress_types[i], str, comp_len))
strncmp          2863 fs/btrfs/ioctl.c 	    strncmp(vol_args->name, "..", namelen) == 0) {
strncmp           280 fs/btrfs/props.c 	if (!strncmp("lzo", value, 3)) {
strncmp           283 fs/btrfs/props.c 	} else if (!strncmp("zlib", value, 4)) {
strncmp           285 fs/btrfs/props.c 	} else if (!strncmp("zstd", value, 4)) {
strncmp          4303 fs/btrfs/send.c 	    strncmp(name->start, ctx->name->start, fs_path_len(name)) == 0) {
strncmp          4549 fs/btrfs/send.c 	if (!strncmp(name, XATTR_NAME_POSIX_ACL_ACCESS, name_len) ||
strncmp          4550 fs/btrfs/send.c 	    !strncmp(name, XATTR_NAME_POSIX_ACL_DEFAULT, name_len)) {
strncmp          4626 fs/btrfs/send.c 	    strncmp(name, ctx->name, name_len) == 0) {
strncmp           522 fs/btrfs/super.c 			    strncmp(args[0].from, "zlib", 4) == 0) {
strncmp           542 fs/btrfs/super.c 			} else if (strncmp(args[0].from, "lzo", 3) == 0) {
strncmp           550 fs/btrfs/super.c 			} else if (strncmp(args[0].from, "zstd", 4) == 0) {
strncmp           562 fs/btrfs/super.c 			} else if (strncmp(args[0].from, "no", 2) == 0) {
strncmp           726 fs/ceph/dir.c  		strncmp(dentry->d_name.name, ".ceph", 5) == 0;
strncmp           756 fs/ceph/dir.c  		if (strncmp(dentry->d_name.name,
strncmp          1326 fs/ceph/inode.c 	    (rinfo->head->is_target || strncmp(req->r_dentry->d_name.name,
strncmp          3049 fs/ceph/mds_client.c 		err_str = !strncmp(*p, "error_string", len);
strncmp          4508 fs/ceph/mds_client.c 		    !strncmp(mds_namespace, (char *)info_p, namelen)) {
strncmp           279 fs/ceph/super.c 		if (!strncmp(argstr[0].from, "no",
strncmp           282 fs/ceph/super.c 		} else if (!strncmp(argstr[0].from, "clean",
strncmp            23 fs/ceph/xattr.c 	return !strncmp(name, XATTR_SECURITY_PREFIX, XATTR_SECURITY_PREFIX_LEN) ||
strncmp            24 fs/ceph/xattr.c 	       !strncmp(name, XATTR_CEPH_PREFIX, XATTR_CEPH_PREFIX_LEN) ||
strncmp            25 fs/ceph/xattr.c 	       !strncmp(name, XATTR_TRUSTED_PREFIX, XATTR_TRUSTED_PREFIX_LEN) ||
strncmp            26 fs/ceph/xattr.c 	       !strncmp(name, XATTR_USER_PREFIX, XATTR_USER_PREFIX_LEN);
strncmp           449 fs/ceph/xattr.c 		c = strncmp(name, xattr->name, min(name_len, xattr->name_len));
strncmp           545 fs/ceph/xattr.c 		c = strncmp(name, xattr->name, xattr->name_len);
strncmp           896 fs/ceph/xattr.c 	    !strncmp(name, XATTR_SECURITY_PREFIX, XATTR_SECURITY_PREFIX_LEN) &&
strncmp          1037 fs/ceph/xattr.c 		if (value && !strncmp(vxattr->name, "ceph.quota", 10))
strncmp          1042 fs/ceph/xattr.c 	if (!strncmp(name, XATTR_CEPH_PREFIX, XATTR_CEPH_PREFIX_LEN))
strncmp           198 fs/cifs/cifs_dfs_ref.c 	if (strncmp(sb_mountdata, "sep=", 4) == 0) {
strncmp          1720 fs/cifs/connect.c 	if (strncmp(options, "sep=", 4) == 0) {
strncmp          2913 fs/cifs/connect.c 		if (strncmp(ses->user_name,
strncmp          2919 fs/cifs/connect.c 		    strncmp(ses->password,
strncmp          3343 fs/cifs/connect.c 	if (strncmp(tcon->treeName, volume_info->UNC, MAX_TREE_SIZE))
strncmp           110 fs/cifs/link.c 	if (strncmp(md5_str1, md5_str2, 17) != 0)
strncmp           254 fs/cifs/sess.c 		if (strncmp(ses->serverOS, "OS/2", 4) == 0)
strncmp          1941 fs/cifs/smb2pdu.c 		    strncmp(name, SMB2_CREATE_REQUEST_LEASE, 4) == 0)
strncmp          1945 fs/cifs/smb2pdu.c 		    strncmp(name, SMB2_CREATE_QUERY_ON_DISK_ID, 4) == 0)
strncmp            41 fs/coda/coda_linux.c                 (strncmp(name, CODA_CONTROL, CODA_CONTROLLEN) == 0));
strncmp           460 fs/dlm/lockspace.c 	    strncmp(cluster, dlm_config.ci_cluster_name, DLM_LOCKSPACE_LEN)) {
strncmp          2040 fs/ecryptfs/crypto.c 		    strncmp(name, ECRYPTFS_FNEK_ENCRYPTED_FILENAME_PREFIX,
strncmp           416 fs/ext2/super.c 	if (!options || strncmp(options, "sb=", 3) != 0)
strncmp          3569 fs/ext4/namei.c 	    strncmp(ent->de->name, ent->dentry->d_name.name,
strncmp          1572 fs/ext4/super.c 	if (!options || strncmp(options, "sb=", 3) != 0)
strncmp           422 fs/f2fs/super.c 			if (strlen(name) == 2 && !strncmp(name, "on", 2)) {
strncmp           425 fs/f2fs/super.c 			} else if (strlen(name) == 3 && !strncmp(name, "off", 3)) {
strncmp           428 fs/f2fs/super.c 			} else if (strlen(name) == 4 && !strncmp(name, "sync", 4)) {
strncmp           590 fs/f2fs/super.c 					!strncmp(name, "adaptive", 8)) {
strncmp           598 fs/f2fs/super.c 					!strncmp(name, "lfs", 3)) {
strncmp           724 fs/f2fs/super.c 					!strncmp(name, "user-based", 10)) {
strncmp           727 fs/f2fs/super.c 					!strncmp(name, "off", 3)) {
strncmp           730 fs/f2fs/super.c 					!strncmp(name, "fs-based", 8)) {
strncmp           744 fs/f2fs/super.c 					!strncmp(name, "default", 7)) {
strncmp           747 fs/f2fs/super.c 					!strncmp(name, "reuse", 5)) {
strncmp           760 fs/f2fs/super.c 					!strncmp(name, "posix", 5)) {
strncmp           763 fs/f2fs/super.c 					!strncmp(name, "strict", 6)) {
strncmp           766 fs/f2fs/super.c 					!strncmp(name, "nobarrier", 9)) {
strncmp           220 fs/f2fs/sysfs.c 		if (!strncmp(name, "[h]", 3))
strncmp           222 fs/f2fs/sysfs.c 		else if (!strncmp(name, "[c]", 3))
strncmp           901 fs/fat/dir.c   		if (!strncmp((*de)->name, MSDOS_DOTDOT, MSDOS_NAME))
strncmp           919 fs/fat/dir.c   		if (strncmp(de->name, MSDOS_DOT   , MSDOS_NAME) &&
strncmp           920 fs/fat/dir.c   		    strncmp(de->name, MSDOS_DOTDOT, MSDOS_NAME)) {
strncmp           964 fs/fat/dir.c   		if (!strncmp(sinfo->de->name, name, MSDOS_NAME)) {
strncmp           474 fs/fat/inode.c 		if (!strncmp(extension, walk, 3))
strncmp           183 fs/fat/namei_vfat.c 		if (strncmp(name->name, str, alen) == 0)
strncmp            53 fs/filesystems.c 		if (strncmp((*p)->name, name, len) == 0 &&
strncmp            27 fs/hfsplus/xattr.c 		return strncmp(name, HFSPLUS_XATTR_FINDER_INFO_NAME,
strncmp            36 fs/hfsplus/xattr.c 		return strncmp(name, HFSPLUS_XATTR_ACL_NAME,
strncmp            44 fs/hfsplus/xattr.c 	if (strncmp(name, XATTR_SYSTEM_PREFIX, XATTR_SYSTEM_PREFIX_LEN) &&
strncmp            45 fs/hfsplus/xattr.c 	    strncmp(name, XATTR_USER_PREFIX, XATTR_USER_PREFIX_LEN) &&
strncmp            46 fs/hfsplus/xattr.c 	    strncmp(name, XATTR_SECURITY_PREFIX, XATTR_SECURITY_PREFIX_LEN) &&
strncmp            47 fs/hfsplus/xattr.c 	    strncmp(name, XATTR_TRUSTED_PREFIX, XATTR_TRUSTED_PREFIX_LEN))
strncmp           602 fs/hfsplus/xattr.c 	return strncmp(xattr_name, XATTR_TRUSTED_PREFIX,
strncmp            65 fs/isofs/dir.c 	if (strncmp(chr, "ARCHIMEDES", 10))
strncmp           223 fs/isofs/inode.c 			if (strncmp(name->name, str, alen) == 0)
strncmp           687 fs/isofs/inode.c 		if (strncmp (vdp->id, ISO_STANDARD_ID, sizeof vdp->id) == 0) {
strncmp           722 fs/isofs/inode.c 			if (strncmp (hdp->id, HS_STANDARD_ID, sizeof hdp->id) == 0) {
strncmp           101 fs/jffs2/dir.c 		    !strncmp(fd_list->name, target->d_name.name, target->d_name.len)) {
strncmp           308 fs/jfs/jfs_mount.c 	if (strncmp(j_sb->s_magic, JFS_MAGIC, 4) ||
strncmp            86 fs/jfs/xattr.c 	if (strncmp(name, XATTR_SYSTEM_PREFIX, XATTR_SYSTEM_PREFIX_LEN) &&
strncmp            87 fs/jfs/xattr.c 	    strncmp(name, XATTR_USER_PREFIX, XATTR_USER_PREFIX_LEN) &&
strncmp            88 fs/jfs/xattr.c 	    strncmp(name, XATTR_SECURITY_PREFIX, XATTR_SECURITY_PREFIX_LEN) &&
strncmp            89 fs/jfs/xattr.c 	    strncmp(name, XATTR_TRUSTED_PREFIX, XATTR_TRUSTED_PREFIX_LEN))
strncmp           850 fs/jfs/xattr.c 	return (strncmp(ea->name, XATTR_TRUSTED_PREFIX,
strncmp           115 fs/nfs/nfs4namespace.c 	if (strncmp(path, fs_path, strlen(fs_path)) != 0) {
strncmp           894 fs/nfs/pnfs_nfs.c 	if (nlen != match_netid_len || strncmp(netid, match_netid, nlen)) {
strncmp           264 fs/ocfs2/dir.c 	if ((len == 1 && !strncmp(".", name, 1)) ||
strncmp           265 fs/ocfs2/dir.c 	    (len == 2 && !strncmp("..", name, 2))) {
strncmp          2055 fs/ocfs2/dir.c 	if (name_len == 1 && !strncmp(".", name, 1) && pos == 0) {
strncmp          2060 fs/ocfs2/dir.c 	if (name_len == 2 && !strncmp("..", name, 2) &&
strncmp           259 fs/ocfs2/filecheck.c 	if (!strncmp(name, "fix", 4))
strncmp           261 fs/ocfs2/filecheck.c 	else if (!strncmp(name, "check", 6))
strncmp           263 fs/ocfs2/filecheck.c 	else if (!strncmp(name, "set", 4))
strncmp          2042 fs/ocfs2/journal.c 	if (name_len == 1 && !strncmp(".", name, 1))
strncmp          2044 fs/ocfs2/journal.c 	if (name_len == 2 && !strncmp("..", name, 2))
strncmp          2049 fs/ocfs2/journal.c 			(!strncmp(name, OCFS2_DIO_ORPHAN_PREFIX,
strncmp          2059 fs/ocfs2/journal.c 	if (!strncmp(name, OCFS2_DIO_ORPHAN_PREFIX,
strncmp           195 fs/ocfs2/stack_user.c 		    !strncmp(c->oc_conn->cc_name, name, len))
strncmp           267 fs/ocfs2/stack_user.c 	if (strncmp(kbuf, OCFS2_CONTROL_PROTO, OCFS2_CONTROL_PROTO_LEN))
strncmp           371 fs/ocfs2/stack_user.c 	if (strncmp(msg->tag, OCFS2_CONTROL_MESSAGE_SETNODE_OP,
strncmp           404 fs/ocfs2/stack_user.c 	if (strncmp(msg->tag, OCFS2_CONTROL_MESSAGE_SETVERSION_OP,
strncmp           451 fs/ocfs2/stack_user.c 	if (strncmp(msg->tag, OCFS2_CONTROL_MESSAGE_DOWN_OP,
strncmp           490 fs/ocfs2/stack_user.c 	    !strncmp(msg.tag, OCFS2_CONTROL_MESSAGE_SETNODE_OP,
strncmp           494 fs/ocfs2/stack_user.c 		 !strncmp(msg.tag, OCFS2_CONTROL_MESSAGE_SETVERSION_OP,
strncmp           498 fs/ocfs2/stack_user.c 		 !strncmp(msg.tag, OCFS2_CONTROL_MESSAGE_DOWN_OP,
strncmp           579 fs/ocfs2/stackglue.c 		if (!strncmp(buf, cluster_stack_name, len))
strncmp           862 fs/ocfs2/super.c 	    strncmp(osb->osb_cluster_stack, mopt->cluster_stack,
strncmp            56 fs/omfs/dir.c  		if (strncmp(oi->i_name, name, namelen) == 0)
strncmp           208 fs/openpromfs/inode.c 		    !strncmp(node_name, name, len)) {
strncmp           221 fs/openpromfs/inode.c 		if (len == n && !strncmp(prop->name, name, len)) {
strncmp           252 fs/openpromfs/inode.c 		    !strncmp (name, "security-password", 17))
strncmp           228 fs/orangefs/orangefs-utils.c 	if (type == S_IFLNK && strncmp(orangefs_inode->link_target,
strncmp            37 fs/orangefs/xattr.c 	return strncmp(key, SYSTEM_ORANGEFS_KEY, SYSTEM_ORANGEFS_KEY_LEN) ?  1 : 0;
strncmp           323 fs/overlayfs/inode.c 	return strncmp(name, OVL_XATTR_PREFIX,
strncmp           388 fs/overlayfs/inode.c 	if (strncmp(s, XATTR_TRUSTED_PREFIX, XATTR_TRUSTED_PREFIX_LEN) != 0)
strncmp            79 fs/overlayfs/readdir.c 		cmp = strncmp(name, tmp->name, len);
strncmp           101 fs/overlayfs/readdir.c 		cmp = strncmp(name, p->name, len);
strncmp           994 fs/overlayfs/readdir.c 	if (!strncmp(name, ".", namelen) || !strncmp(name, "..", namelen))
strncmp            49 fs/qnx4/namei.c 	if (strncmp(name, de->di_fname, len) == 0) {
strncmp           195 fs/qnx6/inode.c 		if (strncmp(dir_entry[i].de_fname, match_root[i], 3))
strncmp            42 fs/reiserfs/super.c 	return !strncmp(rs->s_v1.s_magic, reiserfs_3_5_magic_string,
strncmp            48 fs/reiserfs/super.c 	return !strncmp(rs->s_v1.s_magic, reiserfs_3_6_magic_string,
strncmp            54 fs/reiserfs/super.c 	return !strncmp(rs->s_v1.s_magic, reiserfs_jr_magic_string,
strncmp          1002 fs/reiserfs/super.c 	if (!strncmp(p, "alloc=", 6)) {
strncmp          1018 fs/reiserfs/super.c 		if (!strncmp(p, opt->option_name, strlen(opt->option_name))) {
strncmp           785 fs/reiserfs/xattr.c 		if (strncmp(prefix, name, strlen(prefix)) == 0)
strncmp           199 fs/squashfs/namei.c 			if (len == size && !strncmp(name, dire->name, len)) {
strncmp           146 fs/squashfs/xattr.c 					strncmp(target, name, name_size) == 0) {
strncmp           389 fs/ubifs/xattr.c 	if (strncmp(name, XATTR_TRUSTED_PREFIX,
strncmp          1364 fs/udf/super.c 		    strncmp(st->sparingIdent.ident, UDF_ID_SPARING,
strncmp          1430 fs/udf/super.c 			if (!strncmp(upm2->partIdent.ident, UDF_ID_VIRTUAL,
strncmp          1446 fs/udf/super.c 			} else if (!strncmp(upm2->partIdent.ident,
strncmp          1453 fs/udf/super.c 			} else if (!strncmp(upm2->partIdent.ident,
strncmp           108 fs/xattr.c     	if (!strncmp(name, XATTR_SECURITY_PREFIX, XATTR_SECURITY_PREFIX_LEN) ||
strncmp           109 fs/xattr.c     	    !strncmp(name, XATTR_SYSTEM_PREFIX, XATTR_SYSTEM_PREFIX_LEN))
strncmp           115 fs/xattr.c     	if (!strncmp(name, XATTR_TRUSTED_PREFIX, XATTR_TRUSTED_PREFIX_LEN)) {
strncmp           126 fs/xattr.c     	if (!strncmp(name, XATTR_USER_PREFIX, XATTR_USER_PREFIX_LEN)) {
strncmp           175 fs/xattr.c     	int issec = !strncmp(name, XATTR_SECURITY_PREFIX,
strncmp           329 fs/xattr.c     	if (!strncmp(name, XATTR_SECURITY_PREFIX,
strncmp           923 fs/xattr.c     	return !strncmp(name, XATTR_TRUSTED_PREFIX, XATTR_TRUSTED_PREFIX_LEN);
strncmp           128 fs/xfs/scrub/dir.c 	if (!strncmp(".", name, namelen)) {
strncmp           136 fs/xfs/scrub/dir.c 	} else if (!strncmp("..", name, namelen)) {
strncmp           169 fs/xfs/xfs_xattr.c 		    strncmp(name, SGI_ACL_FILE,
strncmp           177 fs/xfs/xfs_xattr.c 			 strncmp(name, SGI_ACL_DEFAULT,
strncmp           521 include/acpi/actypes.h #define ACPI_COMPARE_NAMESEG(a,b)       (!strncmp (ACPI_CAST_PTR (char, (a)), ACPI_CAST_PTR (char, (b)), ACPI_NAMESEG_SIZE))
strncmp           527 include/acpi/actypes.h #define ACPI_VALIDATE_RSDP_SIG(a)       (!strncmp (ACPI_CAST_PTR (char, (a)), ACPI_SIG_RSDP, 8))
strncmp           531 include/acpi/actypes.h #define ACPI_IS_OEM_SIG(a)        (!strncmp (ACPI_CAST_PTR (char, (a)), ACPI_OEM_NAME, 3) &&\
strncmp            46 include/linux/ceph/string_table.h 	return strncmp(cs->str, str, len);
strncmp            51 include/linux/string.h extern int strncmp(const char *,const char *,__kernel_size_t);
strncmp           226 include/linux/string.h 	return strncmp(str, prefix, strlen(prefix)) == 0;
strncmp           503 include/linux/string.h 	return strncmp(str, prefix, len) == 0 ? len : 0;
strncmp           230 init/do_mounts.c 	if (strncmp(name, "PARTUUID=", 9) == 0) {
strncmp           236 init/do_mounts.c 	} else if (strncmp(name, "PARTLABEL=", 10) == 0) {
strncmp           250 init/do_mounts.c 	if (strncmp(name, "/dev/", 5) != 0) {
strncmp           594 init/do_mounts.c 		if (!strncmp(root_device_name, "mtd", 3) ||
strncmp           595 init/do_mounts.c 		    !strncmp(root_device_name, "ubi", 3)) {
strncmp           600 init/do_mounts.c 		if (strncmp(root_device_name, "/dev/", 5) == 0)
strncmp           150 init/do_mounts_md.c 			if (strncmp(devname, "/dev/", 5) == 0)
strncmp           259 init/do_mounts_md.c 		if (!strncmp(str, "noautodetect", wlen))
strncmp           261 init/do_mounts_md.c 		if (!strncmp(str, "autodetect", wlen))
strncmp           263 init/do_mounts_md.c 		if (strncmp(str, "partitionable", wlen)==0)
strncmp           265 init/do_mounts_md.c 		if (strncmp(str, "part", wlen)==0)
strncmp           316 init/main.c    			if (!strncmp(param, envp_init[i], val - param))
strncmp          1319 kernel/auditfilter.c 	return strncmp(p, dname->name, dlen);
strncmp           382 kernel/cgroup/rdma.c 	if (strncmp(value, RDMACG_MAX_STR, len) == 0) {
strncmp           173 kernel/crash_core.c 	if (strncmp(cur, suffix, strlen(suffix))) {
strncmp           207 kernel/crash_core.c 				if (!strncmp(q, suffix_tbl[i],
strncmp           214 kernel/crash_core.c 			if (!strncmp(q, suffix, strlen(suffix)))
strncmp           775 kernel/debug/gdbstub.c 		if (strncmp(remcom_in_buffer, "qRcmd,", 6) == 0) {
strncmp           538 kernel/debug/kdb/kdb_io.c 		if (!strncmp(searched, searchfor, len2))
strncmp           541 kernel/debug/kdb/kdb_io.c 		if (!strncmp(searched+len1-len2, searchfor, len2))
strncmp           547 kernel/debug/kdb/kdb_io.c 			if (!strncmp(cp, searchfor, len2))
strncmp           635 kernel/debug/kdb/kdb_io.c 				if (!strncmp(cp2, kdb_prompt_str, len)) {
strncmp           241 kernel/debug/kdb/kdb_main.c 		if ((strncmp(match, e, matchlen) == 0)
strncmp           438 kernel/debug/kdb/kdb_main.c 		 && ((strncmp(__env[i], argv[1], varlen) == 0)
strncmp          1018 kernel/debug/kdb/kdb_main.c 				if (strncmp(argv[0],
strncmp          1038 kernel/debug/kdb/kdb_main.c 				if (strncmp(argv[0],
strncmp           194 kernel/debug/kdb/kdb_support.c 		if (strncmp(name, prefix_name, prefix_len) == 0) {
strncmp           240 kernel/debug/kdb/kdb_support.c 		if (!strncmp(name, prefix_name, prefix_len))
strncmp           204 kernel/dma/debug.c 	    strncmp(current_driver_name, drv->name, NAME_MAX_LEN - 1) == 0) {
strncmp           977 kernel/dma/debug.c 	if (strncmp(str, "off", 3) == 0) {
strncmp           335 kernel/gcov/fs.c 	if (strncmp(filename, objtree, strlen(objtree)) == 0) {
strncmp           357 kernel/gcov/fs.c 	if (strncmp(basename, SKEW_PREFIX, sizeof(SKEW_PREFIX) - 1) == 0)
strncmp           192 kernel/irq/debugfs.c 	if (!strncmp(buf, "trigger", size)) {
strncmp           892 kernel/locking/locktorture.c 	if (strncmp(torture_type, "mutex", 5) == 0)
strncmp           896 kernel/locking/locktorture.c 	if (strncmp(torture_type, "rtmutex", 7) == 0)
strncmp           900 kernel/locking/locktorture.c 	if ((strncmp(torture_type, "spin", 4) == 0) ||
strncmp           901 kernel/locking/locktorture.c 	    (strncmp(torture_type, "rw_lock", 7) == 0))
strncmp          2311 kernel/module.c 			if (!strncmp(name, "__gnu_lto", 9))
strncmp          2561 kernel/module.c 		if (strncmp(p, tag, taglen) == 0 && p[taglen] == '=')
strncmp          1017 kernel/power/hibernate.c 		    && !strncmp(buf, hibernation_modes[i], len)) {
strncmp          1199 kernel/power/hibernate.c 	if (!strncmp(str, "noresume", 8)) {
strncmp          1201 kernel/power/hibernate.c 	} else if (!strncmp(str, "nocompress", 10)) {
strncmp          1203 kernel/power/hibernate.c 	} else if (!strncmp(str, "no", 2)) {
strncmp          1207 kernel/power/hibernate.c 		   && !strncmp(str, "protect_image", 13)) {
strncmp           159 kernel/power/main.c 		if (label && len == strlen(label) && !strncmp(buf, label, len))
strncmp           244 kernel/power/main.c 		if (*s && len == strlen(*s) && !strncmp(buf, *s, len)) {
strncmp           591 kernel/power/main.c 		if (label && len == strlen(label) && !strncmp(buf, label, len))
strncmp           162 kernel/power/wakelock.c 		diff = strncmp(name, wl->name, len);
strncmp            63 kernel/profile.c 	if (!strncmp(str, sleepstr, strlen(sleepstr))) {
strncmp            76 kernel/profile.c 	} else if (!strncmp(str, schedstr, strlen(schedstr))) {
strncmp            84 kernel/profile.c 	} else if (!strncmp(str, kvmstr, strlen(kvmstr))) {
strncmp           533 kernel/reboot.c 		if (!strncmp(str, "panic_", 6)) {
strncmp           106 kernel/sched/debug.c 	if (strncmp(cmp, "NO_", 3) == 0) {
strncmp           154 kernel/sched/isolation.c 		if (!strncmp(str, "nohz,", 5)) {
strncmp           160 kernel/sched/isolation.c 		if (!strncmp(str, "domain,", 7)) {
strncmp          3689 kernel/trace/ftrace.c 		if (strncmp(str, g->search, g->len) == 0)
strncmp          1862 kernel/trace/trace.c 	if (strncmp(default_bootup_tracer, type->name, MAX_TRACER_SIZE))
strncmp          2162 kernel/trace/trace_events.c 			if (strncmp(map->eval_string, ptr, len) == 0 &&
strncmp           768 kernel/trace/trace_events_filter.c 	return strncmp(str, r->pattern, len) == 0;
strncmp           776 kernel/trace/trace_events_filter.c 	return strncmp(str, r->pattern, r->len) == 0;
strncmp          1201 kernel/trace/trace_events_filter.c 		if (strncmp(str + i, ops[op], strlen(ops[op])) == 0)
strncmp           112 kernel/trace/trace_kprobe.c 	return strncmp(mod->name, name, len) == 0 && name[len] == ':';
strncmp           330 kernel/trace/trace_output.c 	if (strncmp(tramp_name, name, size) == 0)
strncmp           598 kernel/trace/trace_probe.c 	if (strcmp(arg, "$comm") == 0 || strncmp(arg, "\\\"", 2) == 0) {
strncmp           294 kernel/trace/trace_uprobe.c 	if (strncmp(tu->filename, argv[0], len) || argv[0][len] != ':')
strncmp          1156 kernel/user_namespace.c 	if (strncmp(pos, "allow", 5) == 0) {
strncmp          1160 kernel/user_namespace.c 	else if (strncmp(pos, "deny", 4) == 0) {
strncmp            73 kernel/watchdog.c 	if (!strncmp(str, "panic", 5))
strncmp            75 kernel/watchdog.c 	else if (!strncmp(str, "nopanic", 7))
strncmp            77 kernel/watchdog.c 	else if (!strncmp(str, "0", 1))
strncmp            79 kernel/watchdog.c 	else if (!strncmp(str, "1", 1))
strncmp           180 lib/cmdline.c  		if (!strncmp(str, option, strlen(option))) {
strncmp            30 lib/crc-t10dif.c 	    strncmp(alg->cra_name, CRC_T10DIF_STRING, strlen(CRC_T10DIF_STRING)))
strncmp            75 lib/dynamic_debug.c 	if (strncmp(path, __FILE__, skip))
strncmp            85 lib/kobject_uevent.c 		if (strncmp(kobject_actions[action], buf, count_first) != 0)
strncmp           425 lib/kobject_uevent.c 		if (strncmp(env->envp[i], modalias_prefix,
strncmp            38 lib/parser.c   		if (strncmp(p, s, meta-p))
strncmp           397 lib/string.c   EXPORT_SYMBOL(strncmp);
strncmp           654 lib/test_kasan.c 	strncmp(ptr, "2", 1);
strncmp           228 lib/test_printf.c 	if (strncmp(buf, PTR_VAL_NO_CRNG, PTR_WIDTH) == 0) {
strncmp           234 lib/test_printf.c 	if (strncmp(buf, ZEROS, strlen(ZEROS)) != 0)
strncmp           268 lib/test_printf.c 	if (strncmp(buf, PTR_VAL_NO_CRNG, PTR_WIDTH) == 0) {
strncmp           287 lib/test_printf.c 	if (strncmp(buf, PTR_STR, PTR_WIDTH) == 0)
strncmp            67 lib/test_strscpy.c 		if (strncmp(buf, src, count - 1) != 0) {
strncmp          1783 mm/kmemleak.c  	if (strncmp(buf, "clear", 5) == 0) {
strncmp          1796 mm/kmemleak.c  	if (strncmp(buf, "off", 3) == 0)
strncmp          1798 mm/kmemleak.c  	else if (strncmp(buf, "stack=on", 8) == 0)
strncmp          1800 mm/kmemleak.c  	else if (strncmp(buf, "stack=off", 9) == 0)
strncmp          1802 mm/kmemleak.c  	else if (strncmp(buf, "scan=on", 7) == 0)
strncmp          1804 mm/kmemleak.c  	else if (strncmp(buf, "scan=off", 8) == 0)
strncmp          1806 mm/kmemleak.c  	else if (strncmp(buf, "scan=", 5) == 0) {
strncmp          1817 mm/kmemleak.c  	} else if (strncmp(buf, "scan", 4) == 0)
strncmp          1819 mm/kmemleak.c  	else if (strncmp(buf, "dump=", 5) == 0)
strncmp          1329 mm/slub.c      		if (!strncmp(name, iter, cmplen)) {
strncmp           799 mm/swap_state.c 	if (!strncmp(buf, "true", 4) || !strncmp(buf, "1", 1))
strncmp           801 mm/swap_state.c 	else if (!strncmp(buf, "false", 5) || !strncmp(buf, "0", 1))
strncmp           971 net/9p/client.c 	if (!strncmp(version, "9P2000.L", 8))
strncmp           973 net/9p/client.c 	else if (!strncmp(version, "9P2000.u", 8))
strncmp           975 net/9p/client.c 	else if (!strncmp(version, "9P2000", 6))
strncmp           139 net/atm/br2684.c 			if (!strncmp(net_dev->name, s->spec.ifname, IFNAMSIZ))
strncmp          1009 net/atm/mpc.c  	if (strncmp(dev->name, "lec", 3))
strncmp           330 net/batman-adv/sysfs.c 	if ((strncmp(buff, "1", 2) == 0) ||
strncmp           331 net/batman-adv/sysfs.c 	    (strncmp(buff, "enable", 7) == 0) ||
strncmp           332 net/batman-adv/sysfs.c 	    (strncmp(buff, "enabled", 8) == 0))
strncmp           335 net/batman-adv/sysfs.c 	if ((strncmp(buff, "0", 2) == 0) ||
strncmp           336 net/batman-adv/sysfs.c 	    (strncmp(buff, "disable", 8) == 0) ||
strncmp           337 net/batman-adv/sysfs.c 	    (strncmp(buff, "disabled", 9) == 0))
strncmp           507 net/batman-adv/sysfs.c 	if (strncmp(buff, BATADV_GW_MODE_OFF_NAME,
strncmp           511 net/batman-adv/sysfs.c 	if (strncmp(buff, BATADV_GW_MODE_CLIENT_NAME,
strncmp           515 net/batman-adv/sysfs.c 	if (strncmp(buff, BATADV_GW_MODE_SERVER_NAME,
strncmp           991 net/batman-adv/sysfs.c 	if (strncmp(ifname, "none", 4) == 0)
strncmp          1000 net/batman-adv/sysfs.c 	    strncmp(hard_iface->soft_iface->name, ifname, IFNAMSIZ) == 0)
strncmp            29 net/bluetooth/hci_sysfs.c 	return !strncmp(dev_name(dev), "rfcomm", 6);
strncmp            53 net/bridge/br_if.c 	if (!strncmp(dev->name, "lec", 3))
strncmp            56 net/bridge/br_if.c 	if (!strncmp(dev->name, "plip", 4))
strncmp           390 net/bridge/br_sysfs_if.c 	if (!strncmp(p->sysfs_name, p->dev->name, IFNAMSIZ))
strncmp           658 net/core/dev.c 		if (!strncmp(dev->name, name, IFNAMSIZ))
strncmp           683 net/core/dev.c 		if (!strncmp(dev->name, name, IFNAMSIZ))
strncmp          1009 net/core/dev.c 			if (!strncmp(buf, d->name, IFNAMSIZ))
strncmp          1120 net/core/dev.c 	if (strncmp(newname, dev->name, IFNAMSIZ) == 0) {
strncmp           452 net/core/drop_monitor.c 		if (!strncmp(hw_entry->trap_name, hw_metadata->trap_name,
strncmp          3542 net/core/pktgen.c 		if (strncmp(p->odevname, ifname, len) == 0) {
strncmp           208 net/ipv4/ipconfig.c 	     strncmp(dev->name, "dummy", 5));
strncmp          1626 net/ipv4/ipconfig.c 	else if (!strncmp(name, "dhcp", 4)) {
strncmp           770 net/iucv/af_iucv.c 			if (strncmp(sa->siucv_name, "        ", 8) == 0)
strncmp           298 net/mac80211/debugfs_netdev.c 		if (strncmp(buf, smps_modes[mode], buflen) == 0) {
strncmp           545 net/mac80211/debugfs_netdev.c 	if (strncmp(buf, "reset", 5) == 0) {
strncmp            44 net/netfilter/ipset/ip_set_core.c #define STRNCMP(a, b)	(strncmp(a, b, IPSET_MAXNAMELEN) == 0)
strncmp           717 net/netfilter/nf_conntrack_sip.c 		if (strncmp(dptr, needle, len) == 0)
strncmp          1019 net/netfilter/nf_conntrack_sip.c 		    strncmp(dptr + matchoff, t->name, t->len))
strncmp           421 net/netfilter/nf_tables_offload.c 			if (strncmp(basechain->dev_name, dev->name, IFNAMSIZ))
strncmp            65 net/netfilter/nfnetlink_acct.c 		if (strncmp(nfacct->name, acct_name, NFACCT_NAME_MAX) != 0)
strncmp           294 net/netfilter/nfnetlink_acct.c 		if (strncmp(cur->name, acct_name, NFACCT_NAME_MAX)!= 0)
strncmp           358 net/netfilter/nfnetlink_acct.c 		if (strncmp(cur->name, acct_name, NFACCT_NAME_MAX) != 0)
strncmp           409 net/netfilter/nfnetlink_acct.c 		if (strncmp(cur->name, acct_name, NFACCT_NAME_MAX)!= 0)
strncmp           437 net/netfilter/nfnetlink_cthelper.c 		if (strncmp(cur->name, helper_name, NF_CT_HELPER_NAME_LEN))
strncmp           652 net/netfilter/nfnetlink_cthelper.c 		    strncmp(cur->name, helper_name, NF_CT_HELPER_NAME_LEN))
strncmp           718 net/netfilter/nfnetlink_cthelper.c 		    strncmp(cur->name, helper_name, NF_CT_HELPER_NAME_LEN))
strncmp            98 net/netfilter/nfnetlink_cttimeout.c 		if (strncmp(timeout->name, name, CTNL_TIMEOUT_NAME_MAX) != 0)
strncmp           265 net/netfilter/nfnetlink_cttimeout.c 		if (strncmp(cur->name, name, CTNL_TIMEOUT_NAME_MAX) != 0)
strncmp           332 net/netfilter/nfnetlink_cttimeout.c 		if (strncmp(cur->name, name, CTNL_TIMEOUT_NAME_MAX) != 0)
strncmp           519 net/netfilter/nfnetlink_cttimeout.c 		if (strncmp(timeout->name, name, CTNL_TIMEOUT_NAME_MAX) != 0)
strncmp            49 net/netfilter/xt_helper.c 		ret ^= !strncmp(helper->name, info->name,
strncmp           462 net/netfilter/xt_set.c 		if (strncmp(par->table, "mangle", 7)) {
strncmp           578 net/netrom/nr_route.c 			if (first == NULL || strncmp(dev->name, first->name, 3) < 0)
strncmp           319 net/nfc/llcp_core.c 		if (strncmp(wks[sap], service_name, service_name_len) == 0)
strncmp          1269 net/nfc/llcp_core.c 			    !strncmp(service_name, "urn:nfc:sn:sdp",
strncmp           613 net/rose/rose_route.c 			if (first == NULL || strncmp(dev->name, first->name, 3) < 0)
strncmp           148 net/sched/sch_fifo.c 	if (strncmp(q->ops->id + 1, "fifo", 4) != 0)
strncmp           349 net/sctp/sysctl.c 		if (!strncmp(tmp, "md5", 3)) {
strncmp           355 net/sctp/sysctl.c 		if (!strncmp(tmp, "sha1", 4)) {
strncmp           360 net/sctp/sysctl.c 		if (!strncmp(tmp, "none", 4)) {
strncmp           226 net/smc/smc_ib.c 	if (!strncmp(local_systemid, SMC_LOCAL_SYSTEMID_RESET,
strncmp           296 net/smc/smc_pnet.c 		if (!strncmp(ibdev->ibdev->name, ib_name,
strncmp           298 net/smc/smc_pnet.c 		    !strncmp(dev_name(ibdev->ibdev->dev.parent), ib_name,
strncmp           316 net/smc/smc_pnet.c 		if (!strncmp(dev_name(&smcd_dev->dev), smcd_name,
strncmp            67 net/sunrpc/svc.c 	if (!strncmp(val, "auto", 4))
strncmp            69 net/sunrpc/svc.c 	else if (!strncmp(val, "global", 6))
strncmp            71 net/sunrpc/svc.c 	else if (!strncmp(val, "percpu", 6))
strncmp            73 net/sunrpc/svc.c 	else if (!strncmp(val, "pernode", 7))
strncmp            78 samples/bpf/bpf_load.c 	bool is_socket = strncmp(event, "socket", 6) == 0;
strncmp            79 samples/bpf/bpf_load.c 	bool is_kprobe = strncmp(event, "kprobe/", 7) == 0;
strncmp            80 samples/bpf/bpf_load.c 	bool is_kretprobe = strncmp(event, "kretprobe/", 10) == 0;
strncmp            81 samples/bpf/bpf_load.c 	bool is_tracepoint = strncmp(event, "tracepoint/", 11) == 0;
strncmp            82 samples/bpf/bpf_load.c 	bool is_raw_tracepoint = strncmp(event, "raw_tracepoint/", 15) == 0;
strncmp            83 samples/bpf/bpf_load.c 	bool is_xdp = strncmp(event, "xdp", 3) == 0;
strncmp            84 samples/bpf/bpf_load.c 	bool is_perf_event = strncmp(event, "perf_event", 10) == 0;
strncmp            85 samples/bpf/bpf_load.c 	bool is_cgroup_skb = strncmp(event, "cgroup/skb", 10) == 0;
strncmp            86 samples/bpf/bpf_load.c 	bool is_cgroup_sk = strncmp(event, "cgroup/sock", 11) == 0;
strncmp            87 samples/bpf/bpf_load.c 	bool is_sockops = strncmp(event, "sockops", 7) == 0;
strncmp            88 samples/bpf/bpf_load.c 	bool is_sk_skb = strncmp(event, "sk_skb", 6) == 0;
strncmp            89 samples/bpf/bpf_load.c 	bool is_sk_msg = strncmp(event, "sk_msg", 6) == 0;
strncmp           186 samples/bpf/bpf_load.c 		if (strncmp(event, "sys_", 4) == 0) {
strncmp           117 samples/bpf/xdp_rxq_info_user.c 		if (strncmp(xdp_action_names[i], action_str, maxlen) == 0) {
strncmp           966 samples/mic/mpssd/mpssd.c 	} while (strncmp(line, virtblk_backend, strlen(virtblk_backend)) != 0);
strncmp          1738 samples/mic/mpssd/mpssd.c 		if (!strncmp(file->d_name, "mic", 3)) {
strncmp           182 samples/seccomp/user-trap.c 	if (!strncmp(source, "/tmp/", 5) && !strncmp(target, "/tmp/", 5)) {
strncmp           184 scripts/conmakehash.c 	  if (!strncmp(p, "idem", 4))
strncmp          1141 scripts/dtc/checks.c 	if (!strncmp(unitname, "0x", 2)) {
strncmp          1871 scripts/dtc/checks.c 	if ((strncmp(arg, "no-", 3) == 0)
strncmp          1872 scripts/dtc/checks.c 	    || (strncmp(arg, "no_", 3) == 0)) {
strncmp            56 scripts/dtc/dtc.h #define strstarts(s, prefix)	(strncmp((s), (prefix), strlen(prefix)) == 0)
strncmp           114 scripts/extract-cert.c 	} else if (!strncmp(cert_src, "pkcs11:", 7)) {
strncmp           954 scripts/gcc-plugins/randomize_layout_plugin.c 	if (strncmp(lang_hooks.name, "GNU C", 5) && !strncmp(lang_hooks.name, "GNU C+", 6)) {
strncmp           157 scripts/gcc-plugins/stackleak_plugin.c 	    !strncmp(IDENTIFIER_POINTER(DECL_NAME(current_function_decl)),
strncmp           274 scripts/gcc-plugins/stackleak_plugin.c 		if (!strncmp(TREE_STRING_POINTER(section), ".init.text", 10))
strncmp           276 scripts/gcc-plugins/stackleak_plugin.c 		if (!strncmp(TREE_STRING_POINTER(section), ".devinit.text", 13))
strncmp           278 scripts/gcc-plugins/stackleak_plugin.c 		if (!strncmp(TREE_STRING_POINTER(section), ".cpuinit.text", 13))
strncmp           280 scripts/gcc-plugins/stackleak_plugin.c 		if (!strncmp(TREE_STRING_POINTER(section), ".meminit.text", 13))
strncmp           231 scripts/gcc-plugins/structleak_plugin.c 	if (strncmp(lang_hooks.name, "GNU C", 5) && !strncmp(lang_hooks.name, "GNU C+", 6)) {
strncmp           390 scripts/insert-sys-cert.c 	    strncmp(cert_sym.content, cert, cert_size) == 0) {
strncmp           154 scripts/kallsyms.c 	else if (!strncmp(sym, ".LASANPC", 8))
strncmp           259 scripts/kallsyms.c 		    strncmp(sym_name, special_prefixes[i], l) == 0)
strncmp           423 scripts/kconfig/confdata.c 			if (strncmp(p, "is not set", 10))
strncmp          1432 scripts/mod/file2alias.c 	if (strncmp(symname, "__mod_", strlen("__mod_")))
strncmp           315 scripts/mod/modpost.c #define strstarts(str, prefix) (strncmp(str, prefix, strlen(prefix)) == 0)
strncmp           806 scripts/mod/modpost.c 		if (strncmp(p, tag, taglen) == 0 && p[taglen] == '=')
strncmp           878 scripts/mod/modpost.c 			if (strncmp(sym, p, strlen(p) - 1) == 0)
strncmp           337 scripts/mod/sumversion.c 		if (strncmp(line, "source_", sizeof("source_")-1) == 0) {
strncmp           351 scripts/mod/sumversion.c 		if (strncmp(line, "deps_", sizeof("deps_")-1) == 0) {
strncmp           464 scripts/mod/sumversion.c 	if (strncmp(version, "$Revision", strlen("$Revision")) != 0)
strncmp           407 scripts/recordmcount.c 	return strncmp(".text",          txtname, 5) == 0 ||
strncmp           139 scripts/sign-file.c 	if (!strncmp(private_key_name, "pkcs11:", 7)) {
strncmp           673 scripts/unifdef.c 		if (strncmp(cp, "\\\r\n", 3) == 0 ||
strncmp           674 scripts/unifdef.c 		    strncmp(cp, "\\\n", 2) == 0)
strncmp           860 scripts/unifdef.c 	} else if (strncmp(cp, "defined", 7) == 0 && endsym(cp[7])) {
strncmp           928 scripts/unifdef.c 			if (strncmp(cp, op->str, strlen(op->str)) == 0)
strncmp           982 scripts/unifdef.c 		if (strncmp(cp, "\\\r\n", 3) == 0)
strncmp           984 scripts/unifdef.c 		else if (strncmp(cp, "\\\n", 2) == 0)
strncmp           988 scripts/unifdef.c 			if (strncmp(cp, "/\\\r\n", 4) == 0) {
strncmp           991 scripts/unifdef.c 			} else if (strncmp(cp, "/\\\n", 3) == 0) {
strncmp           994 scripts/unifdef.c 			} else if (strncmp(cp, "/*", 2) == 0) {
strncmp           997 scripts/unifdef.c 			} else if (strncmp(cp, "//", 2) == 0) {
strncmp          1000 scripts/unifdef.c 			} else if (strncmp(cp, "\'", 1) == 0) {
strncmp          1004 scripts/unifdef.c 			} else if (strncmp(cp, "\"", 1) == 0) {
strncmp          1008 scripts/unifdef.c 			} else if (strncmp(cp, "\n", 1) == 0) {
strncmp          1017 scripts/unifdef.c 			if (strncmp(cp, "\n", 1) == 0) {
strncmp          1034 scripts/unifdef.c 			} else if (strncmp(cp, "\n", 1) == 0) {
strncmp          1043 scripts/unifdef.c 			if (strncmp(cp, "*\\\r\n", 4) == 0) {
strncmp          1046 scripts/unifdef.c 			} else if (strncmp(cp, "*\\\n", 3) == 0) {
strncmp          1049 scripts/unifdef.c 			} else if (strncmp(cp, "*/", 2) == 0) {
strncmp            68 security/apparmor/include/lib.h 	return !strncmp(str, sub, len) && !str[len];
strncmp            53 security/apparmor/lib.c 			if (strncmp(split, "//", 2) == 0)
strncmp           105 security/apparmor/lib.c 			if (end - split > 1 && strncmp(split, "//", 2) == 0)
strncmp           106 security/apparmor/path.c 		    strncmp(*name, "/sys/", 5) == 0) {
strncmp           444 security/apparmor/policy.c 	if (!profile && strncmp(hname, "unconfined", n) == 0)
strncmp           719 security/apparmor/policy.c 		if (strncmp(ent->new->base.hname, profile->base.hname, len) ==
strncmp           918 security/commoncap.c 	if (strncmp(name, XATTR_SECURITY_PREFIX,
strncmp           950 security/commoncap.c 	if (strncmp(name, XATTR_SECURITY_PREFIX,
strncmp           140 security/integrity/digsig_asymmetric.c 	if (strncmp(kmod_name, "crypto-pkcs1pad(rsa,", 20) == 0)
strncmp            62 security/integrity/evm/evm_main.c 	if (strncmp(str, "fix", 3) == 0)
strncmp           235 security/integrity/evm/evm_main.c 		    && (strncmp(req_xattr_name, xattr->name, namelen) == 0)) {
strncmp           239 security/integrity/evm/evm_main.c 		if (strncmp(req_xattr_name,
strncmp            17 security/integrity/evm/evm_posix_acl.c 	     && (strncmp(XATTR_NAME_POSIX_ACL_ACCESS, xattr, xattr_len) == 0))
strncmp            20 security/integrity/evm/evm_posix_acl.c 	     && (strncmp(XATTR_NAME_POSIX_ACL_DEFAULT, xattr, xattr_len) == 0))
strncmp           231 security/integrity/evm/evm_secfs.c 	if (strncmp(xattr->name, XATTR_SECURITY_PREFIX,
strncmp            21 security/integrity/ima/ima_appraise.c 	if (strncmp(str, "off", 3) == 0)
strncmp            23 security/integrity/ima/ima_appraise.c 	else if (strncmp(str, "log", 3) == 0)
strncmp            25 security/integrity/ima/ima_appraise.c 	else if (strncmp(str, "fix", 3) == 0)
strncmp            55 security/integrity/ima/ima_main.c 		if (strncmp(str, "sha1", 4) == 0)
strncmp            57 security/integrity/ima/ima_main.c 		else if (strncmp(str, "md5", 3) == 0)
strncmp           159 security/integrity/ima/ima_template.c 		if (strncmp(supported_fields[i].field_id, field_id,
strncmp           141 security/keys/encrypted-keys/encrypted.c 	if (!strncmp(new_desc, KEY_TRUSTED_PREFIX, KEY_TRUSTED_PREFIX_LEN))
strncmp           143 security/keys/encrypted-keys/encrypted.c 	else if (!strncmp(new_desc, KEY_USER_PREFIX, KEY_USER_PREFIX_LEN))
strncmp           151 security/keys/encrypted-keys/encrypted.c 	if (orig_desc && strncmp(new_desc, orig_desc, prefix_len))
strncmp           427 security/keys/encrypted-keys/encrypted.c 	if (!strncmp(epayload->master_desc, KEY_TRUSTED_PREFIX,
strncmp           432 security/keys/encrypted-keys/encrypted.c 	} else if (!strncmp(epayload->master_desc, KEY_USER_PREFIX,
strncmp           103 security/keys/keyctl.c 			   (strncmp(type, "keyring", 7) == 0)) {
strncmp          2367 security/selinux/ss/services.c 		    !strncmp(c->u.ibendport.dev_name,
strncmp          2701 security/selinux/ss/services.c 		    (strncmp(c->u.name, path, len) == 0))
strncmp          1279 security/smack/smack_lsm.c 		    strncmp(value, TRANS_TRUE, TRANS_TRUE_SIZE) != 0)
strncmp          3432 security/smack/smack_lsm.c 				if (rc >= 0 && strncmp(trattr, TRANS_TRUE,
strncmp           559 security/tomoyo/common.c 		if (!strncmp(cp, "=yes", 4))
strncmp           561 security/tomoyo/common.c 		else if (!strncmp(cp, "=no", 3))
strncmp           615 security/tomoyo/common.c 				if (strncmp(name, category, len) ||
strncmp           997 security/tomoyo/common.c 	if (strncmp(data, "select ", 7))
strncmp          1012 security/tomoyo/common.c 	} else if (!strncmp(data, "domain=", 7)) {
strncmp          1215 security/tomoyo/common.c 		if (strncmp(data, cp, strlen(cp) - 1))
strncmp          2621 security/tomoyo/common.c 	head->w.is_delete = !strncmp(line, "delete ", 7);
strncmp           564 security/tomoyo/condition.c 		if (!strncmp(left_word, "exec.argv[", 10)) {
strncmp           579 security/tomoyo/condition.c 		if (!strncmp(left_word, "exec.envp[\"", 11)) {
strncmp           444 security/tomoyo/domain.c 		if (strncmp(name, ns->name, len) ||
strncmp           510 security/tomoyo/domain.c 	return strncmp(domainname, namespace, len) ||
strncmp           387 security/tomoyo/util.c 	if (strncmp(tmp, find, len))
strncmp           729 security/tomoyo/util.c 			    && strncmp(filename + 1, pattern, 3) == 0) {
strncmp           929 security/tomoyo/util.c 	if (strncmp(f, p, len))
strncmp           171 sound/aoa/soundbus/i2sbus/core.c 	if (strncmp(node_name, "i2s-", 4))
strncmp           680 sound/core/control.c 		if (strncmp(kctl->id.name, id->name, sizeof(kctl->id.name)))
strncmp            56 sound/core/ctljack.c 		need_cat = strncmp(&src_name[count - 5], " Jack", 5) ? true : false;
strncmp            45 sound/core/info.c 	if (!strncmp(str, "card", 4))
strncmp           593 sound/core/init.c 	if (!*id || !strncmp(id, "card", 4)) {
strncmp           226 sound/core/seq/seq_queue.c 			if (strncmp(q->name, name, sizeof(q->name)) == 0)
strncmp           162 sound/firewire/bebob/bebob.c 	return strncmp(name, "FW Audiophile Bootloader", 24) != 0;
strncmp            45 sound/hda/intel-nhlt.c 	    (strncmp(nhlt_table->header.signature,
strncmp           430 sound/isa/gus/interwave.c 		if (strncmp(iwave, "INTRWAVE", 8))
strncmp           404 sound/isa/sc6000.c 	if (strncmp("SC-6000", answer, 7))
strncmp          1259 sound/isa/sscape.c 	if (!strncmp("ENS4081", pid->id, 7))
strncmp          3970 sound/pci/hda/hda_codec.c 		if (!strncmp(label, imux->items[i].label, strlen(label)))
strncmp           526 sound/pci/hda/hda_eld.c 		else if (!strncmp(name, "sad", 3)) {
strncmp          1063 sound/pci/oxygen/oxygen_mixer.c 		if (!strncmp(template.name, "CD Capture ", 11) &&
strncmp            62 sound/pci/oxygen/se6x.c 	if (!strncmp(template->name, "Master Playback ", 16))
strncmp           418 sound/pci/oxygen/xonar_dg_mixer.c 	if (!strncmp(template->name, "Master Playback ", 16))
strncmp          1042 sound/pci/oxygen/xonar_pcm179x.c 	if (!strncmp(template->name, "CD Capture ", 11))
strncmp          1050 sound/pci/oxygen/xonar_pcm179x.c 	if (!strncmp(template->name, "Master Playback ", 16))
strncmp            47 sound/ppc/keywest.c 	if (strncmp(adapter->name, "mac-io", 6))
strncmp          1126 sound/ppc/tumbler.c 				&& !strncmp(device, "keywest-gpio1", 13);
strncmp          1425 sound/soc/intel/atom/sst-atom-controls.c 		if (strncmp(kctl->id.name, w->name, index))
strncmp          1472 sound/soc/intel/atom/sst-atom-controls.c 		if (!strncmp(ids->parent_wname, w->name, len)) {
strncmp           123 sound/soc/intel/atom/sst/sst_loader.c 	if ((strncmp(header->signature, SST_FW_SIGN, 4) != 0) ||
strncmp           125 sound/soc/intel/baytrail/sst-baytrail-dsp.c 	if ((strncmp(header->signature, SST_BYT_FW_SIGN, 4) != 0) ||
strncmp           597 sound/soc/intel/boards/bxt_rt298.c 		if (!strncmp(card->dai_link[i].codecs->name, "i2c-INT343A:00",
strncmp           599 sound/soc/intel/boards/bxt_rt298.c 			if (!strncmp(card->name, "broxton-rt298",
strncmp           603 sound/soc/intel/boards/bxt_rt298.c 			} else if (!strncmp(card->name, "geminilake-rt298",
strncmp           548 sound/soc/intel/boards/cht_bsw_rt5645.c 			(!strncmp(snd_soc_cards[i].codec_id, mach->id, 8))) {
strncmp           353 sound/soc/intel/boards/cht_bsw_rt5672.c 		if (!strncmp(component->name,
strncmp           370 sound/soc/intel/boards/cht_bsw_rt5672.c 		if (!strncmp(component->name,
strncmp           184 sound/soc/intel/haswell/sst-haswell-dsp.c 	if ((strncmp(header->signature, SST_HSW_FW_SIGN, 4) != 0) ||
strncmp           372 sound/soc/intel/skylake/skl-pcm.c 	if (!strncmp(dai->name, "Reference Pin", 13) &&
strncmp          2840 sound/soc/intel/skylake/skl-topology.c 	if (!strncmp(w->dapm->component->name, component->name,
strncmp            81 sound/soc/mediatek/mt8183/mt8183-dai-i2s.c 	if (strncmp(name, "I2S0", 4) == 0)
strncmp            83 sound/soc/mediatek/mt8183/mt8183-dai-i2s.c 	else if (strncmp(name, "I2S1", 4) == 0)
strncmp            85 sound/soc/mediatek/mt8183/mt8183-dai-i2s.c 	else if (strncmp(name, "I2S2", 4) == 0)
strncmp            87 sound/soc/mediatek/mt8183/mt8183-dai-i2s.c 	else if (strncmp(name, "I2S3", 4) == 0)
strncmp            89 sound/soc/mediatek/mt8183/mt8183-dai-i2s.c 	else if (strncmp(name, "I2S5", 4) == 0)
strncmp          2309 sound/soc/soc-core.c 		if (!strncmp(kctl->id.name, name, sizeof(kctl->id.name)))
strncmp          3030 sound/soc/soc-core.c 			if (!strncmp(template, simple_widgets[j].name,
strncmp           606 sound/soc/soc-ops.c 		if (!strncmp(kctl->id.name, name, sizeof(kctl->id.name))) {
strncmp           353 sound/soc/sof/loader.c 	if (strncmp(header->sig, SND_SOF_FW_SIG, SND_SOF_FW_SIG_SIZE) != 0) {
strncmp          1892 sound/soc/ti/davinci-mcasp.c 	if (!strncmp(tmp, sdma_prefix, strlen(sdma_prefix)))
strncmp            35 tools/bpf/bpf_asm.c 		if (!strncmp("-c", argv[i], 2)) {
strncmp          1268 tools/bpf/bpf_dbg.c 		if (strncmp(cmds[i].name, cmd, len) == 0) {
strncmp          1291 tools/bpf/bpf_dbg.c 		if (strncmp(name, buf, len) == 0)
strncmp           376 tools/bpf/bpftool/common.c 		if (strncmp(mntent->mnt_type, "bpf", 3) != 0)
strncmp           294 tools/bpf/bpftool/feature.c 		if (strncmp(buf, "CONFIG_", 7))
strncmp           177 tools/bpf/bpftool/perf.c 	if (strncmp(pch, "fd", 2))
strncmp            22 tools/gpio/gpio-utils.h 		strncmp(str, prefix, strlen(prefix)) == 0;
strncmp           746 tools/hv/hv_kvp_daemon.c 	if (!strncmp(p, "Enabled", 7))
strncmp           845 tools/hv/hv_kvp_daemon.c 			(strncmp(curp->ifa_name, if_name, strlen(if_name)))) {
strncmp           138 tools/hv/hv_vss_daemon.c 		if (strncmp(ent->mnt_fsname, match, strlen(match)))
strncmp            37 tools/iio/iio_utils.c 		if (!strncmp(full_name, iio_direction[i],
strncmp           583 tools/iio/iio_utils.c 		    strncmp(ent->d_name, type, strlen(type)) == 0) {
strncmp           600 tools/iio/iio_utils.c 			if (strncmp(ent->d_name + strlen(type) + numstrlen,
strncmp            55 tools/iio/iio_utils.h 		strncmp(str+strlen(str)-strlen(suffix),
strncmp            31 tools/iio/lsiio.c 	       strncmp(str, prefix, strlen(prefix)) == 0;
strncmp            42 tools/include/linux/string.h 	return strncmp(str, prefix, strlen(prefix)) == 0;
strncmp            31 tools/laptop/freefall/freefall.c 	if (strlen(device) <= 5 || strncmp(device, "/dev/", 5) != 0)
strncmp           134 tools/lib/api/fs/tracing_path.c 			if (!strncmp(filename, "sdt_", 4)) {
strncmp          2541 tools/lib/bpf/libbpf.c 		if (strncmp(local_name, targ_name, local_essent_len) == 0) {
strncmp          4598 tools/lib/bpf/libbpf.c 		if (strncmp(name, section_names[i].sec, section_names[i].len))
strncmp          4624 tools/lib/bpf/libbpf.c 		if (strncmp(name, section_names[i].sec, section_names[i].len))
strncmp            35 tools/lib/subcmd/parse-options.c 	return strncmp(str, prefix, len) ? NULL : str + len;
strncmp           409 tools/lib/subcmd/parse-options.c 			if (!strncmp(options->long_name, arg, arg_end - arg)) {
strncmp           433 tools/lib/subcmd/parse-options.c 			if (strncmp(arg, "no-", 3))
strncmp          1385 tools/lib/traceevent/event-parse.c 	if (strncmp(field->type, "__data_loc", 10) == 0)
strncmp          2253 tools/lib/traceevent/event-parse.c 	if (strncmp(type, "struct", 6) == 0)
strncmp          2279 tools/lib/traceevent/event-parse.c 	if (strncmp(type, "unsigned ", 9) == 0) {
strncmp          5560 tools/lib/traceevent/event-parse.c 	if (strncmp(arg, TEP_PRINT_LATENCY, strlen(TEP_PRINT_LATENCY)) == 0) {
strncmp          5562 tools/lib/traceevent/event-parse.c 	} else if (strncmp(arg, TEP_PRINT_COMM, strlen(TEP_PRINT_COMM)) == 0) {
strncmp          5566 tools/lib/traceevent/event-parse.c 	} else if (strncmp(arg, TEP_PRINT_INFO_RAW, strlen(TEP_PRINT_INFO_RAW)) == 0) {
strncmp          5568 tools/lib/traceevent/event-parse.c 	} else if (strncmp(arg, TEP_PRINT_INFO, strlen(TEP_PRINT_INFO)) == 0) {
strncmp          5570 tools/lib/traceevent/event-parse.c 	} else if  (strncmp(arg, TEP_PRINT_NAME, strlen(TEP_PRINT_NAME)) == 0) {
strncmp            44 tools/lib/traceevent/plugins/plugin_mac80211.c 	if (!strncmp(f->type, "__data_loc", 10)) {
strncmp            34 tools/objtool/builtin-orc.c 	if (!strncmp(argv[0], "gen", 3)) {
strncmp           245 tools/objtool/check.c 		    strncmp(sec->name, ".discard.", 9))
strncmp          1302 tools/objtool/check.c 		if ((!strncmp(sec->name, ".rodata", 7) && !strstr(sec->name, ".str1.")) ||
strncmp            14 tools/perf/arch/powerpc/annotate/instructions.c 	    !strncmp(name, "bcd", 3)   ||
strncmp            15 tools/perf/arch/powerpc/annotate/instructions.c 	    !strncmp(name, "brinc", 5) ||
strncmp            16 tools/perf/arch/powerpc/annotate/instructions.c 	    !strncmp(name, "bper", 4))
strncmp            35 tools/perf/arch/powerpc/util/sym-handling.c 	if (strlen(sym) >= 3 && !strncmp(sym, "SyS", 3))
strncmp            37 tools/perf/arch/powerpc/util/sym-handling.c 	if (strlen(sym) >= 10 && !strncmp(sym, "compat_SyS", 10))
strncmp            65 tools/perf/arch/powerpc/util/sym-handling.c 	return strncmp(namea, nameb, n);
strncmp           115 tools/perf/arch/s390/annotate/instructions.c 	    !strncmp(name, "bct", 3) ||
strncmp           116 tools/perf/arch/s390/annotate/instructions.c 	    !strncmp(name, "br", 2))
strncmp            35 tools/perf/arch/s390/util/dwarf-regs.c 	if (!name || strncmp(name, "%r", 2))
strncmp            61 tools/perf/arch/s390/util/header.c 		if (!strncmp(line, SYSINFO_MANU, strlen(SYSINFO_MANU))) {
strncmp            70 tools/perf/arch/s390/util/header.c 		if (!strncmp(line, SYSINFO_TYPE, strlen(SYSINFO_TYPE))) {
strncmp            79 tools/perf/arch/s390/util/header.c 		if (!strncmp(line, SYSINFO_MODEL, strlen(SYSINFO_MODEL))) {
strncmp           104 tools/perf/arch/s390/util/header.c 		if (strncmp(line, SRVLVL_CPUMF, strlen(SRVLVL_CPUMF)))
strncmp           109 tools/perf/arch/s390/util/header.c 			if (!strncmp(cp, SRVLVL_VERSION,
strncmp           116 tools/perf/arch/s390/util/header.c 			if (!strncmp(cp, SRVLVL_AUTHORIZATION,
strncmp            67 tools/perf/arch/x86/util/auxtrace.c 	if (!strncmp(buffer, "GenuineIntel,", 13))
strncmp           183 tools/perf/arch/x86/util/perf_regs.c 		if (!strncmp(sdt_reg_tbl[i].sdt_name, sdt_reg, sdt_len)) {
strncmp           200 tools/perf/bench/mem-functions.c 	if (!strncmp(function_str, "all", 3)) {
strncmp          2986 tools/perf/builtin-c2c.c 	if (!strncmp(argv[0], "rec", 3)) {
strncmp          2988 tools/perf/builtin-c2c.c 	} else if (!strncmp(argv[0], "rep", 3)) {
strncmp           668 tools/perf/builtin-inject.c 			else if (!strncmp(name, "sched:sched_stat_", 17))
strncmp           761 tools/perf/builtin-kmem.c 		if (!strncmp(str, "gfp_flags=", 10)) {
strncmp          1953 tools/perf/builtin-kmem.c 	if (!strncmp(argv[0], "rec", 3)) {
strncmp          1504 tools/perf/builtin-kvm.c 	if (!strncmp(argv[1], "rec", 3))
strncmp          1507 tools/perf/builtin-kvm.c 	if (!strncmp(argv[1], "rep", 3))
strncmp          1511 tools/perf/builtin-kvm.c 	if (!strncmp(argv[1], "live", 4))
strncmp          1635 tools/perf/builtin-kvm.c 	if (!strncmp(argv[0], "rec", 3))
strncmp          1637 tools/perf/builtin-kvm.c 	else if (!strncmp(argv[0], "rep", 3))
strncmp          1639 tools/perf/builtin-kvm.c 	else if (!strncmp(argv[0], "diff", 4))
strncmp          1641 tools/perf/builtin-kvm.c 	else if (!strncmp(argv[0], "top", 3))
strncmp          1643 tools/perf/builtin-kvm.c 	else if (!strncmp(argv[0], "buildid-list", 12))
strncmp          1646 tools/perf/builtin-kvm.c 	else if (!strncmp(argv[0], "stat", 4))
strncmp          1004 tools/perf/builtin-lock.c 	if (!strncmp(argv[0], "rec", 3)) {
strncmp          1006 tools/perf/builtin-lock.c 	} else if (!strncmp(argv[0], "report", 6)) {
strncmp           443 tools/perf/builtin-mem.c 	if (!argc || !(strncmp(argv[0], "rec", 3) || mem.operation))
strncmp           453 tools/perf/builtin-mem.c 	if (!strncmp(argv[0], "rec", 3))
strncmp           455 tools/perf/builtin-mem.c 	else if (!strncmp(argv[0], "rep", 3))
strncmp          3488 tools/perf/builtin-sched.c 	if (!strncmp(argv[0], "rec", 3)) {
strncmp          3490 tools/perf/builtin-sched.c 	} else if (!strncmp(argv[0], "lat", 3)) {
strncmp          3508 tools/perf/builtin-sched.c 	} else if (!strncmp(argv[0], "rep", 3)) {
strncmp          1792 tools/perf/builtin-script.c 			if (nlen == len && !strncmp(name, s, len)) {
strncmp          2891 tools/perf/builtin-script.c 		if (!strncmp(p, suffix, suffix_len))
strncmp          2921 tools/perf/builtin-script.c 		if (!strncmp(p, "description:", strlen("description:"))) {
strncmp          2927 tools/perf/builtin-script.c 		if (!strncmp(p, "args:", strlen("args:"))) {
strncmp          3592 tools/perf/builtin-script.c 	if (argc > 1 && !strncmp(argv[0], "rec", strlen("rec"))) {
strncmp          3598 tools/perf/builtin-script.c 	if (argc > 1 && !strncmp(argv[0], "rep", strlen("rep"))) {
strncmp          1721 tools/perf/builtin-stat.c 	if (argc && !strncmp(argv[0], "rec", 3)) {
strncmp          1725 tools/perf/builtin-stat.c 	} else if (argc && !strncmp(argv[0], "rep", 3))
strncmp          1987 tools/perf/builtin-timechart.c 	if (argc && !strncmp(argv[0], "rec", 3)) {
strncmp          2407 tools/perf/builtin-trace.c 		if (strncmp(evsel->tp_format->name, "sys_enter_", 10) ||
strncmp          3883 tools/perf/builtin-trace.c 		if (!strncmp(evsel->tp_format->name, "sys_enter_", 10)) {
strncmp          3888 tools/perf/builtin-trace.c 		} else if (!strncmp(evsel->tp_format->name, "sys_exit_", 9)) {
strncmp           923 tools/perf/pmu-events/jevents.c 	if (strncmp(suffix, ".json", 5) == 0)
strncmp           263 tools/perf/tests/perf-record.c 							found_libc_mmap = !strncmp(bname + 1, "libc", 4);
strncmp           265 tools/perf/tests/perf-record.c 							found_ld_mmap = !strncmp(bname + 1, "ld", 2);
strncmp           532 tools/perf/util/build-id.c 		if (strncmp(nd->s, incomplete_sbuild_id, len) != 0)
strncmp           701 tools/perf/util/build-id.c 	    strncmp(".ko", name + strlen(name) - 3, 3)) {
strncmp            69 tools/perf/util/callchain.c 	if (!strncmp(value, "graph", strlen(value))) {
strncmp            73 tools/perf/util/callchain.c 	if (!strncmp(value, "flat", strlen(value))) {
strncmp            77 tools/perf/util/callchain.c 	if (!strncmp(value, "fractal", strlen(value))) {
strncmp            81 tools/perf/util/callchain.c 	if (!strncmp(value, "folded", strlen(value))) {
strncmp            90 tools/perf/util/callchain.c 	if (!strncmp(value, "caller", strlen(value))) {
strncmp            95 tools/perf/util/callchain.c 	if (!strncmp(value, "callee", strlen(value))) {
strncmp           105 tools/perf/util/callchain.c 	if (!strncmp(value, "function", strlen(value))) {
strncmp           109 tools/perf/util/callchain.c 	if (!strncmp(value, "address", strlen(value))) {
strncmp           113 tools/perf/util/callchain.c 	if (!strncmp(value, "srcline", strlen(value))) {
strncmp           117 tools/perf/util/callchain.c 	if (!strncmp(value, "branch", strlen(value))) {
strncmp           126 tools/perf/util/callchain.c 	if (!strncmp(value, "percent", strlen(value))) {
strncmp           130 tools/perf/util/callchain.c 	if (!strncmp(value, "period", strlen(value))) {
strncmp           134 tools/perf/util/callchain.c 	if (!strncmp(value, "count", strlen(value))) {
strncmp           183 tools/perf/util/callchain.c 		if (!strncmp(tok, "none", strlen(tok))) {
strncmp           268 tools/perf/util/callchain.c 		if (!strncmp(name, "fp", sizeof("fp"))) {
strncmp           278 tools/perf/util/callchain.c 		} else if (!strncmp(name, "dwarf", sizeof("dwarf"))) {
strncmp           293 tools/perf/util/callchain.c 		} else if (!strncmp(name, "lbr", sizeof("lbr"))) {
strncmp           163 tools/perf/util/cputopo.c 	if (strncmp(uts.machine, "x86_64", 6))
strncmp            99 tools/perf/util/data.c 		if (!S_ISREG(st.st_mode) || strncmp(dent->d_name, "data", 4))
strncmp           107 tools/perf/util/demangle-rust.c 	if (strncmp(str, hash_prefix, hash_prefix_len))
strncmp           136 tools/perf/util/demangle-rust.c 			if (!strncmp(str, "$C$", 3))
strncmp           138 tools/perf/util/demangle-rust.c 			else if (!strncmp(str, "$SP$", 4)
strncmp           139 tools/perf/util/demangle-rust.c 					|| !strncmp(str, "$BP$", 4)
strncmp           140 tools/perf/util/demangle-rust.c 					|| !strncmp(str, "$RF$", 4)
strncmp           141 tools/perf/util/demangle-rust.c 					|| !strncmp(str, "$LT$", 4)
strncmp           142 tools/perf/util/demangle-rust.c 					|| !strncmp(str, "$GT$", 4)
strncmp           143 tools/perf/util/demangle-rust.c 					|| !strncmp(str, "$LP$", 4)
strncmp           144 tools/perf/util/demangle-rust.c 					|| !strncmp(str, "$RP$", 4))
strncmp           146 tools/perf/util/demangle-rust.c 			else if (!strncmp(str, "$u20$", 5)
strncmp           147 tools/perf/util/demangle-rust.c 					|| !strncmp(str, "$u27$", 5)
strncmp           148 tools/perf/util/demangle-rust.c 					|| !strncmp(str, "$u5b$", 5)
strncmp           149 tools/perf/util/demangle-rust.c 					|| !strncmp(str, "$u5d$", 5)
strncmp           150 tools/perf/util/demangle-rust.c 					|| !strncmp(str, "$u7e$", 5))
strncmp           157 tools/perf/util/demangle-rust.c 			if (!strncmp(str, "...", 3))
strncmp           260 tools/perf/util/demangle-rust.c 	if (strncmp(*in, seq, len))
strncmp           363 tools/perf/util/dso.c 		if ((strncmp(name, "[kernel.kallsyms]", 17) == 0) ||
strncmp           364 tools/perf/util/dso.c 		    (strncmp(name, "[guest.kernel.kallsyms", 22) == 0) ||
strncmp           365 tools/perf/util/dso.c 		    (strncmp(name, "[vdso]", 6) == 0) ||
strncmp           366 tools/perf/util/dso.c 		    (strncmp(name, "[vdso32]", 8) == 0) ||
strncmp           367 tools/perf/util/dso.c 		    (strncmp(name, "[vdsox32]", 9) == 0) ||
strncmp           368 tools/perf/util/dso.c 		    (strncmp(name, "[vsyscall]", 10) == 0)) {
strncmp           390 tools/perf/util/dso.c 		m->kmod = !strncmp(ext, ".ko", 3);
strncmp           307 tools/perf/util/env.c 	if (!strcmp(arch, "sun4u") || !strncmp(arch, "sparc", 5))
strncmp           311 tools/perf/util/env.c 	if (!strncmp(arch, "arm", 3) || !strcmp(arch, "sa110"))
strncmp           313 tools/perf/util/env.c 	if (!strncmp(arch, "s390", 4))
strncmp           315 tools/perf/util/env.c 	if (!strncmp(arch, "parisc", 6))
strncmp           317 tools/perf/util/env.c 	if (!strncmp(arch, "powerpc", 7) || !strncmp(arch, "ppc", 3))
strncmp           319 tools/perf/util/env.c 	if (!strncmp(arch, "mips", 4))
strncmp           321 tools/perf/util/env.c 	if (!strncmp(arch, "sh", 2) && isdigit(arch[2]))
strncmp           232 tools/perf/util/evsel.c 	       !strncmp(FUNCTION_EVENT, evsel->name, sizeof(FUNCTION_EVENT));
strncmp          2411 tools/perf/util/evsel.c 		ret = strncmp(name, data, len);
strncmp            24 tools/perf/util/find-map.c 		if (!strncmp(&line[m], name, strlen(name)))
strncmp           391 tools/perf/util/header.c 		ret = strncmp(buf, search, strlen(search));
strncmp           656 tools/perf/util/header.c 		ret = strncmp(buf, "MemTotal:", 9);
strncmp          2263 tools/perf/util/header.c 	if (ph->env.arch && (!strncmp(ph->env.arch, "s390", 4)
strncmp          2264 tools/perf/util/header.c 			  || !strncmp(ph->env.arch, "aarch64", 7)))
strncmp           937 tools/perf/util/intel-pt.c 	if (env->cpuid && !strncmp(env->cpuid, "GenuineIntel,6,92,", 18))
strncmp           716 tools/perf/util/jitdump.c 	if (strncmp(p, "/jit-", 5))
strncmp            35 tools/perf/util/map.c 	       !strncmp(filename, "/dev/zero", sizeof("/dev/zero") - 1) ||
strncmp            36 tools/perf/util/map.c 	       !strncmp(filename, "/anon_hugepage", sizeof("/anon_hugepage") - 1);
strncmp            41 tools/perf/util/map.c 	return !strncmp(filename, "[stack", 6) ||
strncmp            42 tools/perf/util/map.c 	       !strncmp(filename, "/SYSV",5)   ||
strncmp            48 tools/perf/util/map.c 	return !strncmp(filename, "/data/app-lib", 13) ||
strncmp            49 tools/perf/util/map.c 	       !strncmp(filename, "/system/lib", 11);
strncmp            69 tools/perf/util/map.c 	if (!strncmp(filename, "/data/app-lib", 13)) {
strncmp            93 tools/perf/util/map.c 	if (!strncmp(filename, "/system/lib/", 12)) {
strncmp           111 tools/perf/util/map.c 		arch = !strncmp(app_abi, "arm", 3) ? "arm" :
strncmp           112 tools/perf/util/map.c 		       !strncmp(app_abi, "mips", 4) ? "mips" :
strncmp           113 tools/perf/util/map.c 		       !strncmp(app_abi, "x86", 3) ? "x86" : NULL;
strncmp          1466 tools/perf/util/parse-events.c 	return (strncmp(pmu_name_a, pmu_name_b, end_a - pmu_name_a) == 0);
strncmp           232 tools/perf/util/parse-events.h 		(!strncmp(str, "sdt_", 4) &&
strncmp           253 tools/perf/util/parse-events.y 			if (!strncmp(name, "uncore_", 7) &&
strncmp           254 tools/perf/util/parse-events.y 			    strncmp($1, "uncore_", 7))
strncmp           719 tools/perf/util/pmu.c 	if (strncmp(pmu_name, tok, strlen(tok))) {
strncmp           158 tools/perf/util/probe-event.c 		if (strncmp(pos->dso->short_name + 1, module,
strncmp          1444 tools/perf/util/probe-event.c 		if (tmp && !strncmp(tmp, "0x", 2)) {
strncmp          2073 tools/perf/util/probe-event.c 	} else if (!strncmp(tp->symbol, "0x", 2)) {
strncmp          2706 tools/perf/util/probe-event.c 			(strncmp(pev->point.function, "0x", 2) != 0) &&
strncmp          3039 tools/perf/util/probe-event.c 	if (!(pev->point.function && !strncmp(pev->point.function, "0x", 2)))
strncmp          2043 tools/perf/util/sort.c 		if (!strncmp(str, field->name, namelen)) {
strncmp          2134 tools/perf/util/sort.c 		if (!strncmp(str, field->name, namelen)) {
strncmp            33 tools/perf/util/srcline.c 	if (!strncmp(dso_name, "/tmp/perf-", 10))
strncmp           240 tools/perf/util/stat-display.c 	if (!strncmp(unit, "of all", 6)) {
strncmp           522 tools/perf/util/stat-display.c 	    !counter->pmu_name || !strncmp(counter->name, counter->pmu_name,
strncmp           117 tools/perf/util/strlist.c 	if (strncmp(s, "file://", 7) == 0)
strncmp           121 tools/perf/util/symbol.c 	return strncmp(namea, nameb, n);
strncmp           128 tools/perf/util/symbol.c 	if (strlen(syma->name) >= 3 && !strncmp(syma->name, "SyS", 3))
strncmp           130 tools/perf/util/symbol.c 	if (strlen(syma->name) >= 10 && !strncmp(syma->name, "compat_SyS", 10))
strncmp          1623 tools/perf/util/symbol.c 	perfmap = strncmp(dso->name, "/tmp/perf-", 10) == 0;
strncmp           387 tools/perf/util/synthetic-events.c 		    !strncmp(execname, hugetlbfs_mnt, hugetlbfs_mnt_len)) {
strncmp           682 tools/power/cpupower/lib/cpufreq.c 	if (strncmp(pol->governor, userspace_gov, 9) != 0) {
strncmp            71 tools/power/cpupower/utils/helpers/cpuid.c 		if (!strncmp(value, "processor\t: ", 12))
strncmp            78 tools/power/cpupower/utils/helpers/cpuid.c 		if (!strncmp(value, "vendor_id", 9)) {
strncmp            84 tools/power/cpupower/utils/helpers/cpuid.c 		} else if (!strncmp(value, "cpu family\t: ", 13)) {
strncmp            87 tools/power/cpupower/utils/helpers/cpuid.c 		} else if (!strncmp(value, "model\t\t: ", 9)) {
strncmp            90 tools/power/cpupower/utils/helpers/cpuid.c 		} else if (!strncmp(value, "stepping\t: ", 10)) {
strncmp            82 tools/power/cpupower/utils/idle_monitor/cpuidle_sysfs.c 	if (!strncmp(tmp, "NHM-", 4)) {
strncmp            94 tools/power/cpupower/utils/idle_monitor/cpuidle_sysfs.c 	} else if (!strncmp(tmp, "SNB-", 4)) {
strncmp           109 tools/power/cpupower/utils/idle_monitor/cpuidle_sysfs.c 	} else if (!strncmp(tmp, "ATM-", 4)) {
strncmp           130 tools/power/cpupower/utils/idle_monitor/cpuidle_sysfs.c 	if (!strncmp(tmp, "stop0_lite", CSTATE_NAME_LEN))
strncmp           132 tools/power/cpupower/utils/idle_monitor/cpuidle_sysfs.c 	else if (!strncmp(tmp, "stop1_lite", CSTATE_NAME_LEN))
strncmp           134 tools/power/cpupower/utils/idle_monitor/cpuidle_sysfs.c 	else if (!strncmp(tmp, "stop2_lite", CSTATE_NAME_LEN))
strncmp          1448 tools/power/x86/intel-speed-select/isst-config.c 			if (!strncmp(optarg, "sse", 3)) {
strncmp          1450 tools/power/x86/intel-speed-select/isst-config.c 			} else if (!strncmp(optarg, "avx2", 4)) {
strncmp          1452 tools/power/x86/intel-speed-select/isst-config.c 			} else if (!strncmp(optarg, "avx512", 4)) {
strncmp          1657 tools/power/x86/intel-speed-select/isst-config.c 			if (!strncmp(optarg, "json", 4))
strncmp          2671 tools/power/x86/turbostat/turbostat.c 	} while (!strncmp(&character, ",", 1));
strncmp          5421 tools/power/x86/turbostat/turbostat.c 		if (!strncmp(add_command, "cpu", strlen("cpu"))) {
strncmp          5425 tools/power/x86/turbostat/turbostat.c 		if (!strncmp(add_command, "core", strlen("core"))) {
strncmp          5429 tools/power/x86/turbostat/turbostat.c 		if (!strncmp(add_command, "package", strlen("package"))) {
strncmp          5433 tools/power/x86/turbostat/turbostat.c 		if (!strncmp(add_command, "cycles", strlen("cycles"))) {
strncmp          5437 tools/power/x86/turbostat/turbostat.c 		if (!strncmp(add_command, "seconds", strlen("seconds"))) {
strncmp          5441 tools/power/x86/turbostat/turbostat.c 		if (!strncmp(add_command, "usec", strlen("usec"))) {
strncmp          5445 tools/power/x86/turbostat/turbostat.c 		if (!strncmp(add_command, "raw", strlen("raw"))) {
strncmp          5449 tools/power/x86/turbostat/turbostat.c 		if (!strncmp(add_command, "delta", strlen("delta"))) {
strncmp          5453 tools/power/x86/turbostat/turbostat.c 		if (!strncmp(add_command, "percent", strlen("percent"))) {
strncmp           311 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c 	if (!strncmp(s, "default", 7))
strncmp           314 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c 	if (!strncmp(s, "normal", 6))
strncmp           317 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c 	if (!strncmp(s, "power", 9))
strncmp           320 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c 	if (!strncmp(s, "balance-power", 17))
strncmp           323 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c 	if (!strncmp(s, "balance-performance", 19))
strncmp           326 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c 	if (!strncmp(s, "performance", 11))
strncmp           412 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c 		if (strncmp(startp, "all", 3) == 0) {
strncmp           422 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c 		if (strncmp(startp, "even", 4) == 0) {
strncmp           433 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c 		if (strncmp(startp, "odd", 3) == 0) {
strncmp           492 tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c 		if (strncmp(startp, "all", 3) == 0) {
strncmp           637 tools/testing/nvdimm/test/nfit.c 	return !strncmp(dev->kobj.name, "region", 6);
strncmp          1502 tools/testing/selftests/bpf/test_sysctl.c 		    strncmp(buf, test->oldval, strlen(test->oldval))) {
strncmp           104 tools/testing/selftests/bpf/test_tag.c 		if (strncmp(buff, "prog_tag:\t", prefix_len))
strncmp           158 tools/testing/selftests/filesystems/devpts_pts.c 		if (strncmp(expected_procfd_contents, buf,
strncmp           101 tools/testing/selftests/gpio/gpio-mockup-chardev.c 		if (!strncmp(cur, "out", 3)) {
strncmp           104 tools/testing/selftests/gpio/gpio-mockup-chardev.c 		} else if (!strncmp(cur, "in", 2)) {
strncmp           109 tools/testing/selftests/gpio/gpio-mockup-chardev.c 		if (!strncmp(cur, "hi", 2))
strncmp           111 tools/testing/selftests/gpio/gpio-mockup-chardev.c 		else if (!strncmp(cur, "lo", 2))
strncmp            76 tools/testing/selftests/ir/ir_loopback.c 		if (!strncmp(dent->d_name, "lirc", 4)) {
strncmp            38 tools/testing/selftests/kvm/x86_64/hyperv_cpuid.c 			if (!strncmp(buf, "forceoff", 8) ||
strncmp            39 tools/testing/selftests/kvm/x86_64/hyperv_cpuid.c 			    !strncmp(buf, "notsupported", 12))
strncmp           105 tools/testing/selftests/pidfd/pidfd_open_test.c 		if (strncmp(line, key, keylen))
strncmp            83 tools/testing/selftests/powerpc/benchmarks/null_syscall.c 		if (strncmp(line, "timebase", 8) == 0) {
strncmp            92 tools/testing/selftests/powerpc/benchmarks/null_syscall.c 		if (((strncmp(line, "clock", 5) == 0) ||
strncmp            93 tools/testing/selftests/powerpc/benchmarks/null_syscall.c 		     (strncmp(line, "cpu MHz", 7) == 0))) {
strncmp            55 tools/testing/selftests/proc/proc-self-syscall.c 	if (strncmp(buf1, buf2, strlen(buf1)) != 0)
strncmp          2883 tools/testing/selftests/seccomp/seccomp_bpf.c 	if (strncmp(utsbuf.machine, "arm", 3) == 0) {
strncmp            75 tools/usb/usbip/libsrc/vhci_driver.c 		if (strncmp("hs", hub, 2) == 0)
strncmp           153 tools/usb/usbip/libsrc/vhci_driver.c 	return !strncmp(dirent->d_name, "vhci_hcd.", 9);
strncmp           165 tools/usb/usbip/src/usbip_attach.c 	if (strncmp(reply.udev.busid, busid, SYSFS_BUS_ID_SIZE)) {
strncmp            89 tools/usb/usbip/src/usbip_bind.c 	if (!strncmp(bDevClass, "09", strlen(bDevClass))) {
strncmp           101 tools/usb/usbip/src/usbip_bind.c 	if (!strncmp(USBIP_HOST_DRV_NAME, driver,
strncmp           112 tools/usb/usbip/src/usbipd.c 		if (!strncmp(req.busid, edev->udev.busid, SYSFS_BUS_ID_SIZE)) {
strncmp          1162 tools/vm/page-types.c 	if (len <= 8 && !strncmp(str, "compound", len))
strncmp          1168 tools/vm/page-types.c 		if (!strncmp(str, page_flag_names[i] + 2, len))
strncmp           340 tools/vm/slabinfo.c 				if (strncmp(a->name,"kmall", 5) == 0)