Home
last modified time | relevance | path

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

/titanic_50/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()
/titanic_50/usr/src/uts/common/xen/io/
H A Dxencons.c576 cc = HYPERVISOR_console_io(CONSOLEIO_read, 16, (char *)buf); in xencons_rxint()
847 (void) HYPERVISOR_console_io(CONSOLEIO_write, len, in xcasync_start()
1295 (void) HYPERVISOR_console_io(CONSOLEIO_write, 1, buffer); in xenconsputchar()
1330 xcp->polllen = HYPERVISOR_console_io(CONSOLEIO_read, 1, in xenconsischar()
1532 (void) HYPERVISOR_console_io(CONSOLEIO_write, 1, &c); in xcasync_flowcontrol_sw_input()
/titanic_50/usr/src/uts/intel/sys/
H A Dhypervisor.h227 extern long HYPERVISOR_console_io(int, int, char *);
/titanic_50/usr/src/uts/common/xen/os/
H A Dhypercall.c206 HYPERVISOR_console_io(int cmd, int count, char *str) in HYPERVISOR_console_io() function
/titanic_50/usr/src/uts/i86pc/boot/
H A Dboot_console.c600 switch (HYPERVISOR_console_io(CONSOLEIO_get_device, 0, NULL)) { in bcons_init()
/titanic_50/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c908 (void) HYPERVISOR_console_io(CONSOLEIO_write, in xen_printf()