Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/xen/xen/
H A Dxencons.c394 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 Dxen_machdep.c442 (void)HYPERVISOR_console_io(CONSOLEIO_write, ret, buf); in printk()
/netbsd-src/sys/arch/amd64/include/xen/
H A Dhypercalls.h270 HYPERVISOR_console_io( in HYPERVISOR_console_io() function
/netbsd-src/sys/arch/i386/include/xen/
H A Dhypercalls.h526 HYPERVISOR_console_io(int cmd, int count, char *str) in HYPERVISOR_console_io() function