Home
last modified time | relevance | path

Searched defs:pci_vtinput_softc (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_virtio_input.c143 struct pci_vtinput_softc { struct
144 struct virtio_softc vsc_vs;
145 struct vqueue_info vsc_queues[VTINPUT_MAXQ];
146 pthread_mutex_t vsc_mtx;
147 const char *vsc_evdev;
148 int vsc_fd;
172 struct pci_vtinput_softc *sc = vsc; in pci_vtinput_reset() argument