Lines Matching refs:Descriptor
757 ACPI_DESCRIPTOR *Descriptor; in AcpiUtDumpAllocations() local
789 Descriptor = ACPI_CAST_PTR ( in AcpiUtDumpAllocations()
796 Descriptor, Element->Size, Element->Module, in AcpiUtDumpAllocations()
803 if (ACPI_GET_DESCRIPTOR_TYPE (Descriptor) != in AcpiUtDumpAllocations()
807 Descriptor, Element->Size, Element->Module, in AcpiUtDumpAllocations()
808 Element->Line, AcpiUtGetDescriptorName (Descriptor)); in AcpiUtDumpAllocations()
815 AcpiUtDumpBuffer ((UINT8 *) Descriptor, Element->Size, in AcpiUtDumpAllocations()
823 switch (ACPI_GET_DESCRIPTOR_TYPE (Descriptor)) in AcpiUtDumpAllocations()
861 AcpiUtGetTypeName (Descriptor->Object.Common.Type), in AcpiUtDumpAllocations()
862 Descriptor->Object.Common.ReferenceCount); in AcpiUtDumpAllocations()
868 Descriptor->Op.Asl.AmlOpcode); in AcpiUtDumpAllocations()
874 AcpiUtGetNodeName (&Descriptor->Node)); in AcpiUtDumpAllocations()