Searched refs:TargetDesc (Results 1 – 3 of 3) sorted by relevance
177 ACPI_OPERAND_OBJECT *TargetDesc) in AcpiExStoreBufferToBuffer() argument188 if (SourceDesc == TargetDesc) in AcpiExStoreBufferToBuffer()202 if ((TargetDesc->Buffer.Length == 0) || in AcpiExStoreBufferToBuffer()203 (TargetDesc->Common.Flags & AOPOBJ_STATIC_POINTER)) in AcpiExStoreBufferToBuffer()205 TargetDesc->Buffer.Pointer = ACPI_ALLOCATE (Length); in AcpiExStoreBufferToBuffer()206 if (!TargetDesc->Buffer.Pointer) in AcpiExStoreBufferToBuffer()211 TargetDesc->Buffer.Length = Length; in AcpiExStoreBufferToBuffer()216 if (Length <= TargetDesc->Buffer.Length) in AcpiExStoreBufferToBuffer()220 memset (TargetDesc->Buffer.Pointer, 0, TargetDesc->Buffer.Length); in AcpiExStoreBufferToBuffer()221 memcpy (TargetDesc->Buffer.Pointer, Buffer, Length); in AcpiExStoreBufferToBuffer()[all …]
527 ACPI_OPERAND_OBJECT *TargetDesc; in AcpiExStoreObjectToNode() local538 TargetDesc = AcpiNsGetAttachedObject (Node); in AcpiExStoreObjectToNode()646 Status = AcpiExStoreObjectToObject (SourceDesc, TargetDesc, in AcpiExStoreObjectToNode()653 if (NewDesc != TargetDesc) in AcpiExStoreObjectToNode()684 Status = AcpiExWriteDataToField (SourceDesc, TargetDesc, in AcpiExStoreObjectToNode()
741 ACPI_OPERAND_OBJECT *TargetDesc);746 ACPI_OPERAND_OBJECT *TargetDesc);755 ACPI_OPERAND_OBJECT *TargetDesc);760 ACPI_OPERAND_OBJECT *TargetDesc);770 ACPI_OPERAND_OBJECT *TargetDesc);