Home
last modified time | relevance | path

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

/src/usr.sbin/bhyve/
H A Dvirtio.h270 void (*vc_apply_features)(void *, uint64_t); member
H A Dvirtio.c759 if (vc->vc_apply_features) in vi_pci_write()
760 (*vc->vc_apply_features)(DEV_SOFTC(vs), in vi_pci_write()
H A Dpci_virtio_9p.c111 .vc_apply_features = pci_vt9p_neg_features,
H A Dpci_virtio_block.c213 .vc_apply_features = NULL,
H A Dpci_virtio_net.c149 .vc_apply_features = pci_vtnet_neg_features,
H A Dpci_virtio_console.c175 .vc_apply_features = pci_vtcon_neg_features,
H A Dpci_virtio_scsi.c313 .vc_apply_features = pci_vtscsi_neg_features,