Home
last modified time | relevance | path

Searched refs:HYPERVISOR_console_io (Results 1 – 6 of 6) 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()
202 if (HYPERVISOR_console_io(CONSOLEIO_read, 1, &buffered) > 0) in bcons_ischar_xen()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxencons.c580 cc = HYPERVISOR_console_io(CONSOLEIO_read, 16, (char *)buf); in xencons_rxint()
851 (void) HYPERVISOR_console_io(CONSOLEIO_write, len, in xcasync_start()
1299 (void) HYPERVISOR_console_io(CONSOLEIO_write, 1, buffer); in xenconsputchar()
1334 xcp->polllen = HYPERVISOR_console_io(CONSOLEIO_read, 1, in xenconsischar()
1536 (void) HYPERVISOR_console_io(CONSOLEIO_write, 1, &c); in xcasync_flowcontrol_sw_input()
/illumos-gate/usr/src/uts/intel/sys/
H A Dhypervisor.h227 extern long HYPERVISOR_console_io(int, int, char *);
/illumos-gate/usr/src/uts/common/xen/os/
H A Dhypercall.c177 HYPERVISOR_console_io(int cmd, int count, char *str) in HYPERVISOR_console_io() function
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c898 (void) HYPERVISOR_console_io(CONSOLEIO_write, in xen_printf()
/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_console.c787 switch (HYPERVISOR_console_io(CONSOLEIO_get_device, 0, NULL)) { in bcons_init()