Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/pci/
H A Dpci_boot.c87 struct pci_fixundo { struct
92 struct pci_fixundo *next; argument
109 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()