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

/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c87 struct pci_fixundo { struct
92 struct pci_fixundo *next;
109 static struct pci_fixundo *undolist = NULL;
1720 struct pci_fixundo *newundo;
1722 newundo = kmem_alloc(sizeof (struct pci_fixundo), KM_SLEEP);
1759 struct pci_fixundo *nextundo;
1775 kmem_free(undolist, sizeof (struct pci_fixundo));

Completed in 65 milliseconds