/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | task_fd_query_tp.c | 60 err = (fd_type == BPF_FD_TYPE_TRACEPOINT) && !strcmp(buf, tp_name); in test_task_fd_query_tp_core()
|
/kernel/linux/linux-6.6/arch/sh/kernel/ |
H A D | machvec.c | 63 if (strcmp(mv_name, "generic") == 0) in early_parse_mv()
|
/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
H A D | dsp_hwec.c | 70 if (!strcmp(name, "deftaps")) { in dsp_hwec_enable()
|
/kernel/linux/linux-5.10/drivers/mtd/chips/ |
H A D | chipreg.c | 42 if (!strcmp(this->name, name)) { in get_mtd_chip_driver()
|
/kernel/linux/linux-5.10/samples/seccomp/ |
H A D | bpf-helper.c | 81 if (!strcmp(label, begin->label)) in seccomp_bpf_label()
|
/kernel/linux/linux-5.10/tools/perf/arch/powerpc/util/ |
H A D | sym-handling.c | 43 return strcmp(namea, nameb); in arch__compare_symbol_names()
|
H A D | dwarf-regs.c | 97 if (!strcmp(roff->name, name)) in regs_query_register_offset()
|
/kernel/linux/linux-5.10/tools/lib/subcmd/ |
H A D | pager.c | 90 if (!*pager || !strcmp(pager, "cat")) in setup_pager()
|
/kernel/linux/linux-5.10/tools/perf/arch/x86/util/ |
H A D | dwarf-regs.c | 11 #include <string.h> /* for strcmp */ 112 if (!strcmp(roff->name, name)) in regs_query_register_offset()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-data.c | 121 if (strcmp(cmd->name, cmdstr)) in cmd_data()
|
H A D | builtin-version.c | 34 if (!strcmp(status, "OFF")) in on_off_print()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | pe-file-parsing.c | 48 !strcmp(debuglink, expect_debuglink)); in run_dir()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | parse-regs-options.c | 47 if (!strcmp(s, "?")) { in __parse_regs()
|
/kernel/linux/linux-5.10/tools/power/acpi/common/ |
H A D | getopt.c | 98 } else if (strcmp(argv[acpi_gbl_optind], "--") == 0) { in acpi_getopt()
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | xattr_security.c | 49 if (!strcmp(xattr->name, "")) in hfsplus_initxattrs()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | soc-card.h | 99 if (!strcmp(asoc_rtd_to_codec(rtd, 0)->name, dai_name)) in snd_soc_card_get_codec_dai()
|
/kernel/linux/linux-5.10/lib/fonts/ |
H A D | fonts.c | 88 if (!strcmp(fonts[i]->name, name)) in find_font()
|
/kernel/linux/linux-6.6/drivers/mtd/chips/ |
H A D | chipreg.c | 39 if (!strcmp(this->name, name)) { in get_mtd_chip_driver()
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | xattr_security.c | 50 if (!strcmp(xattr->name, "")) in hfsplus_initxattrs()
|
/kernel/linux/linux-6.6/fs/smb/server/mgmt/ |
H A D | user_config.c | 73 if (strcmp(u1->name, u2->name)) in ksmbd_compare_user()
|
/kernel/linux/linux-6.6/drivers/bus/fsl-mc/ |
H A D | obj-api.c | 38 if (!strcmp(dev_ids[i].type, type)) in fsl_mc_get_open_cmd_id()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | cfi.c | 60 if (strcmp(secstrings + sechdrs[i].sh_name, "__kcfi_traps")) in module_cfi_finalize()
|
/kernel/linux/linux-6.6/arch/x86/kernel/apic/ |
H A D | probe_32.c | 84 if (!strcmp((*drv)->name, arg)) { in parse_apic()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | string_64.h | 75 int strcmp(const char *cs, const char *ct);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/icssg/ |
H A D | icssg_stats.c | 60 if (!strcmp(icssg_all_stats[i].name, stat_name)) in emac_get_stat_by_name()
|