Home
last modified time | relevance | path

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

/Linux-v5.4/arch/sparc/kernel/
Dprom_32.c225 of_console_path = prom_early_alloc(256); in of_console_init()
260 sprintf(of_console_path, "%pOF", dp); in of_console_init()
262 strcat(of_console_path, in of_console_init()
294 sprintf(of_console_path, "%pOF", dp); in of_console_init()
297 strcat(of_console_path, ":a"); in of_console_init()
300 strcat(of_console_path, ":b"); in of_console_init()
312 strcpy(of_console_path, path); in of_console_init()
317 of_console_options = strrchr(of_console_path, ':'); in of_console_init()
324 printk(msg, of_console_path); in of_console_init()
Dprom_common.c28 char *of_console_path; variable
29 EXPORT_SYMBOL(of_console_path);
Dprom_64.c603 of_console_path = prom_early_alloc(256); in of_console_init()
604 if (prom_ihandle2path(prom_stdout, of_console_path, 256) < 0) { in of_console_init()
608 of_console_options = strrchr(of_console_path, ':'); in of_console_init()
632 printk(msg, of_console_path); in of_console_init()
/Linux-v5.4/arch/sparc/include/asm/
Dprom.h49 extern char *of_console_path;