Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/hvc/
Dhvc_xen.c102 static int domU_write_console(uint32_t vtermno, const char *data, int len) in domU_write_console() function
155 .put_chars = domU_write_console,
634 domU_write_console(0, "(early) ", 8); in xenboot_write_console()
639 domU_write_console(0, string+off, linelen); in xenboot_write_console()
640 domU_write_console(0, "\r\n", 2); in xenboot_write_console()
644 domU_write_console(0, string+off, len-off); in xenboot_write_console()