Home
last modified time | relevance | path

Searched refs:SourceDesc (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/common/acpica/executer/
H A Dexdebug.c186 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExDoDebugObject() argument
196 ACPI_FUNCTION_TRACE_PTR (ExDoDebugObject, SourceDesc); in AcpiExDoDebugObject()
209 if (SourceDesc && in AcpiExDoDebugObject()
210 (ACPI_GET_DESCRIPTOR_TYPE (SourceDesc) == ACPI_DESC_TYPE_OPERAND) && in AcpiExDoDebugObject()
211 (SourceDesc->Common.Type == ACPI_TYPE_STRING)) in AcpiExDoDebugObject()
213 if ((SourceDesc->String.Length == 1) && in AcpiExDoDebugObject()
214 (*SourceDesc->String.Pointer == '\n')) in AcpiExDoDebugObject()
254 if (!SourceDesc) in AcpiExDoDebugObject()
260 if (ACPI_GET_DESCRIPTOR_TYPE (SourceDesc) == ACPI_DESC_TYPE_OPERAND) in AcpiExDoDebugObject()
264 if ((SourceDesc->Common.Type != ACPI_TYPE_INTEGER) && in AcpiExDoDebugObject()
[all …]
H A Dexresnte.c196 ACPI_OPERAND_OBJECT *SourceDesc; in AcpiExResolveNodeToValue() local
210 SourceDesc = AcpiNsGetAttachedObject (Node); in AcpiExResolveNodeToValue()
214 Node, SourceDesc, AcpiUtGetTypeName (EntryType))); in AcpiExResolveNodeToValue()
222 SourceDesc = AcpiNsGetAttachedObject (Node); in AcpiExResolveNodeToValue()
241 if (!SourceDesc) in AcpiExResolveNodeToValue()
256 if (SourceDesc->Common.Type != ACPI_TYPE_PACKAGE) in AcpiExResolveNodeToValue()
259 AcpiUtGetObjectTypeName (SourceDesc))); in AcpiExResolveNodeToValue()
263 Status = AcpiDsGetPackageArguments (SourceDesc); in AcpiExResolveNodeToValue()
268 ObjDesc = SourceDesc; in AcpiExResolveNodeToValue()
275 if (SourceDesc->Common.Type != ACPI_TYPE_BUFFER) in AcpiExResolveNodeToValue()
[all …]
H A Dexstore.c173 ACPI_OPERAND_OBJECT *SourceDesc,
200 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExStore() argument
213 if (!SourceDesc || !DestDesc) in AcpiExStore()
227 Status = AcpiExStoreObjectToNode (SourceDesc, in AcpiExStore()
278 Status = AcpiExStoreObjectToNode (SourceDesc, in AcpiExStore()
287 Status = AcpiExStoreObjectToIndex (SourceDesc, RefDesc, WalkState); in AcpiExStore()
296 RefDesc->Reference.Value, SourceDesc, WalkState); in AcpiExStore()
306 SourceDesc, AcpiUtGetObjectTypeName (SourceDesc))); in AcpiExStore()
308 ACPI_DEBUG_OBJECT (SourceDesc, 0, 0); in AcpiExStore()
341 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExStoreObjectToIndex() argument
[all …]
H A Dexstoren.c184 ACPI_OPERAND_OBJECT *SourceDesc = *SourceDescPtr; in AcpiExResolveObject() local
211 if (SourceDesc->Common.Type == ACPI_TYPE_LOCAL_REFERENCE) in AcpiExResolveObject()
231 if ((SourceDesc->Common.Type != ACPI_TYPE_INTEGER) && in AcpiExResolveObject()
232 (SourceDesc->Common.Type != ACPI_TYPE_BUFFER) && in AcpiExResolveObject()
233 (SourceDesc->Common.Type != ACPI_TYPE_STRING) && in AcpiExResolveObject()
234 !((SourceDesc->Common.Type == ACPI_TYPE_LOCAL_REFERENCE) && in AcpiExResolveObject()
235 (SourceDesc->Reference.Class== ACPI_REFCLASS_TABLE))) in AcpiExResolveObject()
241 AcpiUtGetObjectTypeName (SourceDesc), in AcpiExResolveObject()
308 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExStoreObjectToObject() argument
317 ACPI_FUNCTION_TRACE_PTR (ExStoreObjectToObject, SourceDesc); in AcpiExStoreObjectToObject()
[all …]
H A Dexfield.c470 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExWriteDataToField() argument
487 if (!SourceDesc || !ObjDesc) in AcpiExWriteDataToField()
525 if (SourceDesc->Common.Type != ACPI_TYPE_BUFFER) in AcpiExWriteDataToField()
530 AcpiUtGetObjectTypeName (SourceDesc))); in AcpiExWriteDataToField()
564 if (SourceDesc->Buffer.Length < Length) in AcpiExWriteDataToField()
569 Length, SourceDesc->Buffer.Length)); in AcpiExWriteDataToField()
583 memcpy (Buffer, SourceDesc->Buffer.Pointer, Length); in AcpiExWriteDataToField()
611 if (SourceDesc->Common.Type != ACPI_TYPE_INTEGER) in AcpiExWriteDataToField()
618 AcpiUtGetTypeName (SourceDesc->Common.Type), in AcpiExWriteDataToField()
619 SourceDesc->Common.Type, (UINT32) SourceDesc->Integer.Value, in AcpiExWriteDataToField()
[all …]
H A Dexstorob.c176 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExStoreBufferToBuffer() argument
183 ACPI_FUNCTION_TRACE_PTR (ExStoreBufferToBuffer, SourceDesc); in AcpiExStoreBufferToBuffer()
188 if (SourceDesc == TargetDesc) in AcpiExStoreBufferToBuffer()
195 Buffer = ACPI_CAST_PTR (UINT8, SourceDesc->Buffer.Pointer); in AcpiExStoreBufferToBuffer()
196 Length = SourceDesc->Buffer.Length; in AcpiExStoreBufferToBuffer()
260 TargetDesc->Buffer.Flags = SourceDesc->Buffer.Flags; in AcpiExStoreBufferToBuffer()
281 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExStoreStringToString() argument
288 ACPI_FUNCTION_TRACE_PTR (ExStoreStringToString, SourceDesc); in AcpiExStoreStringToString()
293 if (SourceDesc == TargetDesc) in AcpiExStoreStringToString()
300 Buffer = ACPI_CAST_PTR (UINT8, SourceDesc->String.Pointer); in AcpiExStoreStringToString()
[all …]
H A Dexconvrt.c739 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExConvertToTargetType() argument
751 *ResultDesc = SourceDesc; in AcpiExConvertToTargetType()
775 if (DestinationType != SourceDesc->Common.Type) in AcpiExConvertToTargetType()
779 AcpiUtGetObjectTypeName (SourceDesc), in AcpiExConvertToTargetType()
799 Status = AcpiExConvertToInteger (SourceDesc, ResultDesc, in AcpiExConvertToTargetType()
808 Status = AcpiExConvertToString (SourceDesc, ResultDesc, in AcpiExConvertToTargetType()
817 Status = AcpiExConvertToBuffer (SourceDesc, ResultDesc); in AcpiExConvertToTargetType()
/illumos-gate/usr/src/common/acpica/utilities/
H A Dutcopy.c194 ACPI_OPERAND_OBJECT *SourceDesc,
822 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiUtCopySimpleObject() argument
841 if (ACPI_GET_DESCRIPTOR_TYPE (SourceDesc) == ACPI_DESC_TYPE_NAMED) in AcpiUtCopySimpleObject()
847 ACPI_CAST_PTR (char, SourceDesc), CopySize); in AcpiUtCopySimpleObject()
868 if ((SourceDesc->Buffer.Pointer) && in AcpiUtCopySimpleObject()
869 (SourceDesc->Buffer.Length)) in AcpiUtCopySimpleObject()
872 ACPI_ALLOCATE (SourceDesc->Buffer.Length); in AcpiUtCopySimpleObject()
881 SourceDesc->Buffer.Pointer, SourceDesc->Buffer.Length); in AcpiUtCopySimpleObject()
891 if (SourceDesc->String.Pointer) in AcpiUtCopySimpleObject()
894 ACPI_ALLOCATE ((ACPI_SIZE) SourceDesc->String.Length + 1); in AcpiUtCopySimpleObject()
[all …]
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacinterp.h240 ACPI_OPERAND_OBJECT *SourceDesc,
250 ACPI_OPERAND_OBJECT *SourceDesc,
324 ACPI_OPERAND_OBJECT *SourceDesc,
681 ACPI_OPERAND_OBJECT *SourceDesc,
698 ACPI_OPERAND_OBJECT *SourceDesc,
709 ACPI_OPERAND_OBJECT *SourceDesc,
714 ACPI_OPERAND_OBJECT *SourceDesc,
723 ACPI_OPERAND_OBJECT *SourceDesc,
728 ACPI_OPERAND_OBJECT *SourceDesc,
733 ACPI_OPERAND_OBJECT *SourceDesc,
[all …]
H A Dacutils.h502 ACPI_OPERAND_OBJECT *SourceDesc,
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslstubs.c315 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExWriteDataToField() argument
348 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExDoDebugObject() argument