Searched refs:TargetDesc (Results 1 – 3 of 3) sorted by relevance
69 ACPI_OPERAND_OBJECT *TargetDesc) in AcpiExStoreBufferToBuffer() argument80 if (SourceDesc == TargetDesc) in AcpiExStoreBufferToBuffer()94 if ((TargetDesc->Buffer.Length == 0) || in AcpiExStoreBufferToBuffer()95 (TargetDesc->Common.Flags & AOPOBJ_STATIC_POINTER)) in AcpiExStoreBufferToBuffer()97 TargetDesc->Buffer.Pointer = ACPI_ALLOCATE (Length); in AcpiExStoreBufferToBuffer()98 if (!TargetDesc->Buffer.Pointer) in AcpiExStoreBufferToBuffer()103 TargetDesc->Buffer.Length = Length; in AcpiExStoreBufferToBuffer()108 if (Length <= TargetDesc->Buffer.Length) in AcpiExStoreBufferToBuffer()112 memset (TargetDesc->Buffer.Pointer, 0, TargetDesc->Buffer.Length); in AcpiExStoreBufferToBuffer()113 memcpy (TargetDesc->Buffer.Pointer, Buffer, Length); in AcpiExStoreBufferToBuffer()[all …]
419 ACPI_OPERAND_OBJECT *TargetDesc; in AcpiExStoreObjectToNode() local430 TargetDesc = AcpiNsGetAttachedObject (Node); in AcpiExStoreObjectToNode()538 Status = AcpiExStoreObjectToObject (SourceDesc, TargetDesc, in AcpiExStoreObjectToNode()545 if (NewDesc != TargetDesc) in AcpiExStoreObjectToNode()576 Status = AcpiExWriteDataToField (SourceDesc, TargetDesc, in AcpiExStoreObjectToNode()
605 ACPI_OPERAND_OBJECT *TargetDesc);610 ACPI_OPERAND_OBJECT *TargetDesc);619 ACPI_OPERAND_OBJECT *TargetDesc);624 ACPI_OPERAND_OBJECT *TargetDesc);634 ACPI_OPERAND_OBJECT *TargetDesc);