Searched refs:pci_fixundo (Results 1 – 1 of 1) sorted by relevance
87 struct pci_fixundo { struct92 struct pci_fixundo *next; argument109 static struct pci_fixundo *undolist = NULL;1729 struct pci_fixundo *newundo; in add_undofix_entry()1731 newundo = kmem_alloc(sizeof (struct pci_fixundo), KM_SLEEP); in add_undofix_entry()1768 struct pci_fixundo *nextundo; in undo_pci_fixes()1784 kmem_free(undolist, sizeof (struct pci_fixundo)); in undo_pci_fixes()