Searched refs:pci_next (Results 1 – 3 of 3) sorted by relevance
879 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()
266 struct pci_devinst *pci_next(const struct pci_devinst *cursor);
2754 pci_next(const struct pci_devinst *cursor) in pci_next() function