Home
last modified time | relevance | path

Searched refs:strcmp (Results 1651 - 1675 of 7553) sorted by relevance

1...<<61626364656667686970>>...303

/kernel/linux/linux-5.10/arch/microblaze/kernel/cpu/
H A Dcpuinfo-static.c130 if (strcmp(cpu_ver_lookup[i].s, cpu_ver_string) == 0) in set_cpuinfo_static()
136 if (strcmp(family_string_lookup[i].s, family_string) == 0) in set_cpuinfo_static()
/kernel/linux/linux-5.10/arch/s390/lib/
H A Dstring.c213 * strcmp - Compare two strings
222 int strcmp(const char *s1, const char *s2) in strcmp() function
238 EXPORT_SYMBOL(strcmp); variable
/kernel/linux/linux-5.10/drivers/firmware/efi/
H A Ddev-path-parser.c29 return !strcmp(adev->pnp.unique_id, hid_uid.uid); in match_acpi_dev()
31 return !strcmp("0", hid_uid.uid); in match_acpi_dev()
/kernel/linux/linux-6.6/arch/microblaze/kernel/cpu/
H A Dcpuinfo-static.c130 if (strcmp(cpu_ver_lookup[i].s, cpu_ver_string) == 0) in set_cpuinfo_static()
136 if (strcmp(family_string_lookup[i].s, family_string) == 0) in set_cpuinfo_static()
/kernel/linux/linux-5.10/tools/testing/selftests/mount/
H A Dnosymfollow-test.c160 if (strcmp(buf, DATA) != 0) in test_readlink()
161 die("readlink strcmp failed: '%s' '%s'\n", buf, DATA); in test_readlink()
170 if (strcmp(path, DATA) != 0) in test_realpath()
171 die("realpath strcmp failed\n"); in test_realpath()
/kernel/linux/linux-6.6/arch/s390/lib/
H A Dstring.c201 * strcmp - Compare two strings
210 int strcmp(const char *s1, const char *s2) in strcmp() function
228 EXPORT_SYMBOL(strcmp); variable
/kernel/linux/linux-5.10/drivers/mfd/
H A Dtps65911-comparator.c98 if (!strcmp(comp_attr.name, "comp1_threshold")) in comp_threshold_show()
100 else if (!strcmp(comp_attr.name, "comp2_threshold")) in comp_threshold_show()
/kernel/linux/linux-5.10/drivers/leds/
H A Dleds-pm8058.c130 if (!strcmp(state, "keep")) { in pm8058_led_probe()
132 } else if (!strcmp(state, "on")) { in pm8058_led_probe()
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_hba.c49 if (!strcmp(old->ops->name, ops->name)) { in transport_backend_register()
96 if (!strcmp(tb->ops->name, name)) in core_get_backend()
/kernel/linux/linux-5.10/net/sunrpc/
H A Dsvcauth.c177 if (strcmp(hp->name, name)==0) { in auth_domain_lookup()
199 if (strcmp(hp->name, name)==0) { in auth_domain_find()
/kernel/linux/linux-5.10/samples/kobject/
H A Dkset-example.c143 if (strcmp(attr->attr.name, "baz") == 0) in b_show()
159 if (strcmp(attr->attr.name, "baz") == 0) in b_store()
/kernel/linux/linux-5.10/tools/perf/arch/powerpc/util/
H A Dkvm-stat.c64 return (!strcmp(evsel->name, kvm_events_tp[3])); in hcall_event_end()
70 if (!strcmp(evsel->name, kvm_events_tp[2])) { in hcall_event_begin()
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/
H A Dperf-time-to-tsc.c132 if (strcmp(event->comm.comm, comm1) == 0) { in test__perf_time_to_tsc()
136 if (strcmp(event->comm.comm, comm2) == 0) { in test__perf_time_to_tsc()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-config.c87 if (strcmp(name, item->name) == 0) { in show_spec_config()
141 else if (!strcmp(*value, "=")) { in parse_config_arg()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dstring.c60 if (strcmp(p, "b") != 0) in perf_atoll()
63 if (strcmp(p, "B") != 0) in perf_atoll()
H A Dsyscalltbl.c53 return strcmp(key, entry->name); in syscallcmpname()
60 return strcmp(a->name, b->name); in syscallcmp()
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dexpand-cgroup.c64 if (strcmp(evsel->name, ev_name[i % nr_events])) { in test_expand_events()
70 if (strcmp(evsel->cgrp->name, cgrp_name[i / nr_events])) { in test_expand_events()
/kernel/linux/linux-5.10/drivers/watchdog/
H A Dgpio_wdt.c125 if (!strcmp(algo, "toggle")) { in gpio_wdt_probe()
128 } else if (!strcmp(algo, "level")) { in gpio_wdt_probe()
/kernel/linux/linux-5.10/lib/
H A Dtextsearch.c119 if (!strcmp(name, o->name)) { in lookup_ts_algo()
154 if (!strcmp(ops->name, o->name)) in textsearch_register()
/kernel/linux/linux-5.10/net/ipv6/netfilter/
H A Dip6t_rpfilter.c119 if (strcmp(par->table, "mangle") != 0 && in rpfilter_check()
120 strcmp(par->table, "raw") != 0) { in rpfilter_check()
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-fsl-lib.c147 if (prop && !strcmp(prop, "cpu-qe")) in of_mpc8xxx_spi_probe()
149 else if (prop && !strcmp(prop, "qe")) in of_mpc8xxx_spi_probe()
/kernel/linux/linux-6.6/drivers/mfd/
H A Dtps65911-comparator.c98 if (!strcmp(comp_attr.name, "comp1_threshold")) in comp_threshold_show()
100 else if (!strcmp(comp_attr.name, "comp2_threshold")) in comp_threshold_show()
/kernel/linux/linux-6.6/drivers/net/
H A DSpace.c96 !strcmp(dev->name, s[i].name)) { in netdev_boot_setup_check()
134 if (!strcmp(name, s[i].name)) in netdev_boot_base()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dutmisc.c33 if (!(strcmp(id, in acpi_ut_is_pci_root_bridge()
35 !(strcmp(id, PCI_EXPRESS_ROOT_HID_STRING))) { in acpi_ut_is_pci_root_bridge()
/kernel/linux/linux-6.6/drivers/watchdog/
H A Dgpio_wdt.c125 if (!strcmp(algo, "toggle")) { in gpio_wdt_probe()
128 } else if (!strcmp(algo, "level")) { in gpio_wdt_probe()

Completed in 12 milliseconds

1...<<61626364656667686970>>...303