Home
last modified time | relevance | path

Searched refs:strcmp (Results 1551 - 1575 of 8096) sorted by relevance

1...<<61626364656667686970>>...324

/kernel/linux/linux-5.10/tools/perf/tests/
H A Dcpumap.c109 return !strcmp(buf, str); in cpu_map_print()
133 TEST_ASSERT_VAL("failed to merge map: bad result", !strcmp(buf, "1-2,4-5,7")); in test__cpu_map_merge()
H A Devent_update.c24 TEST_ASSERT_VAL("wrong unit", !strcmp(ev->data, "KRAVA")); in process_event_unit()
59 TEST_ASSERT_VAL("wrong name", !strcmp(ev->data, tmp->name)); in process_event_name()
H A Devsel-roundtrip-name.c51 if (strcmp(evsel__name(evsel), name)) { in perf_evsel__roundtrip_cache_name_test()
85 if (strcmp(evsel__name(evsel), names[evsel->idx])) { in __perf_evsel__name_array_test()
/kernel/linux/linux-5.10/sound/soc/intel/boards/
H A Dsof_maxim_common.c50 if (!strcmp(codec_dai->component->name, MAX_98373_DEV0_NAME)) { in max98373_hw_params()
54 if (!strcmp(codec_dai->component->name, MAX_98373_DEV1_NAME)) { in max98373_hw_params()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dnetlink_dumper.c113 strcmp(libbpf_nla_data(tb[TCA_ACT_KIND]), "bpf") == 0) in do_dump_one_act()
167 strcmp(libbpf_nla_data(tb[TCA_KIND]), "bpf") == 0) { in do_filter_dump()
/kernel/linux/linux-5.10/tools/power/acpi/tools/acpidump/
H A Dapmain.c150 if (!strcmp(acpi_gbl_optarg, "on")) { in ap_do_options()
152 } else if (!strcmp(acpi_gbl_optarg, "off")) { in ap_do_options()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dhelp-unknown-cmd.c17 if (!strcmp(var, "help.autocorrect")) in perf_unknown_cmd_config()
29 return l1 != l2 ? l1 - l2 : strcmp(s1, s2); in levenshtein_compare()
/kernel/linux/linux-5.10/kernel/power/
H A Dsuspend_test.c169 if (!strcmp(pm_labels[i], suspend_type)) { in setup_test_suspend()
195 if (state_label && !strcmp(test_state_label, state_label)) in test_suspend()
/kernel/linux/linux-5.10/fs/sharefs/
H A Dauthentication.c48 if (!strcmp(cur_name, SHAREFS_READ_DIR)) { in fixup_perm_from_level()
51 } else if (!strcmp(cur_name, SHAREFS_READWRITE_DIR)) { in fixup_perm_from_level()
/kernel/linux/linux-5.10/net/ipv4/netfilter/
H A Dipt_rpfilter.c95 if (strcmp(par->table, "mangle") != 0 && in rpfilter_check()
96 strcmp(par->table, "raw") != 0) { in rpfilter_check()
/kernel/linux/linux-5.10/net/netfilter/ipvs/
H A Dip_vs_sched.c97 if (strcmp(sched_name, sched->name)==0) { in ip_vs_sched_getbyname()
200 if (strcmp(scheduler->name, sched->name) == 0) { in register_ip_vs_scheduler()
/kernel/linux/linux-5.10/drivers/nvme/host/
H A Dfabrics.h158 strcmp(opts->subsysnqn, ctrl->opts->subsysnqn) || in nvmf_ctlr_matches_baseopts()
159 strcmp(opts->host->nqn, ctrl->opts->host->nqn) || in nvmf_ctlr_matches_baseopts()
/kernel/linux/linux-5.10/drivers/staging/greybus/Documentation/firmware/
H A Dfirmware.c166 (!strcmp(argv[1], "-h") || !strcmp(argv[1], "--help"))) { in main()
/kernel/linux/linux-6.6/drivers/net/can/usb/etas_es58x/
H A Des58x_devlink.c48 if (!strcmp(prefix, "FW")) in es58x_parse_sw_version()
50 else if (!strcmp(prefix, "BL")) in es58x_parse_sw_version()
/kernel/linux/linux-6.6/fs/sharefs/
H A Dauthentication.c48 if (!strcmp(cur_name, SHAREFS_READ_DIR)) { in fixup_perm_from_level()
51 } else if (!strcmp(cur_name, SHAREFS_READWRITE_DIR)) { in fixup_perm_from_level()
/kernel/linux/linux-6.6/include/linux/
H A Dxattr.h27 return (strcmp(name, XATTR_NAME_POSIX_ACL_ACCESS) == 0) || in is_posix_acl_xattr()
28 (strcmp(name, XATTR_NAME_POSIX_ACL_DEFAULT) == 0); in is_posix_acl_xattr()
/kernel/linux/linux-6.6/include/net/
H A Dgre.h43 !strcmp(dev->rtnl_link_ops->kind, "gretap"); in netif_is_gretap()
49 !strcmp(dev->rtnl_link_ops->kind, "ip6gretap"); in netif_is_ip6gretap()
/kernel/linux/linux-6.6/drivers/staging/greybus/Documentation/firmware/
H A Dfirmware.c166 (!strcmp(argv[1], "-h") || !strcmp(argv[1], "--help"))) { in main()
/kernel/linux/linux-6.6/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dpasswordattr-interface.c54 if (strcmp(password_type, "Admin") == 0) { in set_new_password()
56 } else if (strcmp(password_type, "System") == 0) { in set_new_password()
/kernel/linux/linux-6.6/drivers/usb/gadget/
H A Dfunctions.c21 if (strcmp(name, fd->name)) in try_get_usb_function_instance()
100 if (!strcmp(fd->name, newf->name)) in usb_function_register()
/kernel/linux/linux-6.6/drivers/usb/storage/
H A Duas-detect.h128 (udev->manufacturer && !strcmp(udev->manufacturer, "HIKSEMI")) && in uas_use_uas_driver()
129 (udev->product && !strcmp(udev->product, "MD202"))) in uas_use_uas_driver()
/kernel/linux/linux-6.6/drivers/dma-buf/
H A Dselftest.c68 if (strcmp(tok, caller)) { in apply_subtest_filter()
76 if (strcmp(tok, name)) { in apply_subtest_filter()
/kernel/linux/linux-6.6/arch/x86/lib/
H A Dstring_32.c96 int strcmp(const char *cs, const char *ct) in strcmp() function
115 EXPORT_SYMBOL(strcmp); variable
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H A Dmsm_io_utils.c26 if (!strcmp(bulk[i].id, name) || !strcmp(bulk[i].id, n)) in msm_clk_bulk_get_clock()
/kernel/linux/linux-6.6/drivers/leds/
H A Dleds-spi-byte.c112 if (!strcmp(state, "on")) { in spi_byte_probe()
114 } else if (strcmp(state, "off")) { in spi_byte_probe()

Completed in 11 milliseconds

1...<<61626364656667686970>>...324