Home
last modified time | relevance | path

Searched refs:of_console_path (Results 1 – 4 of 4) sorted by relevance

/arch/sparc/kernel/
Dprom_32.c223 of_console_path = prom_early_alloc(256); in of_console_init()
258 strcpy(of_console_path, dp->full_name); in of_console_init()
260 strcat(of_console_path, in of_console_init()
298 strcpy(of_console_path, dp->full_name); in of_console_init()
301 strcat(of_console_path, ":a"); in of_console_init()
304 strcat(of_console_path, ":b"); in of_console_init()
316 strcpy(of_console_path, path); in of_console_init()
321 of_console_options = strrchr(of_console_path, ':'); in of_console_init()
328 printk(msg, of_console_path); in of_console_init()
Dprom_common.c32 char *of_console_path; variable
33 EXPORT_SYMBOL(of_console_path);
Dprom_64.c600 of_console_path = prom_early_alloc(256); in of_console_init()
601 if (prom_ihandle2path(prom_stdout, of_console_path, 256) < 0) { in of_console_init()
605 of_console_options = strrchr(of_console_path, ':'); in of_console_init()
634 printk(msg, of_console_path); in of_console_init()
/arch/sparc/include/asm/
Dprom.h56 extern char *of_console_path;