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

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

Completed in 47 milliseconds