Searched refs:of_stdout_handle (Results 1 – 1 of 1) sorted by relevance
21 static void *of_stdout_handle; variable28 && (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()