OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
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
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 15 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026