Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_block.c227 .vc_apply_features = pci_vtblk_apply_feats,
229 .vc_apply_features = NULL,
H A Dvirtio.h272 void (*vc_apply_features)(void *, uint64_t); member
H A Dvirtio.c755 if (vc->vc_apply_features) in vi_pci_write()
756 (*vc->vc_apply_features)(DEV_SOFTC(vs), in vi_pci_write()
H A Dpci_virtio_9p.c123 .vc_apply_features = pci_vt9p_neg_features,
H A Dpci_virtio_net.c145 .vc_apply_features = pci_vtnet_neg_features,
H A Dpci_virtio_console.c181 .vc_apply_features = pci_vtcon_neg_features,
H A Dpci_virtio_scsi.c256 .vc_apply_features = pci_vtscsi_neg_features,
H A Dpci_virtio_viona.c168 .vc_apply_features = NULL,