Searched refs:HYPERVISOR_console_io (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/i86xpv/boot/ |
H A D | boot_xconsole.c | 160 (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 D | xencons.c | 576 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 D | hypervisor.h | 227 extern long HYPERVISOR_console_io(int, int, char *);
|
/titanic_50/usr/src/uts/common/xen/os/ |
H A D | hypercall.c | 206 HYPERVISOR_console_io(int cmd, int count, char *str) in HYPERVISOR_console_io() function
|
/titanic_50/usr/src/uts/i86pc/boot/ |
H A D | boot_console.c | 600 switch (HYPERVISOR_console_io(CONSOLEIO_get_device, 0, NULL)) { in bcons_init()
|
/titanic_50/usr/src/uts/i86xpv/os/ |
H A D | xen_machdep.c | 908 (void) HYPERVISOR_console_io(CONSOLEIO_write, in xen_printf()
|