Home
last modified time | relevance | path

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

/src/usr.sbin/bhyve/
H A Dvirtio.h266 int (*vc_cfgread)(void *, int, int, uint32_t *); member
H A Dvirtio.c608 if (vc->vc_cfgread != NULL) in vi_pci_read()
609 error = (*vc->vc_cfgread)(DEV_SOFTC(vs), newoff, size, &value); in vi_pci_read()
H A Dpci_virtio_9p.c110 .vc_cfgread = pci_vt9p_cfgread,
H A Dpci_virtio_block.c211 .vc_cfgread = pci_vtblk_cfgread,
H A Dpci_virtio_net.c147 .vc_cfgread = pci_vtnet_cfgread,
H A Dpci_virtio_input.c163 .vc_cfgread = pci_vtinput_cfgread,
H A Dpci_virtio_console.c173 .vc_cfgread = pci_vtcon_cfgread,
H A Dpci_virtio_scsi.c311 .vc_cfgread = pci_vtscsi_cfgread,