Lines Matching defs:chosen
579 * the best. A source has to match BETTER than tol to be chosen.
581 * chosen. Also, allow for the possibility that one source might run
995 int chosen, pkg;
998 if ((chosen = OF_finddevice("/chosen")) == -1)
1001 if (OF_getprop(chosen, "stdin", &stdin, sizeof(stdin)) == -1)
1003 if (OF_getprop(chosen, "stdout", &stdout, sizeof(stdout)) == -1)
1061 int chosen, escc_ch;
1064 if ((chosen = OF_finddevice("/chosen")) == -1)
1067 if (OF_getprop(chosen, "stdin", &stdin, sizeof(stdin)) == -1)
1070 if (OF_getprop(chosen, "stdout", &stdout, sizeof(stdout)) == -1)