HomeSort by: relevance | last modified time | path
    Searched defs:ofw_stdin (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/powerpc/powerpc/
ofw_machdep.c 106 int ofw_stdin, ofw_stdout; variable in typeref:typename:int
137 while ((l = OF_read(ofw_stdin, &ch, 1)) != 1) {
178 if (OF_getprop(ofw_chosen, "stdin", &ofw_stdin,
179 sizeof(ofw_stdin)) != sizeof(ofw_stdin))
  /src/sys/arch/macppc/stand/ofwboot/
Locore.c 212 int ofw_stdin; /* /chosen/stdin */ variable in typeref:typename:int
705 if (OF_getprop(ofw_chosen, "stdin", &ofw_stdin, sizeof(ofw_stdin)) !=
706 sizeof(ofw_stdin) ||
814 while ((l = OF_read(ofw_stdin, &ch, 1)) != 1)

Completed in 21 milliseconds