Home
last modified time | relevance | path

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

/haiku/src/system/kernel/arch/generic/
H A Dacpi_irq_routing_table.cpp447 IRQRoutingTable& matchedTable, IRQRoutingTable& unmatchedTable, in ensure_all_functions_matched() argument
496 matchedTable, unmatchedTable, parents); in ensure_all_functions_matched()
539 irqEntry = find_routing_table_entry(unmatchedTable, in ensure_all_functions_matched()
613 IRQRoutingTable& table, IRQRoutingTable& unmatchedTable, bool rootBridge, in read_irq_routing_table_recursive() argument
722 unmatchedTable.PushBack(irqEntry); in read_irq_routing_table_recursive()
758 currentBus, table, unmatchedTable, false, checkFunction); in read_irq_routing_table_recursive()
806 IRQRoutingTable unmatchedTable; in read_irq_routing_table() local
808 rootPciHandle, rootBus, table, unmatchedTable, true, checkFunction); in read_irq_routing_table()
825 status = ensure_all_functions_matched(pci, rootBus, table, unmatchedTable, in read_irq_routing_table()