/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | bpf-event.c | 359 if (strcmp(module + 1, "[bpf]")) in kallsyms_process_symbol()
|
H A D | map.c | 371 strcmp(name + real_len + 1, DSO__DELETED) == 0) { in map__load()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-mem.c | 47 if (!strcmp(str, "list")) { in parse_record_events()
|
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/ |
H A D | iostat.c | 363 else if (!strcmp(str, "list")) in iostat_parse()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nfnetlink_osf.c | 224 if (!(info->flags & NF_OSF_LOG) && strcmp(info->genre, f->genre)) in nf_osf_match()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | map_perf_test_user.c | 413 if (!strcmp(test_map_names[i], name) && in fixup_map()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | vport.c | 102 if (!strcmp(name, ovs_vport_name(vport)) && in ovs_vport_locate()
|
/kernel/linux/linux-6.6/sound/soc/intel/boards/ |
H A D | glk_rt5682_max98357a.c | 637 if (strcmp(geminilake_dais[i].name, "SSP2-Codec")) in geminilake_audio_probe()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | insert-sys-cert.c | 150 if (strcmp(symname, name) == 0) in find_elf_symbol()
|
/kernel/linux/linux-6.6/tools/testing/selftests/alsa/ |
H A D | test-pcmtest-driver.c | 155 if (!strcmp(card_name, "PCM-Test")) in FIXTURE_SETUP()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | fexit_bpf2bpf.c | 125 if (pos_sec_name && !strcmp(pos_sec_name, prog_name[i])) { in test_fexit_bpf2bpf_common()
|
H A D | fill_link_info.c | 274 return strcmp(*str_a, *str_b); in symbols_cmp_r()
|
/kernel/linux/linux-6.6/tools/testing/nvdimm/test/ |
H A D | iomap.c | 382 if (!nfit_res || strcmp(path, "_FIT") || !buf) in __wrap_acpi_evaluate_object()
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | test_vsyscall.c | 124 if (strcmp(name, "[vsyscall]")) in init_vsys()
|
/kernel/linux/linux-6.6/tools/thermal/tmon/ |
H A D | sysfs.c | 114 if (!strcmp(name, trip_type_name[i])) in str_to_trip_type()
|
/kernel/linux/linux-6.6/tools/tracing/rtla/src/ |
H A D | utils.c | 543 if (strcmp(type, fs) == 0) { in find_mount()
|
H A D | osnoise_top.c | 355 if (strcmp(argv[0], "hwnoise") == 0) { in osnoise_top_parse_args()
|
/kernel/linux/linux-6.6/sound/core/seq/ |
H A D | seq_ump_client.c | 270 !strcmp(old->name, new->name)) in update_port_infos()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | mconf.c | 1018 if (ac > 1 && strcmp(av[1], "-s") == 0) { in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_progs.h | 307 bool ___ok = strcmp(___act, ___exp) == 0; \
|
/kernel/linux/linux-6.6/tools/testing/selftests/dmabuf-heaps/ |
H A D | dmabuf-heap.c | 34 return !strcmp(name, "vgem"); in check_vgem()
|
/kernel/linux/linux-6.6/tools/testing/selftests/exec/ |
H A D | execveat.c | 415 if (!in_test || strcmp(in_test, "yes") != 0) { in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/user_events/ |
H A D | ftrace_test.c | 199 return strcmp(print_fmt, expected); in check_print_fmt()
|
/kernel/linux/linux-6.6/tools/virtio/ |
H A D | virtio_test.c | 375 if (0 == strcmp(optarg, "random")) { in main()
|
/kernel/liteos_a/shell/full/src/base/ |
H A D | shmsg.c | 81 if (strcmp(string, cmdNxt->cmdString) == 0) { in ShellSaveHistoryCmd()
|