Home
last modified time | relevance | path

Searched refs:strcmp (Results 401 – 425 of 2998) sorted by relevance

1...<<11121314151617181920>>...120

/openbmc/u-boot/drivers/firmware/
H A Dpsci.c76 if (!strcmp("hvc", method)) { in psci_probe()
78 } else if (!strcmp("smc", method)) { in psci_probe()
/openbmc/linux/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 Dx_tables.c207 if (strcmp(m->name, name) == 0) { in xt_find_match()
256 if (strcmp(t->name, name) == 0) { in xt_find_target()
355 if (strcmp(m->name, name) == 0) { in match_revfn()
377 if (strcmp(t->name, name) == 0) { in target_revfn()
471 if (strcmp(name, ".") == 0 || in xt_check_proc_name()
472 strcmp(name, "..") == 0 || in xt_check_proc_name()
1223 if (strcmp(t->name, name) == 0) { in xt_find_table()
1251 if (strcmp(tmpl->name, name)) in xt_find_table_lock()
1271 if (strcmp(t->name, name) == 0) in xt_find_table_lock()
1470 if (strcmp(t->name, table->name) == 0) { in xt_register_table()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlink_pinning.c32 CHECK(strcmp(link_pin_path, bpf_link__pin_path(link)), "pin_path1", in test_link_pinning_subtest()
57 CHECK(strcmp(link_pin_path, bpf_link__pin_path(link)), "pin_path2", in test_link_pinning_subtest()
H A Dtask_fd_query_rawtp.c31 strcmp(buf, "sys_enter") == 0; in test_task_fd_query_rawtp()
69 strcmp(buf, "sy") == 0; in test_task_fd_query_rawtp()
/openbmc/qemu/migration/
H A Dglobal_state.c73 if (strcmp(runstate, "running") == 0 || in global_state_needed()
74 strcmp(runstate, "paused") == 0) { in global_state_needed()
/openbmc/linux/drivers/accessibility/speakup/
H A Dutils.h76 if (this->name && !strcmp(name, this->name)) in find_key()
91 if (!strcmp(name, this->name)) in add_key()
/openbmc/linux/tools/testing/selftests/net/
H A Dmsg_zerocopy.c767 if (strcmp(cfg_test, "rds") == 0) { in parse_opts()
793 if (!strcmp(cfg_test, "packet")) in main()
795 else if (!strcmp(cfg_test, "packet_dgram")) in main()
797 else if (!strcmp(cfg_test, "raw")) in main()
799 else if (!strcmp(cfg_test, "raw_hdrincl")) in main()
801 else if (!strcmp(cfg_test, "tcp")) in main()
803 else if (!strcmp(cfg_test, "udp")) in main()
805 else if (!strcmp(cfg_test, "rds")) in main()
H A Dgro.c116 if (strcmp(testname, "ip") == 0) { in setup_sock_filter()
822 if (strcmp(testname, "data") == 0) { in gro_sender()
831 } else if (strcmp(testname, "ack") == 0) { in gro_sender()
834 } else if (strcmp(testname, "flags") == 0) { in gro_sender()
846 } else if (strcmp(testname, "tcp") == 0) { in gro_sender()
858 } else if (strcmp(testname, "ip") == 0) { in gro_sender()
886 } else if (strcmp(testname, "large") == 0) { in gro_sender()
921 if (strcmp(testname, "data") == 0) { in gro_receiver()
934 } else if (strcmp(testname, "ack") == 0) { in gro_receiver()
955 } else if (strcmp(testname, "tcp") == 0) { in gro_receiver()
[all …]
/openbmc/linux/scripts/genksyms/
H A Dgenksyms.c161 strcmp(name, sym->name) == 0 && in find_symbol()
178 strcmp(defn->string, "}") == 0 && in is_unknown_symbol()
180 strcmp(defn->string, "UNKNOWN") == 0 && in is_unknown_symbol()
182 strcmp(defn->string, "{") == 0); in is_unknown_symbol()
232 strcmp(name, sym->name) == 0) { in __add_symbol()
397 if (a->tag != b->tag || strcmp(a->string, b->string)) in equal_list()
466 !strcmp(sym->string, "override")) { in read_reference()
475 !strcmp(def->string, "extern")) { in read_reference()
/openbmc/linux/security/tomoyo/
H A Ddomain.c258 if (program && strcmp(program, "any")) { in tomoyo_write_transition_control()
265 if (domainname && strcmp(domainname, "any")) { in tomoyo_write_transition_control()
317 if (strcmp(ptr->domainname->name, last_name)) in tomoyo_scan_transition()
776 if (!strcmp(domainname, "keep")) in tomoyo_find_next_domain()
778 if (!strcmp(domainname, "child")) in tomoyo_find_next_domain()
780 if (!strcmp(domainname, "reset")) in tomoyo_find_next_domain()
782 if (!strcmp(domainname, "initialize")) in tomoyo_find_next_domain()
784 if (!strcmp(domainname, "parent")) { in tomoyo_find_next_domain()
/openbmc/u-boot/common/
H A Dimage-sig.c146 if (!strcmp(crypto_algos[i].name, name)) in image_get_crypto_algo()
161 if (!strcmp(padding_algos[i].name, name)) in image_get_padding_algo()
346 if (!required || strcmp(required, "image")) in fit_image_verify_required_sigs()
443 !strcmp(name + sizeof(FIT_CONFS_PATH), config_name)) { in fit_config_check_sig()
563 if (!required || strcmp(required, "conf")) in fit_config_verify_required_sigs()
/openbmc/qemu/hw/ppc/
H A Dmac_oldworld.c380 if (!strcmp(object_get_typename(OBJECT(dev)), "macio-oldworld")) { in heathrow_fw_dev_path()
385 if (!strcmp(object_get_typename(OBJECT(dev)), "macio-ide")) { in heathrow_fw_dev_path()
390 if (!strcmp(object_get_typename(OBJECT(dev)), "ide-hd")) { in heathrow_fw_dev_path()
394 if (!strcmp(object_get_typename(OBJECT(dev)), "ide-cd")) { in heathrow_fw_dev_path()
398 if (!strcmp(object_get_typename(OBJECT(dev)), "virtio-blk-device")) { in heathrow_fw_dev_path()
/openbmc/linux/scripts/kconfig/
H A Dpreprocess.c73 if (!strcmp(name, e->name)) in env_expand()
114 if (!strcmp(argv[0], "y")) in do_error_if()
183 if (!strcmp(argv[0], "y")) in do_warning_if()
209 if (strcmp(f->name, name)) in function_expand()
244 if (!strcmp(name, v->name)) in variable_lookup()
/openbmc/linux/tools/perf/util/
H A Dcputopo.c65 if (!strcmp(buf, tp->package_cpus_list[i])) in build_cpu_topology()
96 if (!strcmp(buf, tp->die_cpus_list[i])) in build_cpu_topology()
126 if (!strcmp(buf, tp->core_cpus_list[i])) in build_cpu_topology()
339 if (!strcmp(field, "MemTotal:")) in load_numa_node()
341 if (!strcmp(field, "MemFree:")) in load_numa_node()
/openbmc/linux/tools/perf/tests/
H A Dhists_cumulate.c224 !strcmp(COMM(he), expected[i].comm) && in do_test()
225 !strcmp(DSO(he), expected[i].dso) && in do_test()
226 !strcmp(SYM(he), expected[i].sym)); in do_test()
247 !strcmp(CDSO(clist), expected_callchain[i].node[c].dso) && in do_test()
248 !strcmp(CSYM(clist), expected_callchain[i].node[c].sym)); in do_test()
/openbmc/linux/drivers/of/
H A Dunittest.c134 unittest(np && !strcmp("testoption", options), in of_unittest_find_node_by_name()
139 unittest(np && !strcmp("test/option", options), in of_unittest_find_node_by_name()
144 unittest(np && !strcmp("test/option", options), in of_unittest_find_node_by_name()
154 unittest(np && !strcmp("testaliasoption", options), in of_unittest_find_node_by_name()
793 !strcmp((p1)->name, (p2)->name))
1588 if (!strcmp(full_name, "/__local_fixups__") || in attach_node_and_children()
1589 !strcmp(full_name, "/__fixups__")) { in attach_node_and_children()
3436 if (!strcmp(overlay_name, info->name)) { in unittest_unflatten_overlay_base()
3497 if (!strcmp(overlay_name, info->name)) { in overlay_data_apply()
3658 if (!strcmp(prop->name, "name")) in of_unittest_overlay_high_level()
[all …]
/openbmc/linux/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()
/openbmc/u-boot/board/synopsys/emsdp/
H A Demsdp.c99 if (!strcmp(argv[1], "unlock")) in do_emsdp_rom()
101 else if (!strcmp(argv[1], "lock")) in do_emsdp_rom()
/openbmc/linux/mm/kasan/
H A Dtags.c49 if (!strcmp(arg, "off")) in early_kasan_flag_stacktrace()
51 else if (!strcmp(arg, "on")) in early_kasan_flag_stacktrace()
/openbmc/linux/arch/x86/kernel/
H A Dcet.c107 if (!strcmp(str, "off")) in ibt_setup()
110 if (!strcmp(str, "warn")) in ibt_setup()
/openbmc/linux/sound/soc/mediatek/common/
H A Dmtk-soundcard-driver.c75 if (strcmp(str, of_clk_table[i].name) == 0) { in set_dailink_daifmt()
103 if (!strcmp(dai_link_name, dai_link->name)) in parse_dai_link_info()
/openbmc/linux/kernel/trace/rv/
H A Drv_reactors.c78 if (strcmp(name, r->reactor->name) == 0) in get_reactor_rdef_by_name()
225 if (strcmp(ptr, rdef->reactor->name) != 0) in monitor_reactors_write()
283 if (strcmp(reactor->name, r->reactor->name) == 0) { in __rv_register_reactor()
337 if (strcmp(reactor->name, ptr->reactor->name) == 0) { in rv_unregister_reactor()
/openbmc/linux/fs/hpfs/
H A Dea.c84 if (!strcmp(ea->name, key)) { in hpfs_read_ea()
107 if (!strcmp(ea->name, key)) { in hpfs_read_ea()
139 if (!strcmp(ea->name, key)) { in hpfs_get_ea()
165 if (!strcmp(ea->name, key)) { in hpfs_get_ea()
202 if (!strcmp(ea->name, key)) { in hpfs_set_ea()
226 if (!strcmp(ea->name, key)) { in hpfs_set_ea()
/openbmc/u-boot/cmd/
H A Dflash.c315 if (strcmp(argv[1], "all") == 0) { in do_flerase()
364 if (strcmp(argv[1], "bank") == 0) { in do_flerase()
454 if (strcmp(argv[1], "off") == 0) in do_protect()
456 else if (strcmp(argv[1], "on") == 0) in do_protect()
463 if (strcmp(argv[2], "all") == 0) { in do_protect()
543 if (strcmp(argv[2], "bank") == 0) { in do_protect()

1...<<11121314151617181920>>...120