/kernel/linux/linux-5.10/drivers/leds/ |
H A D | leds-syscon.c | 91 if (!strcmp(state, "keep")) { in syscon_led_probe() 98 } else if (!strcmp(state, "on")) { in syscon_led_probe()
|
/kernel/linux/linux-5.10/drivers/usb/storage/ |
H A D | uas-detect.h | 128 (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-5.10/drivers/usb/gadget/ |
H A D | functions.c | 21 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-5.10/net/netfilter/ |
H A D | xt_CONNSECMARK.c | 88 if (strcmp(par->table, "mangle") != 0 && in connsecmark_tg_check() 89 strcmp(par->table, "security") != 0) { in connsecmark_tg_check()
|
H A D | xt_SECMARK.c | 80 if (strcmp(table, "mangle") != 0 && in secmark_tg_check() 81 strcmp(table, "security") != 0) { in secmark_tg_check()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | test_cgrp2_attach.c | 151 if (strcmp(argv[optind + 1], "ingress") == 0) in main() 153 else if (strcmp(argv[optind + 1], "egress") == 0) in main()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | gre.h | 43 !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-5.10/tools/perf/arch/x86/tests/ |
H A D | insn-x86.c | 59 if (!strcmp(val->name, op_str)) in get_op() 86 if (!strcmp(val->name, branch_str)) in get_branch()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | cpumap.c | 109 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 D | event_update.c | 24 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 D | evsel-roundtrip-name.c | 51 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 D | sof_maxim_common.c | 50 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 D | netlink_dumper.c | 113 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 D | apmain.c | 150 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 D | help-unknown-cmd.c | 17 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 D | suspend_test.c | 169 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 D | authentication.c | 48 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 D | ipt_rpfilter.c | 95 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 D | ip_vs_sched.c | 97 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 D | fabrics.h | 158 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 D | firmware.c | 166 (!strcmp(argv[1], "-h") || !strcmp(argv[1], "--help"))) { in main()
|
/kernel/linux/linux-6.6/drivers/net/can/usb/etas_es58x/ |
H A D | es58x_devlink.c | 48 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 D | authentication.c | 48 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 D | xattr.h | 27 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 D | gre.h | 43 !strcmp(dev->rtnl_link_ops->kind, "gretap"); in netif_is_gretap() 49 !strcmp(dev->rtnl_link_ops->kind, "ip6gretap"); in netif_is_ip6gretap()
|