/arch/mips/loongson2ef/lemote-2f/ |
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/ |
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/ |
D | machtype.c | 45 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/ |
D | strstr_32.c | 5 char *strstr(const char *cs, const char *ct) in strstr() function 33 EXPORT_SYMBOL(strstr);
|
/arch/mips/pic32/pic32mzda/ |
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/mips/mti-malta/ |
D | malta-setup.c | 104 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()
|
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/powerpc/platforms/powermac/ |
D | setup.c | 326 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/ |
D | init_32.c | 90 if (strstr(boot_command_line, "nobats")) { in MMU_setup() 94 if (strstr(boot_command_line, "noltlbs")) { in MMU_setup()
|
/arch/mips/ar7/ |
D | platform.c | 508 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()
|
D | prom.c | 195 if (strstr(arcs_cmdline, "console=")) in console_config()
|
/arch/um/os-Linux/ |
D | user_syms.c | 13 #undef strstr 24 EXPORT_SYMBOL(strstr);
|
/arch/mips/netlogic/xlr/ |
D | setup.c | 121 if ((strstr(arcs_cmdline, "console=")) == NULL) { in build_arcs_cmdline() 130 if ((strstr(arcs_cmdline, "rdinit=")) == NULL) { in build_arcs_cmdline()
|
/arch/x86/boot/ |
D | string.h | 22 extern char *strstr(const char *s1, const char *s2);
|
/arch/sh/mm/ |
D | consistent.c | 25 while ((p = strstr(p, "memchunk."))) { in memchunk_cmdline_override()
|
/arch/arm/boot/compressed/ |
D | decompress.c | 32 extern char * strstr(const char * s1, const char *s2);
|
/arch/s390/lib/ |
D | string.c | 284 char *strstr(const char *s1, const char *s2) in strstr() function 302 EXPORT_SYMBOL(strstr);
|
/arch/mips/alchemy/common/ |
D | prom.c | 135 ethaddr_str = strstr(arcs_cmdline, "ethaddr="); in prom_get_ethernet_addr()
|
/arch/sh/kernel/ |
D | sh_bios.c | 152 if (strstr(buf, "keep")) in setup_early_printk()
|
/arch/powerpc/kernel/ |
D | udbg.c | 168 if (strstr(boot_command_line, "udbg-immortal")) { in register_early_udbg_console()
|
D | module_32.c | 85 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()
|
D | rtas_pci.c | 148 if (model && strstr(model, "Python")) in is_python()
|
/arch/mips/kernel/ |
D | relocate.c | 245 str = strstr(builtin_cmdline, "nokaslr"); in kaslr_disabled() 250 str = strstr(arcs_cmdline, "nokaslr"); in kaslr_disabled()
|
/arch/mips/bcm47xx/ |
D | setup.c | 117 if (strstr(buf, "console=ttyS1")) { in bcm47xx_register_ssb()
|
/arch/mips/generic/ |
D | yamon-dt.c | 111 var = strstr(arcs_cmdline, param_name); in yamon_dt_append_memory()
|