Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c531 struct completion host_event; member
536 struct completion host_event; member
575 complete(&comp_pkt->host_event); in hv_pci_generic_compl()
595 complete(&completion->host_event); in q_resource_requirements()
608 complete(&comp_pkt->comp_pkt.host_event); in hv_pci_compose_compl()
678 init_completion(&comp_pkt.host_event); in new_pcichild_device()
694 if (wait_for_response(hbus, &comp_pkt.host_event)) in new_pcichild_device()
697 free_completion(&comp_pkt.host_event); in new_pcichild_device()
708 free_completion(&comp_pkt.host_event); in new_pcichild_device()
1057 init_completion(&comp_pkt.host_event); in hv_pci_protocol_negotiation()
[all …]
/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_input.c219 struct input_event host_event; in pci_vtinput_notify_statusq() local
220 host_event.type = event.type; in pci_vtinput_notify_statusq()
221 host_event.code = event.code; in pci_vtinput_notify_statusq()
222 host_event.value = event.value; in pci_vtinput_notify_statusq()
223 if (gettimeofday(&host_event.time, NULL) != 0) { in pci_vtinput_notify_statusq()
226 if (write(sc->vsc_fd, &host_event, sizeof(host_event)) == -1) { in pci_vtinput_notify_statusq()