Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c2095 struct pci_fixundo *newundo; in add_undofix_entry() local
2097 newundo = kmem_alloc(sizeof (struct pci_fixundo), KM_SLEEP); in add_undofix_entry()
2103 newundo->bus = bus; in add_undofix_entry()
2104 newundo->dev = dev; in add_undofix_entry()
2105 newundo->fn = fn; in add_undofix_entry()
2106 newundo->undofn = undofn; in add_undofix_entry()
2107 newundo->next = undolist; in add_undofix_entry()
2110 undolist = newundo; in add_undofix_entry()