Lines Matching defs:SubObjectList
886 ACPI_OPERAND_OBJECT **SubObjectList;
923 * The SubObjectList will now point to an array of the
926 SubObjectList = PackageElement->Package.Elements;
936 if (*SubObjectList && /* Null object allowed */
939 (*SubObjectList)->Common.Type) ||
942 (*SubObjectList)->Common.Type) &&
944 ((*SubObjectList)->Reference.Class ==
953 SubObjectList++;
963 if ((*SubObjectList)->Common.Type == ACPI_TYPE_STRING)
970 (*SubObjectList)->String.Length + 1);
975 (*SubObjectList)->Reference.Node);