Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/executer/
H A Dexdebug.c78 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExDoDebugObject() argument
88 ACPI_FUNCTION_TRACE_PTR (ExDoDebugObject, SourceDesc); in AcpiExDoDebugObject()
101 if (SourceDesc && in AcpiExDoDebugObject()
102 (ACPI_GET_DESCRIPTOR_TYPE (SourceDesc) == ACPI_DESC_TYPE_OPERAND) && in AcpiExDoDebugObject()
103 (SourceDesc->Common.Type == ACPI_TYPE_STRING)) in AcpiExDoDebugObject()
105 if ((SourceDesc->String.Length == 1) && in AcpiExDoDebugObject()
106 (*SourceDesc->String.Pointer == '\n')) in AcpiExDoDebugObject()
146 if (!SourceDesc) in AcpiExDoDebugObject()
152 if (ACPI_GET_DESCRIPTOR_TYPE (SourceDesc) == ACPI_DESC_TYPE_OPERAND) in AcpiExDoDebugObject()
156 if ((SourceDesc->Common.Type != ACPI_TYPE_INTEGER) && in AcpiExDoDebugObject()
[all …]
H A Dexstore.c65 ACPI_OPERAND_OBJECT *SourceDesc,
92 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExStore() argument
105 if (!SourceDesc || !DestDesc) in AcpiExStore()
119 Status = AcpiExStoreObjectToNode (SourceDesc, in AcpiExStore()
170 Status = AcpiExStoreObjectToNode (SourceDesc, in AcpiExStore()
179 Status = AcpiExStoreObjectToIndex (SourceDesc, RefDesc, WalkState); in AcpiExStore()
188 RefDesc->Reference.Value, SourceDesc, WalkState); in AcpiExStore()
198 SourceDesc, AcpiUtGetObjectTypeName (SourceDesc))); in AcpiExStore()
200 ACPI_DEBUG_OBJECT (SourceDesc, 0, 0); in AcpiExStore()
233 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExStoreObjectToIndex() argument
[all …]
H A Dexresnte.c88 ACPI_OPERAND_OBJECT *SourceDesc; in AcpiExResolveNodeToValue() local
102 SourceDesc = AcpiNsGetAttachedObject (Node); in AcpiExResolveNodeToValue()
106 Node, SourceDesc, AcpiUtGetTypeName (EntryType))); in AcpiExResolveNodeToValue()
114 SourceDesc = AcpiNsGetAttachedObject (Node); in AcpiExResolveNodeToValue()
133 if (!SourceDesc) in AcpiExResolveNodeToValue()
148 if (SourceDesc->Common.Type != ACPI_TYPE_PACKAGE) in AcpiExResolveNodeToValue()
151 AcpiUtGetObjectTypeName (SourceDesc))); in AcpiExResolveNodeToValue()
155 Status = AcpiDsGetPackageArguments (SourceDesc); in AcpiExResolveNodeToValue()
160 ObjDesc = SourceDesc; in AcpiExResolveNodeToValue()
167 if (SourceDesc->Common.Type != ACPI_TYPE_BUFFER) in AcpiExResolveNodeToValue()
[all …]
H A Dexstoren.c76 ACPI_OPERAND_OBJECT *SourceDesc = *SourceDescPtr; in AcpiExResolveObject() local
103 if (SourceDesc->Common.Type == ACPI_TYPE_LOCAL_REFERENCE) in AcpiExResolveObject()
123 if ((SourceDesc->Common.Type != ACPI_TYPE_INTEGER) && in AcpiExResolveObject()
124 (SourceDesc->Common.Type != ACPI_TYPE_BUFFER) && in AcpiExResolveObject()
125 (SourceDesc->Common.Type != ACPI_TYPE_STRING) && in AcpiExResolveObject()
126 !((SourceDesc->Common.Type == ACPI_TYPE_LOCAL_REFERENCE) && in AcpiExResolveObject()
127 (SourceDesc->Reference.Class== ACPI_REFCLASS_TABLE))) in AcpiExResolveObject()
133 AcpiUtGetObjectTypeName (SourceDesc), in AcpiExResolveObject()
200 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExStoreObjectToObject() argument
209 ACPI_FUNCTION_TRACE_PTR (ExStoreObjectToObject, SourceDesc); in AcpiExStoreObjectToObject()
[all …]
H A Dexstorob.c68 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExStoreBufferToBuffer() argument
75 ACPI_FUNCTION_TRACE_PTR (ExStoreBufferToBuffer, SourceDesc); in AcpiExStoreBufferToBuffer()
80 if (SourceDesc == TargetDesc) in AcpiExStoreBufferToBuffer()
87 Buffer = ACPI_CAST_PTR (UINT8, SourceDesc->Buffer.Pointer); in AcpiExStoreBufferToBuffer()
88 Length = SourceDesc->Buffer.Length; in AcpiExStoreBufferToBuffer()
152 TargetDesc->Buffer.Flags = SourceDesc->Buffer.Flags; in AcpiExStoreBufferToBuffer()
173 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExStoreStringToString() argument
180 ACPI_FUNCTION_TRACE_PTR (ExStoreStringToString, SourceDesc); in AcpiExStoreStringToString()
185 if (SourceDesc == TargetDesc) in AcpiExStoreStringToString()
192 Buffer = ACPI_CAST_PTR (UINT8, SourceDesc->String.Pointer); in AcpiExStoreStringToString()
[all …]
H A Dexfield.c318 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExWriteDataToField() argument
333 if (!SourceDesc || !ObjDesc) in AcpiExWriteDataToField()
358 Status = AcpiExWriteGpio (SourceDesc, ObjDesc, ResultDesc); in AcpiExWriteDataToField()
370 Status = AcpiExWriteSerialBus (SourceDesc, ObjDesc, ResultDesc); in AcpiExWriteDataToField()
387 SourceDesc->Buffer.Pointer, DataLength); in AcpiExWriteDataToField()
407 switch (SourceDesc->Common.Type) in AcpiExWriteDataToField()
411 Buffer = &SourceDesc->Integer.Value; in AcpiExWriteDataToField()
412 BufferLength = sizeof (SourceDesc->Integer.Value); in AcpiExWriteDataToField()
417 Buffer = SourceDesc->Buffer.Pointer; in AcpiExWriteDataToField()
418 BufferLength = SourceDesc->Buffer.Length; in AcpiExWriteDataToField()
[all …]
H A Dexserial.c122 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExWriteGpio() argument
141 if (SourceDesc->Common.Type != ACPI_TYPE_INTEGER) in AcpiExWriteGpio()
148 AcpiUtGetTypeName (SourceDesc->Common.Type), in AcpiExWriteGpio()
149 SourceDesc->Common.Type, (UINT32) SourceDesc->Integer.Value, in AcpiExWriteGpio()
152 Buffer = &SourceDesc->Integer.Value; in AcpiExWriteGpio()
298 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExWriteSerialBus() argument
331 if (SourceDesc->Common.Type != ACPI_TYPE_BUFFER) in AcpiExWriteSerialBus()
336 AcpiUtGetObjectTypeName (SourceDesc))); in AcpiExWriteSerialBus()
400 DataLength = ACPI_MIN (BufferLength, SourceDesc->Buffer.Length); in AcpiExWriteSerialBus()
401 memcpy (Buffer, SourceDesc->Buffer.Pointer, DataLength); in AcpiExWriteSerialBus()
H A Dexconvrt.c685 * SourceDesc - Source object to be converted. in AcpiExConvertToTargetType()
698 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExConvertToTargetType()
710 *ResultDesc = SourceDesc; in AcpiExConvertToTargetType()
734 if (DestinationType != SourceDesc->Common.Type) in AcpiExConvertToTargetType()
738 AcpiUtGetObjectTypeName (SourceDesc), in AcpiExConvertToTargetType()
758 Status = AcpiExConvertToInteger (SourceDesc, ResultDesc, in AcpiExConvertToTargetType()
767 Status = AcpiExConvertToString (SourceDesc, ResultDesc, in AcpiExConvertToTargetType()
776 Status = AcpiExConvertToBuffer (SourceDesc, ResultDesc);
656 AcpiExConvertToTargetType(ACPI_OBJECT_TYPE DestinationType,ACPI_OPERAND_OBJECT * SourceDesc,ACPI_OPERAND_OBJECT ** ResultDesc,ACPI_WALK_STATE * WalkState) AcpiExConvertToTargetType() argument
/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Dutcopy.c86 ACPI_OPERAND_OBJECT *SourceDesc,
714 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiUtCopySimpleObject() argument
733 if (ACPI_GET_DESCRIPTOR_TYPE (SourceDesc) == ACPI_DESC_TYPE_NAMED) in AcpiUtCopySimpleObject()
739 ACPI_CAST_PTR (char, SourceDesc), CopySize); in AcpiUtCopySimpleObject()
760 if ((SourceDesc->Buffer.Pointer) && in AcpiUtCopySimpleObject()
761 (SourceDesc->Buffer.Length)) in AcpiUtCopySimpleObject()
764 ACPI_ALLOCATE (SourceDesc->Buffer.Length); in AcpiUtCopySimpleObject()
773 SourceDesc->Buffer.Pointer, SourceDesc->Buffer.Length); in AcpiUtCopySimpleObject()
783 if (SourceDesc->String.Pointer) in AcpiUtCopySimpleObject()
786 ACPI_ALLOCATE ((ACPI_SIZE) SourceDesc->String.Length + 1); in AcpiUtCopySimpleObject()
[all …]
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacinterp.h132 ACPI_OPERAND_OBJECT *SourceDesc,
142 ACPI_OPERAND_OBJECT *SourceDesc,
221 ACPI_OPERAND_OBJECT *SourceDesc,
404 ACPI_OPERAND_OBJECT *SourceDesc,
415 ACPI_OPERAND_OBJECT *SourceDesc,
604 ACPI_OPERAND_OBJECT *SourceDesc,
621 ACPI_OPERAND_OBJECT *SourceDesc,
632 ACPI_OPERAND_OBJECT *SourceDesc,
637 ACPI_OPERAND_OBJECT *SourceDesc,
646 ACPI_OPERAND_OBJECT *SourceDesc,
[all …]
H A Dacutils.h427 ACPI_OPERAND_OBJECT *SourceDesc,
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslstubs.c201 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExWriteDataToField() argument
234 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExDoDebugObject() argument