Lines Matching full:elements

178  *              ElementCount    - Number of elements in the package - this is
187 * NOTE: The number of elements in the package will be always be the NumElements
188 * count, regardless of the number of elements in the package list. If
189 * NumElements is smaller, only that many package list elements are used.
266 if (!ObjDesc->Package.Elements)
268 ObjDesc->Package.Elements = ACPI_ALLOCATE_ZEROED (
271 if (!ObjDesc->Package.Elements)
287 * full resolution of the package elements in order to support
288 * forward references from the elements. This provides
297 "%s: Deferring resolution of Package elements\n",
302 * Initialize the elements of the package, up to the NumElements count.
303 * Package is automatically padded with uninitialized (NULL) elements
316 * package elements is not supported by the AML interpreter,
329 "Expressions within package elements are not supported"));
345 WalkState, Arg, &ObjDesc->Package.Elements[i]);
351 ObjDesc->Package.Elements[i] =
358 WalkState, Arg, &ObjDesc->Package.Elements[i]);
372 AcpiDsInitPackageElement (0, ObjDesc->Package.Elements[i],
373 NULL, &ObjDesc->Package.Elements[i]);
389 AcpiUtAddReference ((ObjDesc->Package.Elements[i]));
402 * NumElements was exhausted, but there are remaining elements in
406 * error for NumElements to be less than the number of elements in
416 * We must delete any package elements that were created earlier
426 /* Find out how many elements there really are */
440 * Arg list (elements) was exhausted, but we did not reach
448 "count (%u), padded with null elements\n",
513 /* We are only interested in reference objects/elements */
592 * element(s) will be replaced with NULL elements.
650 * elements can only be "data objects" or method references.