| /linux/tools/perf/tests/ |
| A D | hists_output.c | 169 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1() 181 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1() 187 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test1() 205 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1() 211 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "libc") && in test1() 217 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test1() 323 !strcmp(COMM(he), "bash") && !strcmp(DSO(he), "bash") && in test3() 335 !strcmp(COMM(he), "perf") && !strcmp(DSO(he), "perf") && in test3() 407 !strcmp(DSO(he), "libc") && !strcmp(SYM(he), "free") && in test4() 413 !strcmp(DSO(he), "bash") && !strcmp(SYM(he), "main") && in test4() [all …]
|
| /linux/drivers/target/iscsi/ |
| A D | iscsi_target_parameters.c | 743 if (!strcmp(key, "CHAP_A") || !strcmp(key, "CHAP_I") || in iscsi_check_for_auth_key() 744 !strcmp(key, "CHAP_C") || !strcmp(key, "CHAP_N") || in iscsi_check_for_auth_key() 751 if (!strcmp(key, "SRP_U") || !strcmp(key, "SRP_N") || in iscsi_check_for_auth_key() 752 !strcmp(key, "SRP_g") || !strcmp(key, "SRP_s") || in iscsi_check_for_auth_key() 753 !strcmp(key, "SRP_A") || !strcmp(key, "SRP_B") || in iscsi_check_for_auth_key() 754 !strcmp(key, "SRP_M") || !strcmp(key, "SRP_HM")) in iscsi_check_for_auth_key() 800 if (strcmp(value, YES) && strcmp(value, NO)) { in iscsi_check_boolean_value() 882 if (strcmp(value, KRB5) && strcmp(value, SPKM1) && in iscsi_check_string_or_list_value() 883 strcmp(value, SPKM2) && strcmp(value, SRP) && in iscsi_check_string_or_list_value() 884 strcmp(value, CHAP) && strcmp(value, NONE)) { in iscsi_check_string_or_list_value() [all …]
|
| /linux/fs/orangefs/ |
| A D | orangefs-sysfs.c | 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() 332 if (strcmp(kobj->name, PC_KOBJ_ID)) in sysfs_service_op_show() 350 if (strcmp(kobj->name, PC_KOBJ_ID)) in sysfs_service_op_show() 367 else if (!strcmp(attr->attr.name, in sysfs_service_op_show() 371 else if (!strcmp(attr->attr.name, in sysfs_service_op_show() 376 else if (!strcmp(attr->attr.name, in sysfs_service_op_show() 381 else if (!strcmp(attr->attr.name, in sysfs_service_op_show() 386 else if (!strcmp(attr->attr.name, in sysfs_service_op_show() [all …]
|
| /linux/tools/perf/arch/csky/annotate/ |
| A D | instructions.c | 12 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() 17 !strcmp(name, "bhsz") || in csky__associate_ins_ops() 18 !strcmp(name, "bhz") || in csky__associate_ins_ops() 20 !strcmp(name, "blz") || in csky__associate_ins_ops() 21 !strcmp(name, "br") || in csky__associate_ins_ops() 23 !strcmp(name, "jmp")) in csky__associate_ins_ops() 29 !strcmp(name, "jsr")) in csky__associate_ins_ops() [all …]
|
| /linux/drivers/macintosh/ |
| A D | windfarm_smu_controls.c | 187 if (!strcmp(l, "Rear Fan 0") || !strcmp(l, "Rear Fan") || in smu_fan_create() 188 !strcmp(l, "Rear fan 0") || !strcmp(l, "Rear fan") || in smu_fan_create() 191 else if (!strcmp(l, "Rear Fan 1") || !strcmp(l, "Rear fan 1") || in smu_fan_create() 194 else if (!strcmp(l, "Front Fan 0") || !strcmp(l, "Front Fan") || in smu_fan_create() 195 !strcmp(l, "Front fan 0") || !strcmp(l, "Front fan") || in smu_fan_create() 198 else if (!strcmp(l, "Front Fan 1") || !strcmp(l, "Front fan 1") || in smu_fan_create() 205 else if (!strcmp(l, "Slots Fan") || !strcmp(l, "Slots fan") || in smu_fan_create() 208 else if (!strcmp(l, "Drive Bay") || !strcmp(l, "Drive bay") || in smu_fan_create() 215 if (!strcmp(l, "System Fan") || !strcmp(l, "System fan")) in smu_fan_create() 217 else if (!strcmp(l, "CPU Fan") || !strcmp(l, "CPU fan")) in smu_fan_create() [all …]
|
| A D | windfarm_lm75_sensor.c | 116 if (!strcmp(loc, "Hard drive") || !strcmp(loc, "DRIVE BAY")) in wf_lm75_probe() 118 else if (!strcmp(loc, "Incoming Air Temp")) in wf_lm75_probe() 120 else if (!strcmp(loc, "ODD Temp")) in wf_lm75_probe() 122 else if (!strcmp(loc, "HD Temp")) in wf_lm75_probe() 124 else if (!strcmp(loc, "PCI SLOTS")) in wf_lm75_probe() 126 else if (!strcmp(loc, "CPU A INLET")) in wf_lm75_probe() 128 else if (!strcmp(loc, "CPU B INLET")) in wf_lm75_probe()
|
| /linux/tools/testing/selftests/net/ |
| A D | ioam6_parser.c | 450 if (!strcmp("out_bit0", tname)) in str2id() 484 if (!strcmp("in_bit0", tname)) in str2id() 486 if (!strcmp("in_bit1", tname)) in str2id() 488 if (!strcmp("in_bit2", tname)) in str2id() 490 if (!strcmp("in_bit3", tname)) in str2id() 492 if (!strcmp("in_bit4", tname)) in str2id() 494 if (!strcmp("in_bit5", tname)) in str2id() 496 if (!strcmp("in_bit6", tname)) in str2id() 498 if (!strcmp("in_bit7", tname)) in str2id() 500 if (!strcmp("in_bit8", tname)) in str2id() [all …]
|
| /linux/tools/perf/ |
| A D | builtin-list.c | 80 if (strcmp(argv[i], "tracepoint") == 0) in cmd_list() 82 else if (strcmp(argv[i], "hw") == 0 || in cmd_list() 83 strcmp(argv[i], "hardware") == 0) in cmd_list() 86 else if (strcmp(argv[i], "sw") == 0 || in cmd_list() 87 strcmp(argv[i], "software") == 0) { in cmd_list() 91 } else if (strcmp(argv[i], "cache") == 0 || in cmd_list() 92 strcmp(argv[i], "hwcache") == 0) in cmd_list() 94 else if (strcmp(argv[i], "pmu") == 0) in cmd_list() 98 else if (strcmp(argv[i], "sdt") == 0) in cmd_list() 100 else if (strcmp(argv[i], "metric") == 0 || strcmp(argv[i], "metrics") == 0) in cmd_list() [all …]
|
| A D | perf.c | 185 if (!strcmp(cmd, "--help") || !strcmp(cmd, "--version")) in handle_options() 192 if (!strcmp(cmd, "-h")) { in handle_options() 197 if (!strcmp(cmd, "-v")) { in handle_options() 202 if (!strcmp(cmd, "-vv")) { in handle_options() 219 } else if (!strcmp(cmd, "--html-path")) { in handle_options() 222 } else if (!strcmp(cmd, "-p") || !strcmp(cmd, "--paginate")) { in handle_options() 224 } else if (!strcmp(cmd, "--no-pager")) { in handle_options() 253 } else if (!strcmp(cmd, "--list-cmds")) { in handle_options() 262 } else if (!strcmp(cmd, "--list-opts")) { in handle_options() 271 } else if (!strcmp(cmd, "--debug")) { in handle_options() [all …]
|
| /linux/tools/perf/arch/ |
| A D | common.c | 144 if (!strcmp(perf_env__arch(NULL), arch)) in perf_env__lookup_binutils_path() 161 if (!strcmp(arch, "arc")) in perf_env__lookup_binutils_path() 163 else if (!strcmp(arch, "arm")) in perf_env__lookup_binutils_path() 165 else if (!strcmp(arch, "arm64")) in perf_env__lookup_binutils_path() 167 else if (!strcmp(arch, "powerpc")) in perf_env__lookup_binutils_path() 169 else if (!strcmp(arch, "sh")) in perf_env__lookup_binutils_path() 171 else if (!strcmp(arch, "s390")) in perf_env__lookup_binutils_path() 173 else if (!strcmp(arch, "sparc")) in perf_env__lookup_binutils_path() 175 else if (!strcmp(arch, "x86")) in perf_env__lookup_binutils_path() 177 else if (!strcmp(arch, "mips")) in perf_env__lookup_binutils_path() [all …]
|
| /linux/arch/x86/pci/ |
| A D | common.c | 518 if (!strcmp(str, "off")) { in pcibios_setup() 521 } else if (!strcmp(str, "bfsort")) { in pcibios_setup() 529 else if (!strcmp(str, "bios")) { in pcibios_setup() 544 else if (!strcmp(str, "conf1")) { in pcibios_setup() 548 else if (!strcmp(str, "conf2")) { in pcibios_setup() 563 else if (!strcmp(str, "noacpi")) { in pcibios_setup() 567 else if (!strcmp(str, "noearly")) { in pcibios_setup() 580 } else if (!strcmp(str, "rom")) { in pcibios_setup() 583 } else if (!strcmp(str, "norom")) { in pcibios_setup() 586 } else if (!strcmp(str, "nobar")) { in pcibios_setup() [all …]
|
| /linux/tools/power/cpupower/utils/ |
| A D | cpupower.c | 94 if ((subpage != NULL) && strcmp(subpage, "help")) { in print_man_page() 131 if (!strcmp(param, "-h") || !strcmp(param, "--help")) { in handle_options() 134 } else if (!strcmp(param, "-c") || !strcmp(param, "--cpu")) { in handle_options() 139 if (!strcmp((*argv)[x+1], "all")) in handle_options() 154 } else if (!strcmp(param, "-v") || in handle_options() 155 !strcmp(param, "--version")) { in handle_options() 159 } else if (!strcmp(param, "-d") || !strcmp(param, "--debug")) { in handle_options() 202 if (argc > 1 && !strcmp(argv[1], "--help")) { in main() 218 if (!ret && !strcmp(uts.machine, "x86_64") && in main() 227 if (strcmp(p->cmd, cmd)) in main()
|
| /linux/arch/powerpc/include/asm/ |
| A D | ftrace.h | 81 return !strcmp(sym + 1, name) || in arch_syscall_match_sym_name() 82 (!strncmp(sym, ".__se_sys", 9) && !strcmp(sym + 6, name)) || in arch_syscall_match_sym_name() 83 (!strncmp(sym, ".ppc_", 5) && !strcmp(sym + 5, name + 4)) || in arch_syscall_match_sym_name() 84 (!strncmp(sym, ".ppc32_", 7) && !strcmp(sym + 7, name + 4)) || in arch_syscall_match_sym_name() 85 (!strncmp(sym, ".ppc64_", 7) && !strcmp(sym + 7, name + 4)); in arch_syscall_match_sym_name() 90 return !strcmp(sym, name) || in arch_syscall_match_sym_name() 91 (!strncmp(sym, "__se_sys", 8) && !strcmp(sym + 5, name)) || in arch_syscall_match_sym_name() 92 (!strncmp(sym, "ppc_", 4) && !strcmp(sym + 4, name + 4)) || in arch_syscall_match_sym_name() 93 (!strncmp(sym, "ppc32_", 6) && !strcmp(sym + 6, name + 4)) || in arch_syscall_match_sym_name() 94 (!strncmp(sym, "ppc64_", 6) && !strcmp(sym + 6, name + 4)); in arch_syscall_match_sym_name()
|
| /linux/drivers/media/cec/core/ |
| A D | cec-pin-error-inj.c | 90 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() 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() 166 else if (!strcmp(comma, "always")) in cec_pin_error_inj_parse_line() 180 if (!strcmp(token, "clear")) { in cec_pin_error_inj_parse_line() 184 if (!strcmp(token, "rx-clear")) { in cec_pin_error_inj_parse_line() 188 if (!strcmp(token, "tx-clear")) { in cec_pin_error_inj_parse_line() [all …]
|
| /linux/arch/mips/bcm47xx/ |
| A D | board.c | 239 if (!strcmp(buf1, e1->value1)) in bcm47xx_board_get_nvram() 255 !strcmp(buf2, e2->value2)) in bcm47xx_board_get_nvram() 262 if (!strcmp(buf1, e1->value1)) in bcm47xx_board_get_nvram() 269 if (!strcmp(buf1, e1->value1)) in bcm47xx_board_get_nvram() 278 if (!strcmp(buf1, e1->value1)) in bcm47xx_board_get_nvram() 286 if (!strcmp(buf1, e2->value1) && in bcm47xx_board_get_nvram() 287 !strcmp(buf2, e2->value2)) in bcm47xx_board_get_nvram() 294 if (!strcmp(buf1, e1->value1)) in bcm47xx_board_get_nvram() 305 !strcmp(buf3, e3->value3)) in bcm47xx_board_get_nvram() 315 !strcmp(buf2, e2->value2)) in bcm47xx_board_get_nvram() [all …]
|
| /linux/arch/powerpc/platforms/83xx/ |
| A D | usb.c | 47 if (prop && (!strcmp(prop, "utmi") || in mpc834x_usb_cfg() 48 !strcmp(prop, "utmi_wide"))) { in mpc834x_usb_cfg() 52 } else if (prop && !strcmp(prop, "serial")) { in mpc834x_usb_cfg() 54 if (dr_mode && !strcmp(dr_mode, "otg")) { in mpc834x_usb_cfg() 60 } else if (prop && !strcmp(prop, "ulpi")) { in mpc834x_usb_cfg() 137 if (prop && !strcmp(prop, "ulpi")) { in mpc831x_usb_cfg() 172 if (prop && (!strcmp(prop, "utmi_wide") || in mpc831x_usb_cfg() 173 !strcmp(prop, "utmi"))) { in mpc831x_usb_cfg() 187 } else if (prop && !strcmp(prop, "ulpi")) { in mpc831x_usb_cfg() 194 if (dr_mode && !strcmp(dr_mode, "otg")) in mpc831x_usb_cfg() [all …]
|
| /linux/tools/power/cpupower/bench/ |
| A D | parse.c | 183 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/include/linux/ |
| A D | license.h | 7 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/arch/s390/boot/ |
| A D | ipl_parm.c | 256 if (!strcmp(param, "mem") && val) in parse_boot_command_line() 259 if (!strcmp(param, "vmalloc") && val) { in parse_boot_command_line() 264 if (!strcmp(param, "dfltcc") && val) { in parse_boot_command_line() 265 if (!strcmp(val, "off")) in parse_boot_command_line() 267 else if (!strcmp(val, "on")) in parse_boot_command_line() 269 else if (!strcmp(val, "def_only")) in parse_boot_command_line() 271 else if (!strcmp(val, "inf_only")) in parse_boot_command_line() 273 else if (!strcmp(val, "always")) in parse_boot_command_line() 277 if (!strcmp(param, "noexec")) { in parse_boot_command_line() 286 if (!strcmp(param, "nokaslr")) in parse_boot_command_line() [all …]
|
| /linux/tools/perf/arch/s390/annotate/ |
| A D | instructions.c | 119 if (!strcmp(name, "bras") || in s390__associate_ins_ops() 120 !strcmp(name, "brasl") || in s390__associate_ins_ops() 121 !strcmp(name, "basr")) in s390__associate_ins_ops() 123 if (!strcmp(name, "br")) in s390__associate_ins_ops() 126 if (!strcmp(name, "lrl") || in s390__associate_ins_ops() 127 !strcmp(name, "lgrl") || in s390__associate_ins_ops() 128 !strcmp(name, "lgfrl") || in s390__associate_ins_ops() 129 !strcmp(name, "llgfrl") || in s390__associate_ins_ops() 130 !strcmp(name, "strl") || in s390__associate_ins_ops() 131 !strcmp(name, "stgrl")) in s390__associate_ins_ops()
|
| /linux/drivers/clk/renesas/ |
| A D | clk-r8a7779.c | 98 if (!strcmp(name, "plla")) { in r8a7779_cpg_register_clock() 101 } else if (!strcmp(name, "z")) { in r8a7779_cpg_register_clock() 104 } else if (!strcmp(name, "zs") || !strcmp(name, "s")) { in r8a7779_cpg_register_clock() 106 } else if (!strcmp(name, "s1")) { in r8a7779_cpg_register_clock() 108 } else if (!strcmp(name, "p")) { in r8a7779_cpg_register_clock() 110 } else if (!strcmp(name, "b") || !strcmp(name, "out")) { in r8a7779_cpg_register_clock()
|
| /linux/tools/perf/arch/powerpc/annotate/ |
| A D | instructions.c | 36 if (strcmp(name, "bnl") && strcmp(name, "bnl+") && in powerpc__associate_instruction_ops() 37 strcmp(name, "bnl-") && strcmp(name, "bnla") && in powerpc__associate_instruction_ops() 38 strcmp(name, "bnla+") && strcmp(name, "bnla-")) in powerpc__associate_instruction_ops()
|
| /linux/drivers/parport/ |
| A D | probe.c | 78 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/tools/perf/arch/sparc/annotate/ |
| A D | instructions.c | 124 if (!strcmp(name, "call") || in sparc__associate_instruction_ops() 125 !strcmp(name, "jmp") || in sparc__associate_instruction_ops() 126 !strcmp(name, "jmpl")) { in sparc__associate_instruction_ops() 128 } else if (!strcmp(name, "ret") || in sparc__associate_instruction_ops() 129 !strcmp(name, "retl") || in sparc__associate_instruction_ops() 130 !strcmp(name, "return")) { in sparc__associate_instruction_ops() 132 } else if (!strcmp(name, "mov")) { in sparc__associate_instruction_ops()
|
| /linux/mm/kasan/ |
| A D | hw_tags.c | 62 if (!strcmp(arg, "off")) in early_kasan_flag() 64 else if (!strcmp(arg, "on")) in early_kasan_flag() 79 if (!strcmp(arg, "sync")) in early_kasan_mode() 81 else if (!strcmp(arg, "async")) in early_kasan_mode() 83 else if (!strcmp(arg, "asymm")) in early_kasan_mode() 98 if (!strcmp(arg, "off")) in early_kasan_flag_stacktrace() 100 else if (!strcmp(arg, "on")) in early_kasan_flag_stacktrace()
|