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

/freebsd-11-stable/sys/x86/x86/
H A Dio_apic.c103 struct resource *pci_wnd; /* BAR 0, should be same or alias to member in struct:ioapic
635 io->pci_wnd = NULL;
1035 KASSERT(io->pci_wnd == NULL,
1036 ("ioapic %d pci_wnd not NULL", io->io_id));
1039 io->pci_wnd = res;

Completed in 58 milliseconds