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/
H A Dpci_virtio_console.c97 struct pci_vtcon_port;
99 typedef void (pci_vtcon_cb_t)(struct pci_vtcon_port *, void *, struct iovec *,
102 struct pci_vtcon_port { struct
118 struct pci_vtcon_port * vss_port; argument
136 struct pci_vtcon_port vsc_control_port;
137 struct pci_vtcon_port vsc_ports[VTCON_MAXPORTS];
167 static void pci_vtcon_sock_tx(struct pci_vtcon_port *, void *, struct iovec *,
171 static void pci_vtcon_announce_port(struct pci_vtcon_port *);
172 static void pci_vtcon_open_port(struct pci_vtcon_port *, bool);
222 static inline struct pci_vtcon_port *
[all …]