Searched refs:undolist (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c109 static struct pci_fixundo *undolist = NULL; variable in typeref:struct:pci_fixundo
1732 newundo->next = undolist;
1735 undolist = newundo;
1766 while (undolist != NULL) {
1768 bus = undolist->bus;
1769 dev = undolist->dev;
1770 fn = undolist->fn;
1772 (*(undolist->undofn))(bus, dev, fn);
1774 nextundo = undolist->next;
1775 kmem_free(undolist, sizeo
[all...]

Completed in 209 milliseconds