Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/boot/
Dofconsole.c21 static void *of_stdout_handle; variable
28 && (of_getprop(devp, "stdout", &of_stdout_handle, in of_console_open()
29 sizeof(of_stdout_handle)) in of_console_open()
30 == sizeof(of_stdout_handle))) in of_console_open()
38 of_call_prom("write", 3, 1, of_stdout_handle, buf, len); in of_console_write()