/kernel/linux/linux-5.10/arch/microblaze/kernel/cpu/ |
H A D | cpuinfo-static.c | 130 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 D | string.c | 213 * 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 D | dev-path-parser.c | 29 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 D | cpuinfo-static.c | 130 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 D | nosymfollow-test.c | 160 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 D | string.c | 201 * 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 D | tps65911-comparator.c | 98 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 D | leds-pm8058.c | 130 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 D | target_core_hba.c | 49 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 D | svcauth.c | 177 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 D | kset-example.c | 143 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 D | kvm-stat.c | 64 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 D | perf-time-to-tsc.c | 132 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 D | builtin-config.c | 87 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 D | string.c | 60 if (strcmp(p, "b") != 0) in perf_atoll() 63 if (strcmp(p, "B") != 0) in perf_atoll()
|
H A D | syscalltbl.c | 53 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 D | expand-cgroup.c | 64 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 D | gpio_wdt.c | 125 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 D | textsearch.c | 119 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 D | ip6t_rpfilter.c | 119 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 D | spi-fsl-lib.c | 147 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 D | tps65911-comparator.c | 98 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 D | Space.c | 96 !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 D | utmisc.c | 33 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 D | gpio_wdt.c | 125 if (!strcmp(algo, "toggle")) { in gpio_wdt_probe() 128 } else if (!strcmp(algo, "level")) { in gpio_wdt_probe()
|