Home
last modified time | relevance | path

Searched refs:strcmp (Results 1526 - 1550 of 8115) sorted by relevance

1...<<61626364656667686970>>...325

/kernel/linux/linux-5.10/tools/usb/usbip/src/
H A Dusbip.c101 if (!strcmp(cmds[i].name, argv[0]) && cmds[i].usage) { in usbip_help()
178 if (!strcmp(cmds[i].name, cmd)) { in main()
/kernel/linux/linux-5.10/tools/vm/
H A Dpage_owner_sort.c52 return strcmp(l1->txt, l2->txt); in compare_txt()
140 strcmp(list2[count-1].txt, list[i].txt) != 0) { in main()
/kernel/linux/linux-5.10/tools/usb/usbip/libsrc/
H A Dusbip_device_driver.c103 if (!strcmp(speed_names[i].name, speed)) { in read_usb_vudc_device()
129 return driver != NULL && !strcmp(driver, USBIP_DEVICE_DRV_NAME); in is_my_device()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dget_stack_raw_tp.c49 if (ks && (strcmp(ks->name, nonjit_func) == 0)) { in get_stack_print_output()
66 if (ks && (strcmp(ks->name, nonjit_func) == 0)) { in get_stack_print_output()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtrace_helpers.c86 if (strcmp(syms[i].name, name) == 0) in ksym_get_addr()
108 if (strcmp(name, sym) == 0) { in kallsyms_find()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dftrace.h137 return !strcmp(sym + 7, name) || !strcmp(sym + 8, name); in arch_syscall_match_sym_name()
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Dutil.c57 if (!strcmp(host.machine, "x86_64")) { in setup_machinename()
62 if (!strcmp(host.machine, "i686")) { in setup_machinename()
/kernel/linux/linux-5.10/drivers/input/serio/
H A Di8042-sparcio.h111 if (name && !strcmp(name, "SUNW,JavaStation-1")) { in i8042_platform_init()
142 if (!name || strcmp(name, "SUNW,JavaStation-1")) in i8042_platform_exit()
/kernel/linux/linux-5.10/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()
H A Dleds-syscon.c91 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 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-5.10/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-5.10/net/netfilter/
H A Dxt_CONNSECMARK.c88 if (strcmp(par->table, "mangle") != 0 && in connsecmark_tg_check()
89 strcmp(par->table, "security") != 0) { in connsecmark_tg_check()
H A Dxt_SECMARK.c80 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 Dtest_cgrp2_attach.c151 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 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-5.10/tools/perf/arch/x86/tests/
H A Dinsn-x86.c59 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 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()

Completed in 10 milliseconds

1...<<61626364656667686970>>...325