Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/xen/xen/
H A Dxencons.c523 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()
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Dxen.h492 #define CONSOLEIO_read 1 macro