Searched refs:of_console_path (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/arch/sparc/kernel/ |
D | prom_32.c | 223 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()
|
D | prom_common.c | 33 char *of_console_path; variable 34 EXPORT_SYMBOL(of_console_path);
|
D | prom_64.c | 549 of_console_path = prom_early_alloc(256); in of_console_init() 550 if (prom_ihandle2path(prom_stdout, of_console_path, 256) < 0) { in of_console_init() 554 of_console_options = strrchr(of_console_path, ':'); in of_console_init() 583 printk(msg, of_console_path); in of_console_init()
|
/linux-3.4.99/arch/sparc/include/asm/ |
D | prom.h | 60 extern char *of_console_path;
|