Searched refs:vc_cfgwrite (Results 1 – 7 of 7) sorted by relevance
| /src/usr.sbin/bhyve/ |
| H A D | virtio.h | 268 int (*vc_cfgwrite)(void *, int, int, uint32_t); member
|
| H A D | virtio.c | 727 if (vc->vc_cfgwrite != NULL) in vi_pci_write() 728 error = (*vc->vc_cfgwrite)(DEV_SOFTC(vs), newoff, size, value); in vi_pci_write()
|
| H A D | pci_virtio_block.c | 212 .vc_cfgwrite = pci_vtblk_cfgwrite,
|
| H A D | pci_virtio_net.c | 148 .vc_cfgwrite = pci_vtnet_cfgwrite,
|
| H A D | pci_virtio_input.c | 164 .vc_cfgwrite = pci_vtinput_cfgwrite,
|
| H A D | pci_virtio_console.c | 174 .vc_cfgwrite = pci_vtcon_cfgwrite,
|
| H A D | pci_virtio_scsi.c | 312 .vc_cfgwrite = pci_vtscsi_cfgwrite,
|