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

  /src/sys/dev/ofw/
ofcons.c 62 static int stdin, stdout; variable in typeref:typename:int
106 return OF_instance_to_package(stdin) == oba->oba_phandle
259 while (OF_read(stdin, &ch, 1) > 0) {
272 if (stdin)
276 if (OF_getprop(chosen, "stdin", stdinbuf, sizeof stdinbuf) !=
283 stdin = of_decode_int(stdinbuf);
313 while ((l = OF_read(stdin, &ch, 1)) != 1)
  /src/sys/arch/shark/stand/ofwboot/
Locore.c 504 static int stdin; variable in typeref:typename:int
516 if (OF_getprop(chosen, "stdin", buf, sizeof(buf)) != sizeof(buf))
518 stdin = of_decode_int(buf);
541 while ((l = OF_read(stdin, &ch, 1)) != 1)
  /src/include/
stdio.h 216 #define stdin (&__sF[0]) macro
498 #define getchar() getc(stdin)
524 #define getchar_unlocked() getc_unlocked(stdin)
  /src/sys/arch/ofppc/stand/ofwboot/
Locore.c 516 static int stdin; variable in typeref:typename:int
526 if (OF_getprop(chosen, "stdin", &stdin, sizeof(stdin)) !=
527 sizeof(stdin) ||
557 while ((l = OF_read(stdin, &ch, 1)) != 1)
  /src/sys/arch/macppc/dev/
zs.c 854 static int stdin, stdout; variable in typeref:typename:int
939 OF_read(stdin, &ch, 1);
1001 if (OF_getprop(chosen, "stdin", &stdin, sizeof(stdin)) == -1)
1006 if ((pkg = OF_instance_to_package(stdin)) == -1)
1030 if ((escc_ch = OF_instance_to_package(stdin)) == -1)
1067 if (OF_getprop(chosen, "stdin", &stdin, sizeof(stdin)) == -1
    [all...]

Completed in 15 milliseconds