Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_console.c121 struct pci_vtcon_softc { struct
122 struct virtio_softc vsc_vs;
123 struct vqueue_info vsc_queues[VTCON_MAXQ];
124 pthread_mutex_t vsc_mtx;
125 uint64_t vsc_cfg;
126 uint64_t vsc_features;
127 char * vsc_rootdir;
128 int vsc_kq;
129 bool vsc_ready;
130 struct pci_vtcon_port vsc_control_port;
[all …]