Home
last modified time | relevance | path

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

12345678910>>...62

/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A 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/tools/perf/tests/
H A 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(COM in test1()
[all...]
/linux/tools/perf/util/
H A 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/drivers/target/iscsi/
H A 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/tools/perf/arch/csky/annotate/
H A 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(nam in csky__associate_ins_ops()
[all...]
/linux/fs/orangefs/
H A 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/drivers/macintosh/
H A 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/tools/testing/selftests/bpf/prog_tests/
H A 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/tools/testing/selftests/net/
H A Dioam6_parser.c608 if (!strcmp("output_undef_ns", tname)) in main()
610 if (!strcmp("output_no_room", tname)) in main()
612 if (!strcmp("output_no_room_oss", tname)) in main()
614 if (!strcmp("output_bit0", tname)) in main()
616 if (!strcmp("output_bit1", tname)) in main()
618 if (!strcmp("output_bit2", tname)) in main()
620 if (!strcmp("output_bit3", tname)) in main()
622 if (!strcmp("output_bit4", tname)) in main()
624 if (!strcmp("output_bit5", tname)) in main()
626 if (!strcmp("output_bit in main()
[all...]
/linux/tools/perf/arch/
H A 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/arch/x86/pci/
H A 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/tools/power/cpupower/utils/
H A 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/include/linux/
H A 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/tools/perf/
H A 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(cm in handle_options()
[all...]
/linux/drivers/media/cec/core/
H A 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/tools/power/cpupower/bench/
H A Dparse.c184 if (strcmp("sleep", opt) == 0) in prepare_config()
187 else if (strcmp("load", opt) == 0) in prepare_config()
190 else if (strcmp("load_step", opt) == 0) in prepare_config()
193 else if (strcmp("sleep_step", opt) == 0) in prepare_config()
196 else if (strcmp("cycles", opt) == 0) in prepare_config()
199 else if (strcmp("rounds", opt) == 0) in prepare_config()
202 else if (strcmp("verbose", opt) == 0) in prepare_config()
205 else if (strcmp("output", opt) == 0) in prepare_config()
208 else if (strcmp("cpu", opt) == 0) in prepare_config()
211 else if (strcmp("governo in prepare_config()
[all...]
/linux/arch/mips/bcm47xx/
H A 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/tools/verification/rv/src/
H A 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/arch/s390/boot/
H A 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/drivers/crypto/tegra/
H A 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/drivers/clk/renesas/
H A 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/tools/perf/arch/s390/annotate/
H A 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(nam in s390__associate_ins_ops()
[all...]
/linux/tools/perf/arch/powerpc/util/
H A 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/drivers/parport/
H A Dprobe.c78 if (!strcmp(p, "MFG") || !strcmp(p, "MANUFACTURER")) { in parse_data()
81 } else if (!strcmp(p, "MDL") || !strcmp(p, "MODEL")) { in parse_data()
84 } else if (!strcmp(p, "CLS") || !strcmp(p, "CLASS")) { in parse_data()
91 if (!strcmp(classes[i].token, sep)) { in parse_data()
99 } else if (!strcmp(p, "CMD") || in parse_data()
100 !strcmp(p, "COMMAND SET")) { in parse_data()
107 } else if (!strcmp(p, "DES") || !strcmp(p, "DESCRIPTION")) { in parse_data()
/linux/security/
H A 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>>...62