Lines Matching defs:stdout
98 ihandle_t stdout;
111 if (OF_getencprop(chosen, "stdout", &stdout, sizeof(stdout)) ==
112 sizeof(stdout))
113 node = OF_instance_to_package(stdout);
115 if (OF_getprop(chosen, "stdout-path", buf, sizeof(buf)) > 0)
119 * The "/chosen/stdout" does not exist try
508 if (OF_getencprop(chosen, "stdout", &sc->sc_handle,
512 /* Try "/chosen/stdout-path" now */
513 if (OF_getprop(chosen, "stdout-path", buf, sizeof(buf)) > 0) {
520 * The "/chosen/stdout" does not exist try