| /f-stack/freebsd/contrib/dev/acpica/components/executer/ |
| H A D | exdebug.c | 186 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 D | exresnte.c | 196 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 D | exstore.c | 173 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 D | exstoren.c | 184 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 D | exstorob.c | 176 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 D | exserial.c | 230 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() 400 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExWriteSerialBus() argument 433 if (SourceDesc->Common.Type != ACPI_TYPE_BUFFER) in AcpiExWriteSerialBus() 438 AcpiUtGetObjectTypeName (SourceDesc))); in AcpiExWriteSerialBus() 490 DataLength = (BufferLength < SourceDesc->Buffer.Length ? in AcpiExWriteSerialBus() 491 BufferLength : SourceDesc->Buffer.Length); in AcpiExWriteSerialBus() [all …]
|
| H A D | exfield.c | 424 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExWriteDataToField() argument 439 if (!SourceDesc || !ObjDesc) in AcpiExWriteDataToField() 491 SourceDesc->Buffer.Pointer, DataLength); in AcpiExWriteDataToField() 513 switch (SourceDesc->Common.Type) in AcpiExWriteDataToField() 517 Buffer = &SourceDesc->Integer.Value; in AcpiExWriteDataToField() 523 Buffer = SourceDesc->Buffer.Pointer; in AcpiExWriteDataToField() 524 BufferLength = SourceDesc->Buffer.Length; in AcpiExWriteDataToField() 529 Buffer = SourceDesc->String.Pointer; in AcpiExWriteDataToField() 530 BufferLength = SourceDesc->String.Length; in AcpiExWriteDataToField() 539 SourceDesc, AcpiUtGetTypeName (SourceDesc->Common.Type), in AcpiExWriteDataToField() [all …]
|
| H A D | exconvrt.c | 764 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()
|
| /f-stack/freebsd/contrib/dev/acpica/components/utilities/ |
| H A D | utcopy.c | 194 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 …]
|
| /f-stack/freebsd/contrib/dev/acpica/include/ |
| H A D | acinterp.h | 240 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 D | acutils.h | 507 ACPI_OPERAND_OBJECT *SourceDesc,
|
| /f-stack/freebsd/contrib/dev/acpica/compiler/ |
| H A D | aslstubs.c | 309 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExWriteDataToField() argument 342 ACPI_OPERAND_OBJECT *SourceDesc, in AcpiExDoDebugObject() argument
|