Searched refs:vc_cfgread (Results 1 – 8 of 8) sorted by relevance
| /src/usr.sbin/bhyve/ |
| H A D | virtio.h | 266 int (*vc_cfgread)(void *, int, int, uint32_t *); member
|
| H A D | virtio.c | 608 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 D | pci_virtio_9p.c | 110 .vc_cfgread = pci_vt9p_cfgread,
|
| H A D | pci_virtio_block.c | 211 .vc_cfgread = pci_vtblk_cfgread,
|
| H A D | pci_virtio_net.c | 147 .vc_cfgread = pci_vtnet_cfgread,
|
| H A D | pci_virtio_input.c | 163 .vc_cfgread = pci_vtinput_cfgread,
|
| H A D | pci_virtio_console.c | 173 .vc_cfgread = pci_vtcon_cfgread,
|
| H A D | pci_virtio_scsi.c | 311 .vc_cfgread = pci_vtscsi_cfgread,
|