Searched refs:domU_write_console (Results 1 – 1 of 1) sorted by relevance
| /drivers/tty/hvc/ |
| A D | hvc_xen.c | 118 static ssize_t domU_write_console(uint32_t vtermno, const u8 *data, size_t len) in domU_write_console() function 207 .put_chars = domU_write_console, 711 if (domU_write_console(0, "(early) ", 8) < 0) in xenboot_write_console() 717 domU_write_console(0, string+off, linelen); in xenboot_write_console() 718 domU_write_console(0, "\r\n", 2); in xenboot_write_console() 722 domU_write_console(0, string+off, len-off); in xenboot_write_console()
|
Completed in 7 milliseconds