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

/illumos-gate/usr/src/uts/i86pc/io/psm/
H A Dpsm_common.c112 ACPI_PCI_ROUTING_TABLE *prtp; local
127 for (prtp = rb.Pointer; prtp->Length != 0; prtp = NEXT_PRT_ITEM(prtp)) {
129 if (dev_adr != prtp->Address || ipin != prtp->Pin)
133 if (*prtp->Source == 0) {
137 *pci_irqp = prtp->SourceIndex;
140 status = acpi_eval_lnk(dip, prtp
[all...]

Completed in 57 milliseconds