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
209 if (SourceDesc && in AcpiExDoDebugObject()
213 if ((SourceDesc->String.Length == 1) && in AcpiExDoDebugObject()
254 if (!SourceDesc) in AcpiExDoDebugObject()
280 SourceDesc); in AcpiExDoDebugObject()
290 switch (SourceDesc->Common.Type) in AcpiExDoDebugObject()
312 (SourceDesc->Buffer.Length < 256) ? in AcpiExDoDebugObject()
324 SourceDesc->Package.Count); in AcpiExDoDebugObject()
341 switch (SourceDesc->Reference.Class) in AcpiExDoDebugObject()
364 if (SourceDesc->Reference.Node) in AcpiExDoDebugObject()
[all …]
H A Dexresnte.c196 ACPI_OPERAND_OBJECT *SourceDesc; in AcpiExResolveNodeToValue() local
241 if (!SourceDesc) in AcpiExResolveNodeToValue()
268 ObjDesc = SourceDesc; in AcpiExResolveNodeToValue()
287 ObjDesc = SourceDesc; in AcpiExResolveNodeToValue()
303 ObjDesc = SourceDesc; in AcpiExResolveNodeToValue()
318 ObjDesc = SourceDesc; in AcpiExResolveNodeToValue()
329 Node, SourceDesc, EntryType)); in AcpiExResolveNodeToValue()
344 ObjDesc = SourceDesc; in AcpiExResolveNodeToValue()
359 switch (SourceDesc->Reference.Class) in AcpiExResolveNodeToValue()
367 ObjDesc = SourceDesc; 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()
306 SourceDesc, AcpiUtGetObjectTypeName (SourceDesc))); in AcpiExStore()
341 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExStoreObjectToIndex() argument
379 NewDesc = SourceDesc; in AcpiExStoreObjectToIndex()
446 switch (SourceDesc->Common.Type) in AcpiExStoreObjectToIndex()
521 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExStoreObjectToNode() argument
541 SourceDesc, AcpiUtGetObjectTypeName (SourceDesc), in AcpiExStoreObjectToNode()
722 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExStoreDirectToNode() argument
[all …]
H A Dexstoren.c184 ACPI_OPERAND_OBJECT *SourceDesc = *SourceDescPtr; in AcpiExResolveObject() local
231 if ((SourceDesc->Common.Type != ACPI_TYPE_INTEGER) && in AcpiExResolveObject()
232 (SourceDesc->Common.Type != ACPI_TYPE_BUFFER) && in AcpiExResolveObject()
241 AcpiUtGetObjectTypeName (SourceDesc), in AcpiExResolveObject()
308 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExStoreObjectToObject() argument
320 ActualSrcDesc = SourceDesc; in AcpiExStoreObjectToObject()
332 if (SourceDesc->Common.Type != DestDesc->Common.Type) in AcpiExStoreObjectToObject()
344 SourceDesc, &ActualSrcDesc, WalkState); in AcpiExStoreObjectToObject()
350 if (SourceDesc == ActualSrcDesc) in AcpiExStoreObjectToObject()
356 *NewDesc = SourceDesc; in AcpiExStoreObjectToObject()
[all …]
H A Dexfield.c470 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExWriteDataToField() argument
487 if (!SourceDesc || !ObjDesc) in AcpiExWriteDataToField()
619 SourceDesc->Common.Type, (UINT32) SourceDesc->Integer.Value, in AcpiExWriteDataToField()
622 Buffer = &SourceDesc->Integer.Value; in AcpiExWriteDataToField()
638 switch (SourceDesc->Common.Type) in AcpiExWriteDataToField()
642 Buffer = &SourceDesc->Integer.Value; in AcpiExWriteDataToField()
648 Buffer = SourceDesc->Buffer.Pointer; in AcpiExWriteDataToField()
649 Length = SourceDesc->Buffer.Length; in AcpiExWriteDataToField()
654 Buffer = SourceDesc->String.Pointer; in AcpiExWriteDataToField()
655 Length = SourceDesc->String.Length; 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
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()
1146 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiUtCopyIobjectToIobject() argument
1166 if (SourceDesc->Common.Type == ACPI_TYPE_PACKAGE) in AcpiUtCopyIobjectToIobject()
[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