Lines Matching defs:Descriptor
757 ACPI_DESCRIPTOR *Descriptor;
789 Descriptor = ACPI_CAST_PTR (
795 "[Not a Descriptor - too small]\n",
796 Descriptor, Element->Size, Element->Module,
803 if (ACPI_GET_DESCRIPTOR_TYPE (Descriptor) !=
807 Descriptor, Element->Size, Element->Module,
808 Element->Line, AcpiUtGetDescriptorName (Descriptor));
815 AcpiUtDumpBuffer ((UINT8 *) Descriptor, Element->Size,
819 /* Validate the descriptor type using Type field and length */
821 DescriptorType = 0; /* Not a valid descriptor type */
823 switch (ACPI_GET_DESCRIPTOR_TYPE (Descriptor))
854 /* Display additional info for the major descriptor types */
861 AcpiUtGetTypeName (Descriptor->Object.Common.Type),
862 Descriptor->Object.Common.ReferenceCount);
868 Descriptor->Op.Asl.AmlOpcode);
874 AcpiUtGetNodeName (&Descriptor->Node));