Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c255 struct pci_fixundo { struct
260 struct pci_fixundo *next; argument
279 static struct pci_fixundo *undolist = NULL;
2092 struct pci_fixundo *newundo; in add_undofix_entry()
2094 newundo = kmem_alloc(sizeof (struct pci_fixundo), KM_SLEEP); in add_undofix_entry()
2131 struct pci_fixundo *nextundo; in undo_pci_fixes()
2147 kmem_free(undolist, sizeof (struct pci_fixundo)); in undo_pci_fixes()