Home
last modified time | relevance | path

Searched refs:TargetDesc (Results 1 – 3 of 3) sorted by relevance

/acpica-latest/source/components/executer/
Dexstorob.c177 ACPI_OPERAND_OBJECT *TargetDesc) in AcpiExStoreBufferToBuffer() argument
188 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 …]
Dexstore.c527 ACPI_OPERAND_OBJECT *TargetDesc; in AcpiExStoreObjectToNode() local
538 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()
/acpica-latest/source/include/
Dacinterp.h741 ACPI_OPERAND_OBJECT *TargetDesc);
746 ACPI_OPERAND_OBJECT *TargetDesc);
755 ACPI_OPERAND_OBJECT *TargetDesc);
760 ACPI_OPERAND_OBJECT *TargetDesc);
770 ACPI_OPERAND_OBJECT *TargetDesc);