Home
last modified time | relevance | path

Searched refs:stdout_node (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/sparc/sparc/
H A Dpromlib.c203 static int stdout_node; in notimplemented() local
204 if (stdout_node == 0) { in notimplemented()
206 OF_getprop(chosen, "stdout", &stdout_node, sizeof(int)); in notimplemented()
208 OF_write(stdout_node, str, n); in notimplemented()