Home
last modified time | relevance | path

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

/src/usr.sbin/bhyve/
H A Dvirtio.h268 int (*vc_cfgwrite)(void *, int, int, uint32_t); member
H A Dvirtio.c727 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 Dpci_virtio_block.c212 .vc_cfgwrite = pci_vtblk_cfgwrite,
H A Dpci_virtio_net.c148 .vc_cfgwrite = pci_vtnet_cfgwrite,
H A Dpci_virtio_input.c164 .vc_cfgwrite = pci_vtinput_cfgwrite,
H A Dpci_virtio_console.c174 .vc_cfgwrite = pci_vtcon_cfgwrite,
H A Dpci_virtio_scsi.c312 .vc_cfgwrite = pci_vtscsi_cfgwrite,