Searched refs:pci_fixundo (Results 1 – 1 of 1) sorted by relevance
255 struct pci_fixundo { struct260 struct pci_fixundo *next; argument279 static struct pci_fixundo *undolist = NULL;2097 struct pci_fixundo *newundo; in add_undofix_entry()2099 newundo = kmem_alloc(sizeof (struct pci_fixundo), KM_SLEEP); in add_undofix_entry()2136 struct pci_fixundo *nextundo; in undo_pci_fixes()2152 kmem_free(undolist, sizeof (struct pci_fixundo)); in undo_pci_fixes()