Home
last modified time | relevance | path

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

/haiku/src/system/kernel/arch/generic/
H A Dacpi_irq_routing_table.cpp374 bool noSource = acpiTable->Source[0] == '\0'; in handle_routing_table_entry() local
376 noSource = acpiTable->SourceIndex != 0; in handle_routing_table_entry()
383 if (!noSource) { in handle_routing_table_entry()
394 irqEntry.source = noSource ? NULL : source; in handle_routing_table_entry()
416 if (noSource) { in handle_routing_table_entry()