Searched refs:lastIOAPIC (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/arch/x86/
H A Dioapic.cpp427 struct ioapic* lastIOAPIC = sIOAPICs; local
451 = lastIOAPIC != NULL ? lastIOAPIC->number + 1 : 0;
467 if (lastIOAPIC == NULL)
470 lastIOAPIC->next = ioapic;
472 lastIOAPIC = ioapic;

Completed in 34 milliseconds