Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_input.c221 struct input_event host_event; in pci_vtinput_notify_statusq() local
222 host_event.type = event.type; in pci_vtinput_notify_statusq()
223 host_event.code = event.code; in pci_vtinput_notify_statusq()
224 host_event.value = event.value; in pci_vtinput_notify_statusq()
225 if (gettimeofday(&host_event.time, NULL) != 0) { in pci_vtinput_notify_statusq()
228 if (write(sc->vsc_fd, &host_event, sizeof(host_event)) == -1) { in pci_vtinput_notify_statusq()