Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86xpv/boot/
H A Dboot_xconsole.c202 if (HYPERVISOR_console_io(CONSOLEIO_read, 1, &buffered) > 0) in bcons_ischar_xen()
/illumos-gate/usr/src/uts/common/xen/public/
H A Dxen.h314 #define CONSOLEIO_read 1 macro
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.c580 cc = HYPERVISOR_console_io(CONSOLEIO_read, 16, (char *)buf); in xencons_rxint()
1334 xcp->polllen = HYPERVISOR_console_io(CONSOLEIO_read, 1, in xenconsischar()