Home
last modified time | relevance | path

Searched refs:pe_pause (Results 1 – 5 of 5) sorted by relevance

/src/usr.sbin/bhyve/
H A Dpci_emul.h82 int (*pe_pause)(struct pci_devinst *pi); member
H A Dpci_virtio_block.c597 .pe_pause = vi_pci_pause,
H A Dpci_virtio_net.c811 .pe_pause = vi_pci_pause,
H A Dpci_emul.c2562 if (pde->pe_pause == NULL) { in pci_pause()
2567 return (*pde->pe_pause)(pdi); in pci_pause()
H A Dpci_ahci.c2771 .pe_pause = pci_ahci_pause,