Home
last modified time | relevance | path

Searched refs:pci_next (Results 1 – 3 of 3) sorted by relevance

/src/usr.sbin/bhyve/
H A Dsnapshot.c879 while ((pdi = pci_next(pdi)) != NULL) { in vm_restore_devices()
899 while ((pdi = pci_next(pdi)) != NULL) { in vm_pause_devices()
916 while ((pdi = pci_next(pdi)) != NULL) { in vm_resume_devices()
1122 while ((pdi = pci_next(pdi)) != NULL) { in vm_snapshot_devices()
H A Dpci_emul.h266 struct pci_devinst *pci_next(const struct pci_devinst *cursor);
H A Dpci_emul.c2754 pci_next(const struct pci_devinst *cursor) in pci_next() function