| /arch/mips/loongson2ef/lemote-2f/ |
| A D | machtype.c | 27 if (strstr(arcs_cmdline, "PMON_VER=LM")) { in mach_prom_init_machtype() 28 if (strstr(arcs_cmdline, "PMON_VER=LM8")) in mach_prom_init_machtype() 30 else if (strstr(arcs_cmdline, "PMON_VER=LM6")) in mach_prom_init_machtype() 32 else if (strstr(arcs_cmdline, "PMON_VER=LM9")) in mach_prom_init_machtype()
|
| /arch/mips/loongson32/common/ |
| A D | prom.c | 28 if (strstr(arcs_cmdline, "console=ttyS3")) in prom_init() 30 else if (strstr(arcs_cmdline, "console=ttyS2")) in prom_init() 32 else if (strstr(arcs_cmdline, "console=ttyS1")) in prom_init()
|
| /arch/mips/loongson2ef/common/ |
| A D | machtype.c | 45 p = strstr(arcs_cmdline, "machtype="); in prom_init_machtype() 52 p = strstr(str, " "); in prom_init_machtype() 57 if (strstr(system_types[machtype], str)) { in prom_init_machtype()
|
| /arch/loongarch/kernel/ |
| A D | relocate.c | 135 str = strstr(builtin_cmdline, "nokaslr"); in kaslr_disabled() 139 str = strstr(boot_command_line, "nokaslr"); in kaslr_disabled() 144 str = strstr(builtin_cmdline, "nohibernate"); in kaslr_disabled() 148 str = strstr(boot_command_line, "nohibernate"); in kaslr_disabled() 152 str = strstr(builtin_cmdline, "noresume"); in kaslr_disabled() 156 str = strstr(boot_command_line, "noresume"); in kaslr_disabled() 160 str = strstr(builtin_cmdline, "resume="); in kaslr_disabled() 164 str = strstr(boot_command_line, "resume="); in kaslr_disabled()
|
| /arch/riscv/kernel/pi/ |
| A D | cmdline_early.c | 43 if (strstr(cmdline, "no4lvl")) in match_noXlvl() 45 else if (strstr(cmdline, "no5lvl")) in match_noXlvl() 60 return strstr(cmdline, "nokaslr"); in match_nokaslr()
|
| /arch/mips/pic32/pic32mzda/ |
| A D | early_console.c | 93 s = strstr(arch_cmdline, "earlyprintk="); in get_port_from_cmdline() 95 s = strstr(s, "ttyS"); in get_port_from_cmdline() 116 s = strstr(arch_cmdline, "earlyprintk="); in get_baud_from_cmdline() 118 s = strstr(s, "ttyS"); in get_baud_from_cmdline()
|
| /arch/x86/lib/ |
| A D | strstr_32.c | 5 char *strstr(const char *cs, const char *ct) in strstr() function 31 EXPORT_SYMBOL(strstr);
|
| /arch/um/os-Linux/ |
| A D | user_syms.c | 19 #undef strstr 20 EXPORT_SYMBOL(strstr);
|
| A D | start_up.c | 406 if (strstr(line, "flags")) { in get_host_cpu_features() 410 if (strstr(line, "cache_alignment")) { in get_host_cpu_features()
|
| /arch/powerpc/platforms/powermac/ |
| A D | setup.c | 307 if (strstr(boot_command_line, "adb_sync")) { in pmac_setup_arch() 339 p = strstr(boot_command_line, "root="); in note_bootable_part() 427 if (strstr(boot_command_line, "btextdbg")) { in pmac_init() 436 udbg_scc_init(!!strstr(boot_command_line, "sccdbg")); in pmac_init() 437 udbg_adb_init(!!strstr(boot_command_line, "btextdbg")); in pmac_init() 506 if (strstr(boot_command_line, "console=")) { in check_pmac_serial_console()
|
| /arch/mips/mti-malta/ |
| A D | malta-setup.c | 103 if (strstr(fw_getcmdline(), "iobcuncached")) { in plat_setup_iocoherency() 146 optptr = strstr(argptr, "pci_clock="); in pci_clock_check() 188 if (strstr(argptr, "debug")) { in bonito_quirks_setup()
|
| A D | malta-init.c | 75 if ((strstr(fw_getcmdline(), "earlycon=")) == NULL) { in console_config() 81 if ((strstr(fw_getcmdline(), "console=")) == NULL) { in console_config()
|
| /arch/s390/lib/ |
| A D | string.c | 208 char *strstr(const char *s1, const char *s2) in strstr() function 226 EXPORT_SYMBOL(strstr);
|
| /arch/parisc/kernel/ |
| A D | setup.c | 59 if (!str_has_prefix(p, "console=") && !strstr(p, " console=")) { in setup_cmdline() 68 if (!strstr(p, "earlycon")) in setup_cmdline()
|
| /arch/sh/mm/ |
| A D | consistent.c | 25 while ((p = strstr(p, "memchunk."))) { in memchunk_cmdline_override()
|
| /arch/x86/boot/ |
| A D | string.h | 24 extern char *strstr(const char *s1, const char *s2);
|
| /arch/arm/boot/compressed/ |
| A D | decompress.c | 32 extern char * strstr(const char * s1, const char *s2);
|
| /arch/mips/alchemy/common/ |
| A D | prom.c | 136 ethaddr_str = strstr(arcs_cmdline, "ethaddr="); in prom_get_ethernet_addr()
|
| /arch/sh/kernel/ |
| A D | sh_bios.c | 152 if (strstr(buf, "keep")) in setup_early_printk()
|
| /arch/powerpc/kernel/ |
| A D | udbg.c | 161 if (strstr(boot_command_line, "udbg-immortal")) { in register_early_udbg_console()
|
| A D | module_32.c | 86 if ((strstr(secstrings + sechdrs[i].sh_name, ".init") != NULL) in get_plt_size() 91 if (strstr(secstrings + sechdrs[i].sh_name, ".debug")) in get_plt_size()
|
| /arch/mips/kernel/ |
| A D | relocate.c | 252 str = strstr(builtin_cmdline, "nokaslr"); in kaslr_disabled() 257 str = strstr(arcs_cmdline, "nokaslr"); in kaslr_disabled()
|
| /arch/arm64/kernel/pi/ |
| A D | relacheck.c | 100 if (strstr(strtab + swab_elfword(shdr[info].sh_name), in main()
|
| /arch/um/kernel/ |
| A D | um_arch.c | 272 if ((x86_cap_flags[i] != NULL) && strstr(line, x86_cap_flags[i])) in parse_host_cpu_flags() 280 char *to_parse = strstr(line, ":"); in parse_cache_line()
|
| /arch/mips/bcm47xx/ |
| A D | setup.c | 125 if (strstr(buf, "console=ttyS1")) { in bcm47xx_register_ssb()
|