Home
last modified time | relevance | path

Searched refs:vc_pause (Results 1 – 4 of 4) sorted by relevance

/src/usr.sbin/bhyve/
H A Dvirtio.h273 void (*vc_pause)(void *); /* called to pause device activity */ member
H A Dvirtio.c829 assert(vc->vc_pause != NULL); in vi_pci_pause()
830 (*vc->vc_pause)(DEV_SOFTC(vs)); in vi_pci_pause()
H A Dpci_virtio_block.c216 .vc_pause = pci_vtblk_pause,
H A Dpci_virtio_net.c152 .vc_pause = pci_vtnet_pause,