Searched refs:domU_write_console (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
H A D | hvc_xen.c | 113 static int domU_write_console(uint32_t vtermno, const char *data, int len) in domU_write_console() function 195 .put_chars = domU_write_console, 698 domU_write_console(0, "(early) ", 8); in xenboot_write_console() 703 domU_write_console(0, string+off, linelen); in xenboot_write_console() 704 domU_write_console(0, "\r\n", 2); in xenboot_write_console() 708 domU_write_console(0, string+off, len-off); in xenboot_write_console()
|
/kernel/linux/linux-6.6/drivers/tty/hvc/ |
H A D | hvc_xen.c | 118 static int domU_write_console(uint32_t vtermno, const char *data, int len) in domU_write_console() function 206 .put_chars = domU_write_console, 710 if (domU_write_console(0, "(early) ", 8) < 0) in xenboot_write_console() 716 domU_write_console(0, string+off, linelen); in xenboot_write_console() 717 domU_write_console(0, "\r\n", 2); in xenboot_write_console() 721 domU_write_console(0, string+off, len-off); in xenboot_write_console()
|
Completed in 5 milliseconds