Searched refs:HYPERVISOR_console_io (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/arch/xen/xen/ |
H A D | xencons.c | 394 r = HYPERVISOR_console_io(CONSOLEIO_write, len, buf); in xencons_start() 523 HYPERVISOR_console_io(CONSOLEIO_read, sizeof(rbuf), rbuf)) > 0) { in xencons_intr() 556 while (HYPERVISOR_console_io(CONSOLEIO_read, 1, &c) == 0) in xenconscn_getc() 602 (void)HYPERVISOR_console_io(CONSOLEIO_write, 1, buf); in xenconscn_putc()
|
H A D | xen_machdep.c | 442 (void)HYPERVISOR_console_io(CONSOLEIO_write, ret, buf); in printk()
|
/netbsd-src/sys/arch/amd64/include/xen/ |
H A D | hypercalls.h | 270 HYPERVISOR_console_io( in HYPERVISOR_console_io() function
|
/netbsd-src/sys/arch/i386/include/xen/ |
H A D | hypercalls.h | 526 HYPERVISOR_console_io(int cmd, int count, char *str) in HYPERVISOR_console_io() function
|