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

/haiku/src/system/kernel/arch/generic/
H A Dacpi_irq_routing_table.cpp448 Vector<pci_address>& parents)
490 parents.PushBack(pciAddress);
496 matchedTable, unmatchedTable, parents);
499 parents.PopBack();
523 "parents, searching them...\n", bus, device, function,
524 parents.Count());
531 for (int i = parents.Count() - 1; i >= 0; i--) {
532 pci_address& parent = parents.ElementAt(i);
824 Vector<pci_address> parents; local
826 parents);
446 ensure_all_functions_matched(pci_module_info* pci, uint8 bus, IRQRoutingTable& matchedTable, IRQRoutingTable& unmatchedTable, Vector<pci_address>& parents) argument
[all...]

Completed in 54 milliseconds