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

/illumos-gate/usr/src/uts/intel/io/acpica/resources/
H A Drscreate.c240 ACPI_OPERAND_OBJECT **SubObjectList; local
316 * The SubObjectList will now point to an array of the four IRQ
319 SubObjectList = (*TopObjectList)->Package.Elements;
323 ObjDesc = SubObjectList[0];
336 ObjDesc = SubObjectList[1];
350 ObjDesc = SubObjectList[2];
418 ObjDesc = SubObjectList[3];
H A Drscalc.c643 ACPI_OPERAND_OBJECT **SubObjectList; local
680 * The SubObjectList will now point to an array of the
683 SubObjectList = PackageElement->Package.Elements;
693 if (*SubObjectList && /* Null object allowed */
696 (*SubObjectList)->Common.Type) ||
699 (*SubObjectList)->Common.Type) &&
701 ((*SubObjectList)->Reference.Class ==
710 SubObjectList++;
720 if ((*SubObjectList)->Common.Type == ACPI_TYPE_STRING)
727 (*SubObjectList)
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/namespace/
H A Dnsrepair2.c678 ACPI_OPERAND_OBJECT **SubObjectList; local
695 SubObjectList = SubPackage->Package.Elements;
710 ObjDesc = SubObjectList[3];
713 SubObjectList[3] = SubObjectList[2];
714 SubObjectList[2] = ObjDesc;

Completed in 49 milliseconds