Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/bhyve/
H A Dvirtio.h260 void (*vc_pause)(void *); /* called to pause device activity */ member
H A Dvirtio.c821 assert(vc->vc_pause != NULL); in vi_pci_pause()
822 (*vc->vc_pause)(DEV_SOFTC(vs)); in vi_pci_pause()