Home
last modified time | relevance | path

Searched refs:strcmp (Results 676 - 700 of 4228) sorted by relevance

1...<<21222324252627282930>>...170

/kernel/linux/linux-5.10/fs/f2fs/
H A Dsysfs.c252 if (!strcmp(a->attr.name, "extension_list")) { in f2fs_sbi_show()
291 if (!strcmp(a->attr.name, "extension_list")) { in __sbi_store()
359 if (!strcmp(a->attr.name, "discard_granularity")) { in __sbi_store()
368 if (!strcmp(a->attr.name, "migration_granularity")) { in __sbi_store()
373 if (!strcmp(a->attr.name, "trim_sections")) in __sbi_store()
376 if (!strcmp(a->attr.name, "gc_urgent")) { in __sbi_store()
394 if (!strcmp(a->attr.name, "gc_idle")) { in __sbi_store()
409 if (!strcmp(a->attr.name, "iostat_enable")) { in __sbi_store()
416 if (!strcmp(a->attr.name, "iostat_period_ms")) { in __sbi_store()
435 bool gc_entry = (!strcmp( in f2fs_sbi_store()
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Dipconfig.c205 return user_dev_name[0] ? !strcmp(dev->name, user_dev_name) : in ic_is_init_dev()
1635 if (!strcmp(name, "on") || !strcmp(name, "any")) { in ic_proto_name()
1638 if (!strcmp(name, "off") || !strcmp(name, "none")) { in ic_proto_name()
1664 else if (!strcmp(name, "bootp")) { in ic_proto_name()
1670 else if (!strcmp(name, "rarp")) { in ic_proto_name()
1676 else if (!strcmp(name, "both")) { in ic_proto_name()
1701 strcmp(addrs, "off") == 0 || in ip_auto_config_setup()
1702 strcmp(addr in ip_auto_config_setup()
[all...]
/kernel/linux/linux-6.6/drivers/most/
H A Dcore.c337 if (!strcmp(dev_attr->attr.name, "set_dbr_size") && in channel_attr_is_visible()
340 if (!strcmp(dev_attr->attr.name, "set_packets_per_xact") && in channel_attr_is_visible()
453 if (!strcmp(comp->name, name)) in match_component()
496 if (!strcmp(dev_name(dev), "most")) in most_match()
544 if (!strcmp(dev_name(&c->dev), mdev_ch)) in get_channel()
624 if (!strcmp(buf, ch_data_type[i].name)) { in most_set_cfg_datatype()
641 if (!strcmp(buf, "dir_rx")) { in most_set_cfg_direction()
643 } else if (!strcmp(buf, "rx")) { in most_set_cfg_direction()
645 } else if (!strcmp(buf, "dir_tx")) { in most_set_cfg_direction()
647 } else if (!strcmp(bu in most_set_cfg_direction()
[all...]
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dpower_supply_core.c52 if (!strcmp(supplier->desc->name, supply->supplied_from[i])) in __power_supply_is_supplied_by()
58 if (!strcmp(supplier->supplied_to[i], supply->desc->name)) in __power_supply_is_supplied_by()
445 return strcmp(psy->desc->name, name) == 0; in power_supply_match_device_by_name()
621 if (strcmp("simple-battery", value)) { in power_supply_get_battery_info()
673 if (!strcmp("nickel-cadmium", value)) in power_supply_get_battery_info()
675 else if (!strcmp("nickel-metal-hydride", value)) in power_supply_get_battery_info()
677 else if (!strcmp("lithium-ion", value)) in power_supply_get_battery_info()
680 else if (!strcmp("lithium-ion-polymer", value)) in power_supply_get_battery_info()
682 else if (!strcmp("lithium-ion-iron-phosphate", value)) in power_supply_get_battery_info()
684 else if (!strcmp("lithiu in power_supply_get_battery_info()
[all...]
/kernel/linux/linux-6.6/tools/mm/
H A Dslabinfo.c321 if (strcmp(s->name, "*") == 0) in slab_validate()
329 if (strcmp(s->name, "*") == 0) in slab_shrink()
387 if (strcmp(s->name, "*") == 0) in slab_numa()
452 if (strcmp(s->name, "*") == 0) in ops()
556 if (strcmp(s->name, "*") == 0) in report()
602 if (strcmp(s->name, "*") == 0) in slabcache()
679 if (!opt || !opt[0] || strcmp(opt, "-") == 0) in debug_opt_scan()
743 if (strcmp(s->name, "*") == 0) in slab_debug()
1142 if (strcmp(a->ref, s->name) == 0) { in link_slabs()
1167 if (strcmp( in alias()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dipconfig.c204 return user_dev_name[0] ? !strcmp(dev->name, user_dev_name) : in ic_is_init_dev()
1671 if (!strcmp(name, "on") || !strcmp(name, "any")) { in ic_proto_name()
1674 if (!strcmp(name, "off") || !strcmp(name, "none")) { in ic_proto_name()
1700 else if (!strcmp(name, "bootp")) { in ic_proto_name()
1706 else if (!strcmp(name, "rarp")) { in ic_proto_name()
1712 else if (!strcmp(name, "both")) { in ic_proto_name()
1737 strcmp(addrs, "off") == 0 || in ip_auto_config_setup()
1738 strcmp(addr in ip_auto_config_setup()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/dlink/
H A Ddl2k.c158 if (strcmp (media[card_idx], "auto") == 0 || in rio_probe1()
159 strcmp (media[card_idx], "autosense") == 0 || in rio_probe1()
160 strcmp (media[card_idx], "0") == 0 ) { in rio_probe1()
162 } else if (strcmp (media[card_idx], "100mbps_fd") == 0 || in rio_probe1()
163 strcmp (media[card_idx], "4") == 0) { in rio_probe1()
166 } else if (strcmp (media[card_idx], "100mbps_hd") == 0 || in rio_probe1()
167 strcmp (media[card_idx], "3") == 0) { in rio_probe1()
170 } else if (strcmp (media[card_idx], "10mbps_fd") == 0 || in rio_probe1()
171 strcmp (media[card_idx], "2") == 0) { in rio_probe1()
174 } else if (strcmp (medi in rio_probe1()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/dlink/
H A Ddl2k.c158 if (strcmp (media[card_idx], "auto") == 0 || in rio_probe1()
159 strcmp (media[card_idx], "autosense") == 0 || in rio_probe1()
160 strcmp (media[card_idx], "0") == 0 ) { in rio_probe1()
162 } else if (strcmp (media[card_idx], "100mbps_fd") == 0 || in rio_probe1()
163 strcmp (media[card_idx], "4") == 0) { in rio_probe1()
166 } else if (strcmp (media[card_idx], "100mbps_hd") == 0 || in rio_probe1()
167 strcmp (media[card_idx], "3") == 0) { in rio_probe1()
170 } else if (strcmp (media[card_idx], "10mbps_fd") == 0 || in rio_probe1()
171 strcmp (media[card_idx], "2") == 0) { in rio_probe1()
174 } else if (strcmp (medi in rio_probe1()
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsymbol.c121 return strcmp(namea, nameb); in arch__compare_symbol_names()
448 return strcmp(lhs->name, rhs->name); in symbols__sort_name_cmp()
879 if (strcmp(curr_map_dso->short_name, module)) { in maps__split_kallsyms()
1005 restricted = strcmp(r, restricted_filename) == 0; in symbol__restricted_filename()
1029 if (strcmp(mi->name, m->name) < 0) in add_module()
1062 cmp = strcmp(name, m->name); in find_module()
1134 strcmp(from_m->name, to_m->name)) in compare_proc_modules()
1199 if (!strcmp(name, "kallsyms")) { in filename_from_kallsyms_filename()
1728 if (!strcmp(bfd_asymbol_name(symbols[i]), "__ImageBase") || in dso__load_bfd_symbols()
1729 !strcmp(bfd_asymbol_nam in dso__load_bfd_symbols()
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-trace.c1159 return strcmp(name, fmt->name); in syscall_fmt__cmp()
1178 if (fmts[i].alias && strcmp(fmts[i].alias, alias) == 0) in __syscall_fmt__find_by_alias()
1670 return strcmp(name, fmt->name); in syscall_arg_fmt__cmp()
1699 if (strcmp(field->type, "const char *") == 0 && in syscall_arg_fmt__init_array()
1700 ((len >= 4 && strcmp(field->name + len - 4, "name") == 0) || in syscall_arg_fmt__init_array()
1705 else if (strcmp(field->type, "pid_t") == 0) in syscall_arg_fmt__init_array()
1707 else if (strcmp(field->type, "umode_t") == 0) in syscall_arg_fmt__init_array()
1712 } else if ((strcmp(field->type, "int") == 0 || in syscall_arg_fmt__init_array()
1713 strcmp(field->type, "unsigned int") == 0 || in syscall_arg_fmt__init_array()
1714 strcmp(fiel in syscall_arg_fmt__init_array()
[all...]
/kernel/linux/linux-5.10/drivers/nvdimm/
H A Dnamespace_devs.c282 if (strcmp(res->name, label_id.id) == 0) in nd_namespace_blk_size()
302 if (strcmp(res->name, label_id.id) != 0) in __nd_namespace_blk_validate()
435 if (strcmp(res->name, label_id->id) == 0) in scan_free()
543 bool is_reserve = strcmp(label_id->id, "pmem-reserve") == 0; in space_valid()
606 if (strcmp(label_id->id, res->name) == 0) in scan_allocate()
665 if (strcmp(res->name, label_id->id) == 0) { in scan_allocate()
674 if (strcmp(next->name, label_id->id) == 0) { in scan_allocate()
681 } else if (strcmp(res->name, label_id->id) == 0) { in scan_allocate()
687 if (strcmp(res->name, label_id->id) == 0) in scan_allocate()
696 if (strcmp(actio in scan_allocate()
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c529 if (strcmp(param->u.crypt.alg, "none") == 0 && !psta) in rtw_cfg80211_ap_set_encryption()
532 if (strcmp(param->u.crypt.alg, "WEP") == 0 && !psta) { in rtw_cfg80211_ap_set_encryption()
573 if (strcmp(param->u.crypt.alg, "WEP") == 0) { in rtw_cfg80211_ap_set_encryption()
580 } else if (strcmp(param->u.crypt.alg, "TKIP") == 0) { in rtw_cfg80211_ap_set_encryption()
592 } else if (strcmp(param->u.crypt.alg, "CCMP") == 0) { in rtw_cfg80211_ap_set_encryption()
623 if (strcmp(param->u.crypt.alg, "WEP") == 0) { in rtw_cfg80211_ap_set_encryption()
627 } else if (strcmp(param->u.crypt.alg, "TKIP") == 0) { in rtw_cfg80211_ap_set_encryption()
637 } else if (strcmp(param->u.crypt.alg, "CCMP") == 0) { in rtw_cfg80211_ap_set_encryption()
650 if (strcmp(param->u.crypt.alg, "WEP") == 0) { in rtw_cfg80211_ap_set_encryption()
656 } else if (strcmp(para in rtw_cfg80211_ap_set_encryption()
[all...]
/kernel/linux/linux-5.10/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-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()

Completed in 28 milliseconds

1...<<21222324252627282930>>...170