Home
last modified time | relevance | path

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

1234567891011

/arch/s390/boot/
A Dipl_parm.c261 if (!strcmp(param, "mem") && val) in parse_boot_command_line()
270 if (!strcmp(val, "off")) in parse_boot_command_line()
272 else if (!strcmp(val, "on")) in parse_boot_command_line()
278 else if (!strcmp(val, "always")) in parse_boot_command_line()
288 if (!strcmp(param, "nokaslr")) in parse_boot_command_line()
291 if (!strcmp(param, "cmma")) { in parse_boot_command_line()
298 if (!strcmp(param, "prot_virt")) { in parse_boot_command_line()
306 if (!strcmp(param, "earlyprintk")) in parse_boot_command_line()
308 if (!strcmp(param, "debug")) in parse_boot_command_line()
315 if (!strcmp(param, "quiet")) in parse_boot_command_line()
[all …]
/arch/x86/pci/
A Dcommon.c518 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 …]
/arch/mips/bcm47xx/
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()
313 !strcmp(buf3, e3->value3)) in bcm47xx_board_get_nvram()
323 !strcmp(buf2, e2->value2)) in bcm47xx_board_get_nvram()
[all …]
/arch/arm/include/asm/
A Dftrace.h65 if (!strcmp(sym, "sys_mmap2")) in arch_syscall_match_sym_name()
67 else if (!strcmp(sym, "sys_statfs64_wrapper")) in arch_syscall_match_sym_name()
69 else if (!strcmp(sym, "sys_fstatfs64_wrapper")) in arch_syscall_match_sym_name()
71 else if (!strcmp(sym, "sys_arm_fadvise64_64")) in arch_syscall_match_sym_name()
/arch/x86/tools/
A Drelocs_common.c37 if (strcmp(arg, "--abs-syms") == 0) { in main()
41 if (strcmp(arg, "--abs-relocs") == 0) { in main()
45 if (strcmp(arg, "--reloc-info") == 0) { in main()
49 if (strcmp(arg, "--text") == 0) { in main()
53 if (strcmp(arg, "--realmode") == 0) { in main()
/arch/powerpc/platforms/83xx/
A Dusb_834x.c45 (!strcmp(prop, "utmi") || !strcmp(prop, "utmi_wide"))) { in mpc834x_usb_cfg()
49 } else if (prop && !strcmp(prop, "serial")) { in mpc834x_usb_cfg()
51 if (dr_mode && !strcmp(dr_mode, "otg")) { in mpc834x_usb_cfg()
57 } else if (prop && !strcmp(prop, "ulpi")) { in mpc834x_usb_cfg()
A Dusb_831x.c58 if (prop && !strcmp(prop, "ulpi")) { in mpc831x_usb_cfg()
93 if (prop && (!strcmp(prop, "utmi_wide") || !strcmp(prop, "utmi"))) { in mpc831x_usb_cfg()
107 } else if (prop && !strcmp(prop, "ulpi")) { in mpc831x_usb_cfg()
114 if (dr_mode && !strcmp(dr_mode, "otg")) in mpc831x_usb_cfg()
/arch/sh/boards/mach-sdk7786/
A Dnmi.c30 if (strcmp(str, "manual") == 0) in nmi_mode_setup()
32 else if (strcmp(str, "aux") == 0) in nmi_mode_setup()
34 else if (strcmp(str, "masked") == 0) in nmi_mode_setup()
36 else if (strcmp(str, "any") == 0) in nmi_mode_setup()
/arch/sh/kernel/
A Dnmi_debug.c58 if (strcmp(p, "state") == 0) in nmi_debug_setup()
60 else if (strcmp(p, "regs") == 0) in nmi_debug_setup()
62 else if (strcmp(p, "debounce") == 0) in nmi_debug_setup()
64 else if (strcmp(p, "die") == 0) in nmi_debug_setup()
/arch/arm64/include/asm/
A Dsetup.h24 if (!strcmp(arg, "full")) { in arch_parse_debug_rodata()
29 if (!strcmp(arg, "off")) { in arch_parse_debug_rodata()
34 if (!strcmp(arg, "on")) { in arch_parse_debug_rodata()
/arch/mips/boot/tools/
A Drelocs_main.c46 if (strcmp(arg, "--reloc-info") == 0) { in main()
50 if (strcmp(arg, "--text") == 0) { in main()
54 if (strcmp(arg, "--bin") == 0) { in main()
58 if (strcmp(arg, "--keep") == 0) { in main()
/arch/x86/kernel/
A Dio_delay.c133 if (!strcmp(s, "0x80")) in io_delay_param()
135 else if (!strcmp(s, "0xed")) in io_delay_param()
137 else if (!strcmp(s, "udelay")) in io_delay_param()
139 else if (!strcmp(s, "none")) in io_delay_param()
A Dmodule.c249 if (!strcmp(".altinstructions", secstrings + s->sh_name)) in module_finalize()
251 if (!strcmp(".smp_locks", secstrings + s->sh_name)) in module_finalize()
253 if (!strcmp(".orc_unwind", secstrings + s->sh_name)) in module_finalize()
255 if (!strcmp(".orc_unwind_ip", secstrings + s->sh_name)) in module_finalize()
257 if (!strcmp(".retpoline_sites", secstrings + s->sh_name)) in module_finalize()
259 if (!strcmp(".return_sites", secstrings + s->sh_name)) in module_finalize()
261 if (!strcmp(".call_sites", secstrings + s->sh_name)) in module_finalize()
263 if (!strcmp(".cfi_sites", secstrings + s->sh_name)) in module_finalize()
265 if (!strcmp(".ibt_endbr_seal", secstrings + s->sh_name)) in module_finalize()
/arch/powerpc/include/asm/
A Dftrace.h89 return !strcmp(sym, name) || in arch_syscall_match_sym_name()
90 (!strncmp(sym, "__se_sys", 8) && !strcmp(sym + 5, name)) || in arch_syscall_match_sym_name()
91 (!strncmp(sym, "ppc_", 4) && !strcmp(sym + 4, name + 4)) || in arch_syscall_match_sym_name()
92 (!strncmp(sym, "ppc32_", 6) && !strcmp(sym + 6, name + 4)) || in arch_syscall_match_sym_name()
93 (!strncmp(sym, "ppc64_", 6) && !strcmp(sym + 6, name + 4)); in arch_syscall_match_sym_name()
/arch/riscv/lib/
A Dstrcmp.S9 SYM_FUNC_START(strcmp)
123 SYM_FUNC_END(strcmp)
124 SYM_FUNC_ALIAS(__pi_strcmp, strcmp)
125 EXPORT_SYMBOL(strcmp)
/arch/arm/mach-omap2/
A Dpm-debug.c71 if (strcmp(clkdm->name, "emu_clkdm") == 0 || in clkdm_dbg_show_counter()
72 strcmp(clkdm->name, "wkup_clkdm") == 0 || in clkdm_dbg_show_counter()
87 if (strcmp(pwrdm->name, "emu_pwrdm") == 0 || in pwrdm_dbg_show_counter()
88 strcmp(pwrdm->name, "wkup_pwrdm") == 0 || in pwrdm_dbg_show_counter()
116 if (strcmp(pwrdm->name, "emu_pwrdm") == 0 || in pwrdm_dbg_show_timer()
117 strcmp(pwrdm->name, "wkup_pwrdm") == 0 || in pwrdm_dbg_show_timer()
/arch/x86/include/asm/
A Dftrace.h131 return !strcmp(sym + 3, name + 3) || in arch_syscall_match_sym_name()
132 (!strncmp(sym, "__x64_", 6) && !strcmp(sym + 9, name + 3)) || in arch_syscall_match_sym_name()
133 (!strncmp(sym, "__ia32_", 7) && !strcmp(sym + 10, name + 3)) || in arch_syscall_match_sym_name()
134 (!strncmp(sym, "__do_sys", 8) && !strcmp(sym + 8, name + 3)); in arch_syscall_match_sym_name()
/arch/mips/sibyte/common/
A Dcfe_console.c51 if (!strcmp(consdev, "uart0")) { in cfe_console_setup()
53 } else if (!strcmp(consdev, "uart1")) { in cfe_console_setup()
58 if (!strcmp(consdev, "pcconsole0")) { in cfe_console_setup()
/arch/x86/platform/olpc/
A Dolpc-xo1-pm.c132 if (strcmp(pdev->name, "cs5535-pms") == 0) in xo1_pm_probe()
134 else if (strcmp(pdev->name, "olpc-xo1-pm-acpi") == 0) in xo1_pm_probe()
149 if (strcmp(pdev->name, "cs5535-pms") == 0) in xo1_pm_remove()
151 else if (strcmp(pdev->name, "olpc-xo1-pm-acpi") == 0) in xo1_pm_remove()
/arch/powerpc/platforms/pseries/
A Dfirmware.c99 } else if (strcmp(name, s)) in fw_hypertas_feature_init()
165 if (!strcmp(uname, "rtas") || !strcmp(uname, "rtas@0")) { in probe_fw_features()
176 if (!strcmp(uname, "chosen")) { in probe_fw_features()
A Dplpks-secvar.c52 if ((strcmp(name, "db") == 0) || in get_policy()
53 (strcmp(name, "dbx") == 0) || in get_policy()
54 (strcmp(name, "grubdb") == 0) || in get_policy()
55 (strcmp(name, "grubdbx") == 0) || in get_policy()
56 (strcmp(name, "sbat") == 0)) in get_policy()
/arch/arm64/kernel/
A Dacpi.c57 if (strcmp(arg, "off") == 0) in parse_acpi()
59 else if (strcmp(arg, "on") == 0) /* prefer ACPI over DT */ in parse_acpi()
61 else if (strcmp(arg, "force") == 0) /* force ACPI to be enabled */ in parse_acpi()
63 else if (strcmp(arg, "nospcr") == 0) /* disable SPCR as default console */ in parse_acpi()
78 if (strcmp(name, "chosen") == 0) in dt_is_stub()
80 if (strcmp(name, "hypervisor") == 0 && in dt_is_stub()
/arch/sparc/boot/
A Dpiggyback.c73 if (strcmp(line + 10, " _start\n") == 0) in start_line()
75 else if (strcmp(line + 18, " _start\n") == 0) in start_line()
82 if (strcmp(line + 10, " _end\n") == 0) in end_line()
84 else if (strcmp (line + 18, " _end\n") == 0) in end_line()
188 if (strcmp(argv[1], "64") == 0) in main()
/arch/x86/kernel/cpu/
A Dbugs.c532 if (!strcmp(str, "off")) in mds_cmdline()
643 if (!strcmp(str, "off")) { in tsx_async_abort_parse_cmdline()
756 if (!strcmp(str, "off")) { in mmio_stale_data_parse_cmdline()
834 if (!strcmp(str, "off")) in rfds_parse_cmdline()
978 if (!strcmp(str, "on")) in l1d_flush_parse_cmdline()
1132 if (!strcmp(str, "off")) in gds_parse_cmdline()
1534 if (!strcmp(str, "off")) { in its_parse_cmdline()
1677 if (!strcmp(str, "off")) in tsa_parse_cmdline()
2258 if (!strcmp(str, "off")) in spectre_bhi_parse_cmdline()
3122 if (!strcmp(str, "off")) in l1tf_cmdline()
[all …]
/arch/x86/platform/geode/
A Dalix.c108 if (!vendor || strcmp(vendor, "PC Engines")) in alix_present_dmi()
112 if (!product || (strcmp(product, "ALIX.2D") && strcmp(product, "ALIX.6"))) in alix_present_dmi()

Completed in 44 milliseconds

1234567891011