Home
last modified time | relevance | path

Searched refs:strstr (Results 1 – 25 of 51) sorted by relevance

123

/arch/mips/loongson2ef/lemote-2f/
Dmachtype.c27 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/
Dprom.c28 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/
Dmachtype.c45 p = strstr(arcs_cmdline, "machtype="); in prom_init_machtype()
53 p = strstr(str, " "); in prom_init_machtype()
58 if (strstr(system_types[machtype], str)) { in prom_init_machtype()
/arch/x86/lib/
Dstrstr_32.c5 char *strstr(const char *cs, const char *ct) in strstr() function
33 EXPORT_SYMBOL(strstr);
/arch/mips/pic32/pic32mzda/
Dearly_console.c93 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/mips/mti-malta/
Dmalta-setup.c104 if (strstr(fw_getcmdline(), "iobcuncached")) { in plat_enable_iocoherency()
160 optptr = strstr(argptr, "pci_clock="); in pci_clock_check()
200 if (strstr(argptr, "debug")) { in bonito_quirks_setup()
Dmalta-init.c75 if ((strstr(fw_getcmdline(), "earlycon=")) == NULL) { in console_config()
81 if ((strstr(fw_getcmdline(), "console=")) == NULL) { in console_config()
/arch/powerpc/platforms/powermac/
Dsetup.c326 if (strstr(boot_command_line, "adb_sync")) { in pmac_setup_arch()
365 p = strstr(boot_command_line, "root="); in note_bootable_part()
453 if (strstr(boot_command_line, "btextdbg")) { in pmac_init()
462 udbg_scc_init(!!strstr(boot_command_line, "sccdbg")); in pmac_init()
463 udbg_adb_init(!!strstr(boot_command_line, "btextdbg")); in pmac_init()
532 if (strstr(boot_command_line, "console=")) { in check_pmac_serial_console()
/arch/powerpc/mm/
Dinit_32.c90 if (strstr(boot_command_line, "nobats")) { in MMU_setup()
94 if (strstr(boot_command_line, "noltlbs")) { in MMU_setup()
/arch/mips/ar7/
Dplatform.c508 if (strstr(prid, "Fritz_Box_FON")) { in detect_leds()
511 } else if (strstr(prid, "Fritz_Box_")) { in detect_leds()
515 && usb_prod != NULL && strstr(usb_prod, "DSL-502T")) { in detect_leds()
518 } else if (strstr(prid, "DG834")) { in detect_leds()
521 } else if (strstr(prid, "CYWM") || strstr(prid, "CYWL")) { in detect_leds()
524 } else if (strstr(prid, "GT701")) { in detect_leds()
Dprom.c195 if (strstr(arcs_cmdline, "console=")) in console_config()
/arch/um/os-Linux/
Duser_syms.c13 #undef strstr
24 EXPORT_SYMBOL(strstr);
/arch/mips/netlogic/xlr/
Dsetup.c121 if ((strstr(arcs_cmdline, "console=")) == NULL) { in build_arcs_cmdline()
130 if ((strstr(arcs_cmdline, "rdinit=")) == NULL) { in build_arcs_cmdline()
/arch/x86/boot/
Dstring.h22 extern char *strstr(const char *s1, const char *s2);
/arch/sh/mm/
Dconsistent.c25 while ((p = strstr(p, "memchunk."))) { in memchunk_cmdline_override()
/arch/arm/boot/compressed/
Ddecompress.c32 extern char * strstr(const char * s1, const char *s2);
/arch/s390/lib/
Dstring.c284 char *strstr(const char *s1, const char *s2) in strstr() function
302 EXPORT_SYMBOL(strstr);
/arch/mips/alchemy/common/
Dprom.c135 ethaddr_str = strstr(arcs_cmdline, "ethaddr="); in prom_get_ethernet_addr()
/arch/sh/kernel/
Dsh_bios.c152 if (strstr(buf, "keep")) in setup_early_printk()
/arch/powerpc/kernel/
Dudbg.c168 if (strstr(boot_command_line, "udbg-immortal")) { in register_early_udbg_console()
Dmodule_32.c85 if ((strstr(secstrings + sechdrs[i].sh_name, ".init") != NULL) in get_plt_size()
90 if (strstr(secstrings + sechdrs[i].sh_name, ".debug")) in get_plt_size()
Drtas_pci.c148 if (model && strstr(model, "Python")) in is_python()
/arch/mips/kernel/
Drelocate.c245 str = strstr(builtin_cmdline, "nokaslr"); in kaslr_disabled()
250 str = strstr(arcs_cmdline, "nokaslr"); in kaslr_disabled()
/arch/mips/bcm47xx/
Dsetup.c117 if (strstr(buf, "console=ttyS1")) { in bcm47xx_register_ssb()
/arch/mips/generic/
Dyamon-dt.c111 var = strstr(arcs_cmdline, param_name); in yamon_dt_append_memory()

123