Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_virtio_console.c96 struct pci_vtcon_port;
98 typedef void (pci_vtcon_cb_t)(struct pci_vtcon_port *, void *, struct iovec *,
101 struct pci_vtcon_port { struct
117 struct pci_vtcon_port * vss_port; argument
135 struct pci_vtcon_port vsc_control_port;
136 struct pci_vtcon_port vsc_ports[VTCON_MAXPORTS];
166 static void pci_vtcon_sock_tx(struct pci_vtcon_port *, void *, struct iovec *,
170 static void pci_vtcon_announce_port(struct pci_vtcon_port *);
171 static void pci_vtcon_open_port(struct pci_vtcon_port *, bool);
221 static inline struct pci_vtcon_port *
[all …]