Searched refs:ofw_stdin (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/arch/powerpc/powerpc/ |
H A D | ofw_machdep.c | 106 int ofw_stdin, ofw_stdout; variable 137 while ((l = OF_read(ofw_stdin, &ch, 1)) != 1) { in ofwbootcons_cngetc() 178 if (OF_getprop(ofw_chosen, "stdin", &ofw_stdin, in ofw_bootstrap_console() 179 sizeof(ofw_stdin)) != sizeof(ofw_stdin)) in ofw_bootstrap_console()
|
/netbsd-src/sys/arch/macppc/stand/ofwboot/ |
H A D | Locore.c | 212 int ofw_stdin; /* /chosen/stdin */ variable 705 if (OF_getprop(ofw_chosen, "stdin", &ofw_stdin, sizeof(ofw_stdin)) != in setup() 706 sizeof(ofw_stdin) || in setup() 814 while ((l = OF_read(ofw_stdin, &ch, 1)) != 1) in getchar()
|
H A D | openfirm.h | 49 extern int ofw_stdin;
|
/netbsd-src/sys/arch/powerpc/oea/ |
H A D | ofw_consinit.c | 175 extern int ofw_stdin; in ofwoea_cnprobe_keyboard() 177 int node, kstdin = ofw_stdin; in ofwoea_cnprobe_keyboard()
|