Lines Matching defs:SubObjectList
877 ACPI_OPERAND_OBJECT **SubObjectList;
914 * The SubObjectList will now point to an array of the
917 SubObjectList = PackageElement->Package.Elements;
927 if (*SubObjectList && /* Null object allowed */
930 (*SubObjectList)->Common.Type) ||
933 (*SubObjectList)->Common.Type) &&
935 ((*SubObjectList)->Reference.Class ==
944 SubObjectList++;
954 if ((*SubObjectList)->Common.Type == ACPI_TYPE_STRING)
961 (*SubObjectList)->String.Length + 1);
966 (*SubObjectList)->Reference.Node);