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

/barrelfish-master/lib/acpica/source/components/resources/
H A Drscalc.c715 ACPI_OPERAND_OBJECT **SubObjectList; local
752 * The SubObjectList will now point to an array of the
755 SubObjectList = PackageElement->Package.Elements;
765 if (*SubObjectList && /* Null object allowed */
768 (*SubObjectList)->Common.Type) ||
771 (*SubObjectList)->Common.Type) &&
773 ((*SubObjectList)->Reference.Class ==
782 SubObjectList++;
792 if ((*SubObjectList)->Common.Type == ACPI_TYPE_STRING)
799 (*SubObjectList)
[all...]
H A Drscreate.c312 ACPI_OPERAND_OBJECT **SubObjectList; local
388 * The SubObjectList will now point to an array of the four IRQ
391 SubObjectList = (*TopObjectList)->Package.Elements;
395 ObjDesc = SubObjectList[0];
408 ObjDesc = SubObjectList[1];
422 ObjDesc = SubObjectList[2];
490 ObjDesc = SubObjectList[3];
/barrelfish-master/lib/acpica/source/components/namespace/
H A Dnsrepair2.c750 ACPI_OPERAND_OBJECT **SubObjectList; local
767 SubObjectList = SubPackage->Package.Elements;
782 ObjDesc = SubObjectList[3];
785 SubObjectList[3] = SubObjectList[2];
786 SubObjectList[2] = ObjDesc;

Completed in 84 milliseconds