HomeSort by: relevance | last modified time | path
    Searched defs:fixup_stage (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/i386/pci/
pci_intr_fixup.c 90 int fixup_stage; member in struct:pciintr_link_map
435 l->fixup_stage = 1;
465 * In this case, l->fixup_stage == 0.
487 l->fixup_stage = 1;
512 l->fixup_stage = 2;
531 l->fixup_stage = 3;
553 if (l->fixup_stage == 0) {
715 PCIBIOS_PRINTV((" %d ", l->fixup_stage));
pci_intr_fixup.c 90 int fixup_stage; member in struct:pciintr_link_map
435 l->fixup_stage = 1;
465 * In this case, l->fixup_stage == 0.
487 l->fixup_stage = 1;
512 l->fixup_stage = 2;
531 l->fixup_stage = 3;
553 if (l->fixup_stage == 0) {
715 PCIBIOS_PRINTV((" %d ", l->fixup_stage));

Completed in 107 milliseconds