Searched refs:strncmp (Results 126 - 150 of 1092) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/boot/
H A Dtreeboot-akebono.c105 if (strncmp(&userdata[i], "local-mac-addr=", 15) == 0) {
H A Dplanetcore.c43 if (!strncmp(table, key, keylen) && table[keylen] == '=')
/linux-master/net/netfilter/
H A Dxt_helper.c49 ret ^= !strncmp(helper->name, info->name,
/linux-master/drivers/staging/greybus/
H A Daudio_manager_sysfs.c72 } else if (!strncmp("all", buf, 3)) {
/linux-master/sound/core/
H A Dctljack.c56 need_cat = strncmp(&src_name[count - 5], " Jack", 5) ? true : false;
/linux-master/drivers/remoteproc/
H A Dqcom_pil_info.c98 if (!strncmp(buf, image, PIL_RELOC_NAME_LEN))
/linux-master/drivers/gpu/drm/i915/
H A Di915_mitigations.c66 if (!strncmp(tok, "no", 2)) {
/linux-master/arch/powerpc/include/asm/
H A Dstring.h24 extern int strncmp(const char *, const char *, __kernel_size_t);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_sysfs.c23 return !strncmp(kobj->name, "gt", 2);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dget_branch_snapshot.c21 if (!strncmp(line, "flags", 5)) {
/linux-master/arch/xtensa/include/asm/
H A Dstring.h85 static inline int strncmp(const char *__cs, const char *__ct, size_t __n) function
/linux-master/tools/lib/api/fs/
H A Dtracing_path.c145 if (!strncmp(filename, "sdt_", 4)) {
/linux-master/net/bluetooth/
H A Dhci_sysfs.c31 return !strncmp(dev_name(dev), "rfcomm", 6);
/linux-master/arch/loongarch/kernel/
H A Denv.c53 if (loongson_sysconf.cpuname && !strncmp(loongson_sysconf.cpuname, "Loongson", 8)) {
/linux-master/arch/mips/alchemy/common/
H A Dprom.c75 } else if (strncmp(envname, *env, i) == 0 && (*env)[i] == '=')
/linux-master/drivers/gpu/drm/
H A Ddrm_edid_load.c80 if (strncmp(connector->name, edidname, colon - edidname))
/linux-master/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c398 if (!strncmp(dir->d_name, ".", 2))
400 if (!strncmp(dir->d_name, "..", 3))
424 if (!strncmp(dir->d_name, ".", 2))
426 if (!strncmp(dir->d_name, "..", 3))
/linux-master/kernel/printk/
H A Dconopt.c70 if (!strncmp(str, con->name, namelen))
/linux-master/drivers/scsi/
H A Dscsi_dh.c79 if (!strncmp(sdev->vendor, b->vendor, strlen(b->vendor)) &&
80 !strncmp(sdev->model, b->model, strlen(b->model))) {
94 if (!strncmp(tmp->name, name, strlen(tmp->name))) {
/linux-master/drivers/mtd/nand/raw/
H A Dnand_toshiba.c287 if (!strncmp("TC58NVG0S3E", chip->parameters.model,
290 if ((!strncmp("TH58NVG2S3HBAI4", chip->parameters.model,
292 (!strncmp("TH58NVG3S0HBAI4", chip->parameters.model,
/linux-master/drivers/mtd/parsers/
H A Dcmdlinepart.c145 if (strncmp(s, "ro", 2) == 0) {
151 if (strncmp(s, "lk", 2) == 0) {
157 if (!strncmp(s, "slc", 3)) {
/linux-master/drivers/tty/serial/8250/
H A D8250_men_mcb.c67 if (strncmp(mdev->bus->name, "F075", 4) == 0)
69 else if (strncmp(mdev->bus->name, "F216", 4) == 0)
71 else if (strncmp(mdev->bus->name, "F210", 4) == 0)
/linux-master/kernel/sched/
H A Disolation.c213 if (!strncmp(str, "nohz,", 5)) {
219 if (!strncmp(str, "domain,", 7)) {
225 if (!strncmp(str, "managed_irq,", 12)) {
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_devlink.c62 if (!strncmp("PSI", comp_str, len))
64 else if (!strncmp("EBL", comp_str, len))
66 else if (!strncmp("FLS", comp_str, len))
/linux-master/kernel/
H A Dcrash_reserve.c203 if (strncmp(cur, suffix, strlen(suffix))) {
237 if (!strncmp(q, suffix_tbl[i],
244 if (!strncmp(q, suffix, strlen(suffix)))

Completed in 349 milliseconds

1234567891011>>