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

/freebsd-11.0-release/sys/dev/acpica/
H A Dacpi_pcib.c102 * In practice, we only see SourceIndex's of 0 out in the wild.
105 if (entry->SourceIndex != 0)
125 acpi_pci_link_add_reference(child, entry->SourceIndex, pcib,
214 printf(" (src %s:%u)", prt->Source, prt->SourceIndex);
225 if (prt->Source[0] == '\0' || prt->SourceIndex != 0) {
228 pci_get_slot(dev), 'A' + pin, prt->SourceIndex);
229 if (prt->SourceIndex) {
230 interrupt = prt->SourceIndex;
247 prt->SourceIndex);
/freebsd-11.0-release/sys/contrib/dev/acpica/components/resources/
H A Drscreate.c279 * a Name, and a UINT8 SourceIndex.
317 * elements: [Address, Pin, Source, SourceIndex]
416 /* 4) Fourth subobject: Dereference the PRT.SourceIndex */
422 "(PRT[%u].SourceIndex) Need Integer, found %s",
427 UserPrt->SourceIndex = (UINT32) ObjDesc->Integer.Value;
H A Drsdumpinfo.c357 {ACPI_RSD_UINT32, ACPI_PRT_OFFSET (SourceIndex), "Source Index", NULL}
/freebsd-11.0-release/sys/contrib/dev/acpica/include/
H A Dacrestyp.h710 UINT32 SourceIndex; member in struct:acpi_pci_routing_table

Completed in 131 milliseconds