Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dvirtio.h270 int (*vc_cfgwrite)(void *, int, int, uint32_t); member
H A Dvirtio.c723 if (vc->vc_cfgwrite != NULL) in vi_pci_write()
724 error = (*vc->vc_cfgwrite)(DEV_SOFTC(vs), newoff, size, value); in vi_pci_write()
H A Dpci_virtio_block.c225 .vc_cfgwrite = pci_vtblk_cfgwrite,
H A Dpci_virtio_net.c144 .vc_cfgwrite = pci_vtnet_cfgwrite,
H A Dpci_virtio_input.c166 .vc_cfgwrite = pci_vtinput_cfgwrite,
H A Dpci_virtio_console.c180 .vc_cfgwrite = pci_vtcon_cfgwrite,
H A Dpci_virtio_scsi.c255 .vc_cfgwrite = pci_vtscsi_cfgwrite,
H A Dpci_virtio_viona.c167 .vc_cfgwrite = NULL,