Lines Matching refs:Descriptor
652 ACPI_DESCRIPTOR *Descriptor; in AcpiUtDumpAllocations() local
679 Descriptor = ACPI_CAST_PTR ( in AcpiUtDumpAllocations()
686 Descriptor, Element->Size, Element->Module, in AcpiUtDumpAllocations()
693 if (ACPI_GET_DESCRIPTOR_TYPE (Descriptor) != in AcpiUtDumpAllocations()
697 Descriptor, Element->Size, Element->Module, in AcpiUtDumpAllocations()
698 Element->Line, AcpiUtGetDescriptorName (Descriptor)); in AcpiUtDumpAllocations()
704 switch (ACPI_GET_DESCRIPTOR_TYPE (Descriptor)) in AcpiUtDumpAllocations()
742 AcpiUtGetTypeName (Descriptor->Object.Common.Type), in AcpiUtDumpAllocations()
743 Descriptor->Object.Common.ReferenceCount); in AcpiUtDumpAllocations()
749 Descriptor->Op.Asl.AmlOpcode); in AcpiUtDumpAllocations()
755 AcpiUtGetNodeName (&Descriptor->Node)); in AcpiUtDumpAllocations()