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/
H A Dpci_virtio_console.c127 struct pci_vtcon_softc { struct
128 struct virtio_softc vsc_vs;
129 struct vqueue_info vsc_queues[VTCON_MAXQ];
130 pthread_mutex_t vsc_mtx;
131 uint64_t vsc_cfg;
132 uint64_t vsc_features;
133 char * vsc_rootdir;
134 int vsc_kq;
135 bool vsc_ready;
136 struct pci_vtcon_port vsc_control_port;
[all …]