Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86xpv/boot/
H A Dboot_xconsole.c160 (void) HYPERVISOR_console_io(CONSOLEIO_write, 1, &buffer); in bcons_putchar_xen()
/illumos-gate/usr/src/uts/common/xen/public/
H A Dxen.h313 #define CONSOLEIO_write 0 macro
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.c851 (void) HYPERVISOR_console_io(CONSOLEIO_write, len, in xcasync_start()
1299 (void) HYPERVISOR_console_io(CONSOLEIO_write, 1, buffer); in xenconsputchar()
1536 (void) HYPERVISOR_console_io(CONSOLEIO_write, 1, &c); in xcasync_flowcontrol_sw_input()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c898 (void) HYPERVISOR_console_io(CONSOLEIO_write, in xen_printf()