HomeSort by: relevance | last modified time | path
    Searched refs:HYPERVISOR_console_io (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/xen/xen/
xencons.c 394 r = HYPERVISOR_console_io(CONSOLEIO_write, len, buf);
523 HYPERVISOR_console_io(CONSOLEIO_read, sizeof(rbuf), rbuf)) > 0) {
556 while (HYPERVISOR_console_io(CONSOLEIO_read, 1, &c) == 0)
602 (void)HYPERVISOR_console_io(CONSOLEIO_write, 1, buf);
xen_machdep.c 442 (void)HYPERVISOR_console_io(CONSOLEIO_write, ret, buf);
  /src/sys/arch/amd64/include/xen/
hypercalls.h 270 HYPERVISOR_console_io(
  /src/sys/arch/i386/include/xen/
hypercalls.h 526 HYPERVISOR_console_io(int cmd, int count, char *str)

Completed in 13 milliseconds