Searched refs:HYPERVISOR_console_io (Results 1 – 6 of 6) sorted by relevance
| /illumos-gate/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()
|
| /illumos-gate/usr/src/uts/common/xen/io/ |
| H A D | xencons.c | 577 cc = HYPERVISOR_console_io(CONSOLEIO_read, 16, (char *)buf); in xencons_rxint() 848 (void) HYPERVISOR_console_io(CONSOLEIO_write, len, in xcasync_start() 1296 (void) HYPERVISOR_console_io(CONSOLEIO_write, 1, buffer); in xenconsputchar() 1331 xcp->polllen = HYPERVISOR_console_io(CONSOLEIO_read, 1, in xenconsischar() 1533 (void) HYPERVISOR_console_io(CONSOLEIO_write, 1, &c); in xcasync_flowcontrol_sw_input()
|
| /illumos-gate/usr/src/uts/intel/sys/ |
| H A D | hypervisor.h | 226 extern long HYPERVISOR_console_io(int, int, char *);
|
| /illumos-gate/usr/src/uts/common/xen/os/ |
| H A D | hypercall.c | 177 HYPERVISOR_console_io(int cmd, int count, char *str) in HYPERVISOR_console_io() function
|
| /illumos-gate/usr/src/uts/i86xpv/os/ |
| H A D | xen_machdep.c | 898 (void) HYPERVISOR_console_io(CONSOLEIO_write, in xen_printf()
|
| /illumos-gate/usr/src/uts/i86pc/boot/ |
| H A D | boot_console.c | 799 switch (HYPERVISOR_console_io(CONSOLEIO_get_device, 0, NULL)) { in bcons_init()
|