Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/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 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 Dexfield.c426 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExWriteDataToField() argument
441 if (!SourceDesc || !ObjDesc) in AcpiExWriteDataToField()
466 Status = AcpiExWriteGpio (SourceDesc, ObjDesc, ResultDesc); in AcpiExWriteDataToField()
478 Status = AcpiExWriteSerialBus (SourceDesc, ObjDesc, ResultDesc); in AcpiExWriteDataToField()
495 SourceDesc->Buffer.Pointer, DataLength); in AcpiExWriteDataToField()
515 switch (SourceDesc->Common.Type) in AcpiExWriteDataToField()
519 Buffer = &SourceDesc->Integer.Value; in AcpiExWriteDataToField()
520 BufferLength = sizeof (SourceDesc->Integer.Value); in AcpiExWriteDataToField()
525 Buffer = SourceDesc->Buffer.Pointer; in AcpiExWriteDataToField()
526 BufferLength = SourceDesc->Buffer.Length; in AcpiExWriteDataToField()
[all …]
H A Dexserial.c230 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExWriteGpio() argument
249 if (SourceDesc->Common.Type != ACPI_TYPE_INTEGER) in AcpiExWriteGpio()
256 AcpiUtGetTypeName (SourceDesc->Common.Type), in AcpiExWriteGpio()
257 SourceDesc->Common.Type, (UINT32) SourceDesc->Integer.Value, in AcpiExWriteGpio()
260 Buffer = &SourceDesc->Integer.Value; in AcpiExWriteGpio()
406 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExWriteSerialBus() argument
439 if (SourceDesc->Common.Type != ACPI_TYPE_BUFFER) in AcpiExWriteSerialBus()
444 AcpiUtGetObjectTypeName (SourceDesc))); in AcpiExWriteSerialBus()
508 DataLength = ACPI_MIN (BufferLength, SourceDesc->Buffer.Length); in AcpiExWriteSerialBus()
509 memcpy (Buffer, SourceDesc->Buffer.Pointer, DataLength); in AcpiExWriteSerialBus()
H A Dexconvrt.c764 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExConvertToTargetType() argument
776 *ResultDesc = SourceDesc; in AcpiExConvertToTargetType()
800 if (DestinationType != SourceDesc->Common.Type) in AcpiExConvertToTargetType()
804 AcpiUtGetObjectTypeName (SourceDesc), in AcpiExConvertToTargetType()
824 Status = AcpiExConvertToInteger (SourceDesc, ResultDesc, in AcpiExConvertToTargetType()
833 Status = AcpiExConvertToString (SourceDesc, ResultDesc, in AcpiExConvertToTargetType()
842 Status = AcpiExConvertToBuffer (SourceDesc, ResultDesc); in AcpiExConvertToTargetType()
/freebsd/sys/contrib/dev/acpica/components/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 …]
/freebsd/sys/contrib/dev/acpica/include/
H A Dacinterp.h240 ACPI_OPERAND_OBJECT *SourceDesc,
250 ACPI_OPERAND_OBJECT *SourceDesc,
329 ACPI_OPERAND_OBJECT *SourceDesc,
512 ACPI_OPERAND_OBJECT *SourceDesc,
523 ACPI_OPERAND_OBJECT *SourceDesc,
712 ACPI_OPERAND_OBJECT *SourceDesc,
729 ACPI_OPERAND_OBJECT *SourceDesc,
740 ACPI_OPERAND_OBJECT *SourceDesc,
745 ACPI_OPERAND_OBJECT *SourceDesc,
754 ACPI_OPERAND_OBJECT *SourceDesc,
[all …]
H A Dacutils.h535 ACPI_OPERAND_OBJECT *SourceDesc,
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslstubs.c309 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExWriteDataToField() argument
342 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExDoDebugObject() argument