Home
last modified time | relevance | path

Searched refs:strcmp (Results 1 – 25 of 2243) sorted by relevance

12345678910>>...90

/linux-6.12.1/tools/testing/selftests/powerpc/pmu/sampling_tests/
Dmisc.c312 if (!strcmp(register_name, "R0")) in __perf_reg_mask()
314 else if (!strcmp(register_name, "R1")) in __perf_reg_mask()
316 else if (!strcmp(register_name, "R2")) in __perf_reg_mask()
318 else if (!strcmp(register_name, "R3")) in __perf_reg_mask()
320 else if (!strcmp(register_name, "R4")) in __perf_reg_mask()
322 else if (!strcmp(register_name, "R5")) in __perf_reg_mask()
324 else if (!strcmp(register_name, "R6")) in __perf_reg_mask()
326 else if (!strcmp(register_name, "R7")) in __perf_reg_mask()
328 else if (!strcmp(register_name, "R8")) in __perf_reg_mask()
330 else if (!strcmp(register_name, "R9")) in __perf_reg_mask()
[all …]
/linux-6.12.1/tools/perf/util/
Dperf_regs.c37 if (!strcmp(arch, "csky")) in perf_reg_name()
39 else if (!strcmp(arch, "loongarch")) in perf_reg_name()
41 else if (!strcmp(arch, "mips")) in perf_reg_name()
43 else if (!strcmp(arch, "powerpc")) in perf_reg_name()
45 else if (!strcmp(arch, "riscv")) in perf_reg_name()
47 else if (!strcmp(arch, "s390")) in perf_reg_name()
49 else if (!strcmp(arch, "x86")) in perf_reg_name()
51 else if (!strcmp(arch, "arm")) in perf_reg_name()
53 else if (!strcmp(arch, "arm64")) in perf_reg_name()
88 if (!strcmp(arch, "arm")) in perf_arch_reg_ip()
[all …]
/linux-6.12.1/tools/perf/tests/
Dhists_output.c182 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1()
183 !strcmp(SYM(he), "main") && he->stat.period == 200); in test1()
188 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "[kernel]") && in test1()
189 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
194 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
195 !strcmp(SYM(he), "main") && he->stat.period == 100); in test1()
200 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1()
201 !strcmp(SYM(he), "xmalloc") && he->stat.period == 100); in test1()
206 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "[kernel]") && in test1()
207 !strcmp(SYM(he), "page_fault") && he->stat.period == 100); in test1()
[all …]
/linux-6.12.1/tools/perf/arch/csky/annotate/
Dinstructions.c12 if (!strcmp(name, "bt") || in csky__associate_ins_ops()
13 !strcmp(name, "bf") || in csky__associate_ins_ops()
14 !strcmp(name, "bez") || in csky__associate_ins_ops()
15 !strcmp(name, "bnez") || in csky__associate_ins_ops()
16 !strcmp(name, "bnezad") || in csky__associate_ins_ops()
17 !strcmp(name, "bhsz") || in csky__associate_ins_ops()
18 !strcmp(name, "bhz") || in csky__associate_ins_ops()
19 !strcmp(name, "blsz") || in csky__associate_ins_ops()
20 !strcmp(name, "blz") || in csky__associate_ins_ops()
21 !strcmp(name, "br") || in csky__associate_ins_ops()
[all …]
/linux-6.12.1/drivers/target/iscsi/
Discsi_target_parameters.c443 if (!strcmp(param->name, AUTHMETHOD)) { in iscsi_set_keys_to_negotiate()
445 } else if (!strcmp(param->name, HEADERDIGEST)) { in iscsi_set_keys_to_negotiate()
448 } else if (!strcmp(param->name, DATADIGEST)) { in iscsi_set_keys_to_negotiate()
451 } else if (!strcmp(param->name, MAXCONNECTIONS)) { in iscsi_set_keys_to_negotiate()
453 } else if (!strcmp(param->name, TARGETNAME)) { in iscsi_set_keys_to_negotiate()
455 } else if (!strcmp(param->name, INITIATORNAME)) { in iscsi_set_keys_to_negotiate()
457 } else if (!strcmp(param->name, TARGETALIAS)) { in iscsi_set_keys_to_negotiate()
460 } else if (!strcmp(param->name, INITIATORALIAS)) { in iscsi_set_keys_to_negotiate()
462 } else if (!strcmp(param->name, TARGETPORTALGROUPTAG)) { in iscsi_set_keys_to_negotiate()
464 } else if (!strcmp(param->name, INITIALR2T)) { in iscsi_set_keys_to_negotiate()
[all …]
/linux-6.12.1/fs/orangefs/
Dorangefs-sysfs.c195 if (!strcmp(kobj->name, PC_KOBJ_ID) || in orangefs_attr_store()
196 !strcmp(kobj->name, STATS_KOBJ_ID)) in orangefs_attr_store()
218 if (!strcmp(kobj->name, ORANGEFS_KOBJ_ID)) { in sysfs_int_show()
219 if (!strcmp(attr->attr.name, "op_timeout_secs")) { in sysfs_int_show()
225 } else if (!strcmp(attr->attr.name, in sysfs_int_show()
232 } else if (!strcmp(attr->attr.name, in sysfs_int_show()
239 } else if (!strcmp(attr->attr.name, in sysfs_int_show()
246 } else if (!strcmp(attr->attr.name, in sysfs_int_show()
257 } else if (!strcmp(kobj->name, STATS_KOBJ_ID)) { in sysfs_int_show()
258 if (!strcmp(attr->attr.name, "reads")) { in sysfs_int_show()
[all …]
/linux-6.12.1/drivers/macintosh/
Dwindfarm_smu_controls.c188 if (!strcmp(l, "Rear Fan 0") || !strcmp(l, "Rear Fan") || in smu_fan_create()
189 !strcmp(l, "Rear fan 0") || !strcmp(l, "Rear fan") || in smu_fan_create()
190 !strcmp(l, "CPU A EXHAUST")) in smu_fan_create()
192 else if (!strcmp(l, "Rear Fan 1") || !strcmp(l, "Rear fan 1") || in smu_fan_create()
193 !strcmp(l, "CPU B EXHAUST")) in smu_fan_create()
195 else if (!strcmp(l, "Front Fan 0") || !strcmp(l, "Front Fan") || in smu_fan_create()
196 !strcmp(l, "Front fan 0") || !strcmp(l, "Front fan") || in smu_fan_create()
197 !strcmp(l, "CPU A INTAKE")) in smu_fan_create()
199 else if (!strcmp(l, "Front Fan 1") || !strcmp(l, "Front fan 1") || in smu_fan_create()
200 !strcmp(l, "CPU B INTAKE")) in smu_fan_create()
[all …]
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Darg_parsing.c39 ASSERT_OK(strcmp("arg_parsing", set.tests[0].name), "subtest name"); in test_parse_test_list()
50 ASSERT_OK(strcmp("arg_parsing", set.tests[0].name), "test name"); in test_parse_test_list()
51 ASSERT_OK(strcmp("bpf_cookie", set.tests[1].name), "test name"); in test_parse_test_list()
65 ASSERT_OK(strcmp("arg_parsing", set.tests[0].name), "test name"); in test_parse_test_list()
66 ASSERT_OK(strcmp("arg_parsing", set.tests[0].subtests[0]), in test_parse_test_list()
68 ASSERT_OK(strcmp("bpf_cookie", set.tests[1].name), "test name"); in test_parse_test_list()
83 ASSERT_OK(strcmp("arg_parsing", set.tests[0].name), "test name"); in test_parse_test_list()
84 ASSERT_OK(strcmp("arg_parsing", set.tests[0].subtests[0]), in test_parse_test_list()
86 ASSERT_OK(strcmp("bpf_cookie", set.tests[1].name), "test name"); in test_parse_test_list()
87 ASSERT_OK(strcmp("send_signal", set.tests[2].name), "test name"); in test_parse_test_list()
[all …]
/linux-6.12.1/tools/testing/selftests/net/
Dioam6_parser.c442 if (!strcmp("out_undef_ns", tname)) in str2id()
444 if (!strcmp("out_no_room", tname)) in str2id()
446 if (!strcmp("out_bit0", tname)) in str2id()
448 if (!strcmp("out_bit1", tname)) in str2id()
450 if (!strcmp("out_bit2", tname)) in str2id()
452 if (!strcmp("out_bit3", tname)) in str2id()
454 if (!strcmp("out_bit4", tname)) in str2id()
456 if (!strcmp("out_bit5", tname)) in str2id()
458 if (!strcmp("out_bit6", tname)) in str2id()
460 if (!strcmp("out_bit7", tname)) in str2id()
[all …]
/linux-6.12.1/tools/perf/arch/
Dcommon.c156 if (!strcmp(perf_env__arch(NULL), arch)) in perf_env__lookup_binutils_path()
173 if (!strcmp(arch, "arc")) in perf_env__lookup_binutils_path()
175 else if (!strcmp(arch, "arm")) in perf_env__lookup_binutils_path()
177 else if (!strcmp(arch, "arm64")) in perf_env__lookup_binutils_path()
179 else if (!strcmp(arch, "powerpc")) in perf_env__lookup_binutils_path()
181 else if (!strcmp(arch, "riscv32")) in perf_env__lookup_binutils_path()
183 else if (!strcmp(arch, "riscv64")) in perf_env__lookup_binutils_path()
185 else if (!strcmp(arch, "sh")) in perf_env__lookup_binutils_path()
187 else if (!strcmp(arch, "s390")) in perf_env__lookup_binutils_path()
189 else if (!strcmp(arch, "sparc")) in perf_env__lookup_binutils_path()
[all …]
/linux-6.12.1/arch/x86/pci/
Dcommon.c518 if (!strcmp(str, "off")) { in pcibios_setup()
521 } else if (!strcmp(str, "bfsort")) { in pcibios_setup()
524 } else if (!strcmp(str, "nobfsort")) { in pcibios_setup()
529 else if (!strcmp(str, "bios")) { in pcibios_setup()
532 } else if (!strcmp(str, "nobios")) { in pcibios_setup()
535 } else if (!strcmp(str, "biosirq")) { in pcibios_setup()
544 else if (!strcmp(str, "conf1")) { in pcibios_setup()
548 else if (!strcmp(str, "conf2")) { in pcibios_setup()
554 else if (!strcmp(str, "nommconf")) { in pcibios_setup()
558 else if (!strcmp(str, "check_enable_amd_mmconf")) { in pcibios_setup()
[all …]
/linux-6.12.1/tools/power/cpupower/utils/
Dcpupower.c95 if ((subpage != NULL) && strcmp(subpage, "help")) { in print_man_page()
132 if (!strcmp(param, "-h") || !strcmp(param, "--help")) { in handle_options()
135 } else if (!strcmp(param, "-c") || !strcmp(param, "--cpu")) { in handle_options()
140 if (!strcmp((*argv)[x+1], "all")) in handle_options()
155 } else if (!strcmp(param, "-v") || in handle_options()
156 !strcmp(param, "--version")) { in handle_options()
160 } else if (!strcmp(param, "-d") || !strcmp(param, "--debug")) { in handle_options()
203 if (argc > 1 && !strcmp(argv[1], "--help")) { in main()
219 if (!ret && !strcmp(uts.machine, "x86_64") && in main()
228 if (strcmp(p->cmd, cmd)) in main()
/linux-6.12.1/include/linux/
Dlicense.h7 return (strcmp(license, "GPL") == 0 in license_is_gpl_compatible()
8 || strcmp(license, "GPL v2") == 0 in license_is_gpl_compatible()
9 || strcmp(license, "GPL and additional rights") == 0 in license_is_gpl_compatible()
10 || strcmp(license, "Dual BSD/GPL") == 0 in license_is_gpl_compatible()
11 || strcmp(license, "Dual MIT/GPL") == 0 in license_is_gpl_compatible()
12 || strcmp(license, "Dual MPL/GPL") == 0); in license_is_gpl_compatible()
/linux-6.12.1/crypto/asymmetric_keys/
Dpublic_key.c79 if (strcmp(pkey->pkey_algo, "rsa") == 0) { in software_key_determine_akcipher()
83 if (strcmp(encoding, "pkcs1") == 0) { in software_key_determine_akcipher()
97 if (strcmp(encoding, "raw") != 0) in software_key_determine_akcipher()
107 if (strcmp(encoding, "x962") != 0) in software_key_determine_akcipher()
118 if (strcmp(hash_algo, "sha1") != 0 && in software_key_determine_akcipher()
119 strcmp(hash_algo, "sha224") != 0 && in software_key_determine_akcipher()
120 strcmp(hash_algo, "sha256") != 0 && in software_key_determine_akcipher()
121 strcmp(hash_algo, "sha384") != 0 && in software_key_determine_akcipher()
122 strcmp(hash_algo, "sha512") != 0 && in software_key_determine_akcipher()
123 strcmp(hash_algo, "sha3-256") != 0 && in software_key_determine_akcipher()
[all …]
/linux-6.12.1/tools/power/cpupower/bench/
Dparse.c183 if (strcmp("sleep", opt) == 0) in prepare_config()
186 else if (strcmp("load", opt) == 0) in prepare_config()
189 else if (strcmp("load_step", opt) == 0) in prepare_config()
192 else if (strcmp("sleep_step", opt) == 0) in prepare_config()
195 else if (strcmp("cycles", opt) == 0) in prepare_config()
198 else if (strcmp("rounds", opt) == 0) in prepare_config()
201 else if (strcmp("verbose", opt) == 0) in prepare_config()
204 else if (strcmp("output", opt) == 0) in prepare_config()
207 else if (strcmp("cpu", opt) == 0) in prepare_config()
210 else if (strcmp("governor", opt) == 0) { in prepare_config()
[all …]
/linux-6.12.1/drivers/media/cec/core/
Dcec-pin-error-inj.c90 if (!strcmp(token, "clear")) { in cec_pin_error_inj_parse_line()
99 if (!strcmp(token, "rx-clear")) { in cec_pin_error_inj_parse_line()
105 if (!strcmp(token, "tx-clear")) { in cec_pin_error_inj_parse_line()
115 if (!strcmp(token, "tx-ignore-nack-until-eom")) { in cec_pin_error_inj_parse_line()
119 if (!strcmp(token, "tx-custom-pulse")) { in cec_pin_error_inj_parse_line()
128 if (!strcmp(token, "tx-custom-low-usecs")) { in cec_pin_error_inj_parse_line()
136 if (!strcmp(token, "tx-custom-high-usecs")) { in cec_pin_error_inj_parse_line()
148 if (!strcmp(token, "any")) { in cec_pin_error_inj_parse_line()
162 if (!strcmp(comma, "off")) in cec_pin_error_inj_parse_line()
164 else if (!strcmp(comma, "once")) in cec_pin_error_inj_parse_line()
[all …]
/linux-6.12.1/tools/perf/
Dperf.c108 return (strstarts(var, header) && !strcmp(var + strlen(header), c->cmd)); in same_cmd_with_prefix()
211 if (!strcmp(cmd, "--help") || !strcmp(cmd, "--version")) in handle_options()
218 if (!strcmp(cmd, "-h")) { in handle_options()
223 if (!strcmp(cmd, "-v")) { in handle_options()
228 if (!strcmp(cmd, "-vv")) { in handle_options()
245 } else if (!strcmp(cmd, "--html-path")) { in handle_options()
248 } else if (!strcmp(cmd, "-p") || !strcmp(cmd, "--paginate")) { in handle_options()
250 } else if (!strcmp(cmd, "--no-pager")) { in handle_options()
254 } else if (!strcmp(cmd, "--debugfs-dir")) { in handle_options()
264 } else if (!strcmp(cmd, "--buildid-dir")) { in handle_options()
[all …]
/linux-6.12.1/tools/verification/rv/src/
Drv.c61 if (!strcmp(argv[1], "-h") || !strcmp(argv[1], "--help")) in rv_list()
100 } else if (!strcmp(argv[1], "-h") || !strcmp(argv[1], "--help")) { in rv_mon()
170 if (!strcmp(argv[1], "-h") || !strcmp(argv[1], "--help")) in main()
173 if (!strcmp(argv[1], "list")) in main()
176 if (!strcmp(argv[1], "mon")) { in main()
/linux-6.12.1/arch/mips/bcm47xx/
Dboard.c247 if (!strcmp(buf1, e1->value1)) in bcm47xx_board_get_nvram()
263 !strcmp(buf2, e2->value2)) in bcm47xx_board_get_nvram()
270 if (!strcmp(buf1, e1->value1)) in bcm47xx_board_get_nvram()
277 if (!strcmp(buf1, e1->value1)) in bcm47xx_board_get_nvram()
286 if (!strcmp(buf1, e1->value1)) in bcm47xx_board_get_nvram()
294 if (!strcmp(buf1, e2->value1) && in bcm47xx_board_get_nvram()
295 !strcmp(buf2, e2->value2)) in bcm47xx_board_get_nvram()
302 if (!strcmp(buf1, e1->value1)) in bcm47xx_board_get_nvram()
311 if (!strcmp(buf1, e3->value1) && in bcm47xx_board_get_nvram()
312 !strcmp(buf2, e3->value2) && in bcm47xx_board_get_nvram()
[all …]
/linux-6.12.1/arch/s390/boot/
Dipl_parm.c274 if (!strcmp(param, "mem") && val) in parse_boot_command_line()
277 if (!strcmp(param, "vmalloc") && val) { in parse_boot_command_line()
282 if (!strcmp(param, "dfltcc") && val) { in parse_boot_command_line()
283 if (!strcmp(val, "off")) in parse_boot_command_line()
285 else if (!strcmp(val, "on")) in parse_boot_command_line()
287 else if (!strcmp(val, "def_only")) in parse_boot_command_line()
289 else if (!strcmp(val, "inf_only")) in parse_boot_command_line()
291 else if (!strcmp(val, "always")) in parse_boot_command_line()
295 if (!strcmp(param, "facilities") && val) in parse_boot_command_line()
298 if (!strcmp(param, "nokaslr")) in parse_boot_command_line()
[all …]
/linux-6.12.1/tools/perf/arch/powerpc/util/
Devent.c42 if (!strcmp(se_header, "Local INSTR Latency")) in arch_perf_header_entry()
44 else if (!strcmp(se_header, "INSTR Latency")) in arch_perf_header_entry()
46 else if (!strcmp(se_header, "Local Pipeline Stage Cycle")) in arch_perf_header_entry()
48 else if (!strcmp(se_header, "Pipeline Stage Cycle")) in arch_perf_header_entry()
55 if (!strcmp(sort_key, "p_stage_cyc")) in arch_support_sort_key()
57 if (!strcmp(sort_key, "local_p_stage_cyc")) in arch_support_sort_key()
/linux-6.12.1/drivers/clk/renesas/
Dclk-r8a7779.c92 if (!strcmp(name, "plla")) { in r8a7779_cpg_register_clock()
95 } else if (!strcmp(name, "z")) { in r8a7779_cpg_register_clock()
98 } else if (!strcmp(name, "zs") || !strcmp(name, "s")) { in r8a7779_cpg_register_clock()
100 } else if (!strcmp(name, "s1")) { in r8a7779_cpg_register_clock()
102 } else if (!strcmp(name, "p")) { in r8a7779_cpg_register_clock()
104 } else if (!strcmp(name, "b") || !strcmp(name, "out")) { in r8a7779_cpg_register_clock()
/linux-6.12.1/drivers/crypto/tegra/
Dtegra-se.h452 if (!strcmp(name, "cbc(aes)")) in se_algname_to_algid()
454 else if (!strcmp(name, "ecb(aes)")) in se_algname_to_algid()
456 else if (!strcmp(name, "ctr(aes)")) in se_algname_to_algid()
458 else if (!strcmp(name, "xts(aes)")) in se_algname_to_algid()
460 else if (!strcmp(name, "cmac(aes)")) in se_algname_to_algid()
462 else if (!strcmp(name, "gcm(aes)")) in se_algname_to_algid()
464 else if (!strcmp(name, "ccm(aes)")) in se_algname_to_algid()
467 else if (!strcmp(name, "sha1")) in se_algname_to_algid()
469 else if (!strcmp(name, "sha224")) in se_algname_to_algid()
471 else if (!strcmp(name, "sha256")) in se_algname_to_algid()
[all …]
/linux-6.12.1/tools/perf/arch/s390/annotate/
Dinstructions.c117 if (!strcmp(name, "bras") || in s390__associate_ins_ops()
118 !strcmp(name, "brasl") || in s390__associate_ins_ops()
119 !strcmp(name, "basr")) in s390__associate_ins_ops()
121 if (!strcmp(name, "br")) in s390__associate_ins_ops()
124 if (!strcmp(name, "lrl") || in s390__associate_ins_ops()
125 !strcmp(name, "lgrl") || in s390__associate_ins_ops()
126 !strcmp(name, "lgfrl") || in s390__associate_ins_ops()
127 !strcmp(name, "llgfrl") || in s390__associate_ins_ops()
128 !strcmp(name, "strl") || in s390__associate_ins_ops()
129 !strcmp(name, "stgrl")) in s390__associate_ins_ops()
/linux-6.12.1/security/
Dlsm_syscalls.c29 if (!strcmp(name, "current")) in lsm_name_to_attr()
31 if (!strcmp(name, "exec")) in lsm_name_to_attr()
33 if (!strcmp(name, "fscreate")) in lsm_name_to_attr()
35 if (!strcmp(name, "keycreate")) in lsm_name_to_attr()
37 if (!strcmp(name, "prev")) in lsm_name_to_attr()
39 if (!strcmp(name, "sockcreate")) in lsm_name_to_attr()

12345678910>>...90