Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_virtio_console.c130 struct pci_vtcon_softc { struct
131 struct virtio_softc vsc_vs;
132 struct vqueue_info vsc_queues[VTCON_MAXQ];
133 pthread_mutex_t vsc_mtx;
134 uint64_t vsc_cfg;
135 uint64_t vsc_features;
136 char * vsc_rootdir;
137 int vsc_kq;
138 bool vsc_ready;
139 struct pci_vtcon_port vsc_control_port;
[all …]