Searched refs:HYPERVISOR_console_io (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/xen/console/
H A Dconsole.c169 HYPERVISOR_console_io(CONSOLEIO_write, 1, (char *)&c);
315 HYPERVISOR_console_io(CONSOLEIO_write, sz, &wbuf[WBUF_MASK(wc)]);
340 while ((l = HYPERVISOR_console_io(CONSOLEIO_read, 16, rbuf)) > 0)
/freebsd-9.3-release/sys/xen/
H A Dhypervisor.h62 return HYPERVISOR_console_io(CONSOLEIO_write, count, str);
/freebsd-9.3-release/sys/amd64/include/xen/
H A Dhypercall.h293 HYPERVISOR_console_io( function
/freebsd-9.3-release/sys/i386/include/xen/
H A Dhypercall.h289 HYPERVISOR_console_io( function

Completed in 49 milliseconds