| /f-stack/freebsd/contrib/dev/acpica/components/dispatcher/ |
| H A D | dswload.c | 259 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad1BeginOp() local 293 ObjectType = WalkState->OpInfo->ObjectType; in AcpiDsLoad1BeginOp() 297 AcpiUtGetTypeName (ObjectType))); in AcpiDsLoad1BeginOp() 451 AcpiUtGetTypeName (ObjectType))); in AcpiDsLoad1BeginOp() 475 Node->Type = (UINT8) ObjectType; in AcpiDsLoad1BeginOp() 555 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad1EndOp() local 599 ObjectType = WalkState->OpInfo->ObjectType; in AcpiDsLoad1EndOp() 653 ObjectType = (AcpiPsGetOpcodeInfo ( in AcpiDsLoad1EndOp() 682 Op->Common.Node->Type = (UINT8) ObjectType; in AcpiDsLoad1EndOp() 744 AcpiNsOpensScope (ObjectType)) in AcpiDsLoad1EndOp() [all …]
|
| H A D | dswload2.c | 189 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad2BeginOp() local 251 ObjectType = WalkState->OpInfo->ObjectType; in AcpiDsLoad2BeginOp() 254 "State=%p Op=%p Type=%X\n", WalkState, Op, ObjectType)); in AcpiDsLoad2BeginOp() 272 Status = AcpiNsLookup (WalkState->ScopeInfo, BufferPtr, ObjectType, in AcpiDsLoad2BeginOp() 285 Status = AcpiDsScopeStackPush (Node, ObjectType, WalkState); in AcpiDsLoad2BeginOp() 394 if (AcpiNsOpensScope (ObjectType)) in AcpiDsLoad2BeginOp() 465 Status = AcpiNsLookup (WalkState->ScopeInfo, BufferPtr, ObjectType, in AcpiDsLoad2BeginOp() 531 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad2EndOp() local 562 ObjectType = WalkState->OpInfo->ObjectType; in AcpiDsLoad2EndOp() 579 if (AcpiNsOpensScope (ObjectType) && in AcpiDsLoad2EndOp() [all …]
|
| H A D | dsutils.c | 785 if (OpInfo->ObjectType == ACPI_TYPE_INVALID) in AcpiDsCreateOperand() 813 ObjDesc = AcpiUtCreateInternalObject (OpInfo->ObjectType); in AcpiDsCreateOperand()
|
| H A D | dswexec.c | 368 if (AcpiNsOpensScope (WalkState->OpInfo->ObjectType)) in AcpiDsExecBeginOp() 372 AcpiUtGetTypeName (WalkState->OpInfo->ObjectType), Op)); in AcpiDsExecBeginOp()
|
| H A D | dspkginit.c | 478 UINT8 ObjectType, in AcpiDsInitPackageElement() argument
|
| H A D | dsobject.c | 238 (AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode))->ObjectType); in AcpiDsBuildInternalObject()
|
| /f-stack/freebsd/contrib/dev/acpica/common/ |
| H A D | adwalk.c | 758 ACPI_OBJECT_TYPE ObjectType; in AcpiDmLoadDescendingOp() local 855 if (AcpiNsOpensScope (ObjectType)) in AcpiDmLoadDescendingOp() 893 ACPI_OBJECT_TYPE ObjectType; in AcpiDmXrefDescendingOp() local 927 ObjectType = ACPI_TYPE_ANY; in AcpiDmXrefDescendingOp() 1024 ObjectType2 = ObjectType; in AcpiDmXrefDescendingOp() 1057 if (AcpiNsOpensScope (ObjectType)) in AcpiDmXrefDescendingOp() 1132 ACPI_OBJECT_TYPE ObjectType; in AcpiDmProcessResourceDescriptors() local 1141 ObjectType = OpInfo->ObjectType; in AcpiDmProcessResourceDescriptors() 1142 if (AcpiNsOpensScope (ObjectType)) in AcpiDmProcessResourceDescriptors() 1184 ACPI_OBJECT_TYPE ObjectType; in AcpiDmCommonAscendingOp() local [all …]
|
| H A D | dmrestag.c | 620 if (OpInfo->ObjectType != ACPI_TYPE_INTEGER) in AcpiDmCheckResourceReference()
|
| /f-stack/freebsd/contrib/dev/acpica/compiler/ |
| H A D | aslload.c | 516 ACPI_OBJECT_TYPE ObjectType; in LdNamespace1Begin() local 675 ObjectType = 1; in LdNamespace1Begin() 678 ObjectType++; in LdNamespace1Begin() 871 Op->Asl.ExternalName, AcpiUtGetTypeName (ObjectType))); in LdNamespace1Begin() 907 Node->Type = (UINT8) ObjectType; in LdNamespace1Begin() 1290 ACPI_OBJECT_TYPE ObjectType; in LdNamespace2Begin() local 1315 ObjectType = ACPI_TYPE_LOCAL_RESOURCE; in LdNamespace2Begin() 1334 if (ForceNewScope || AcpiNsOpensScope (ObjectType)) in LdNamespace2Begin() 1443 ACPI_OBJECT_TYPE ObjectType; in LdCommonNamespaceEnd() local 1464 ObjectType = ACPI_TYPE_LOCAL_RESOURCE; in LdCommonNamespaceEnd() [all …]
|
| H A D | aslxref.c | 417 ACPI_OBJECT_TYPE ObjectType; in XfNamespaceLocateBegin() local 646 ObjectType = AslMapNamedOpcodeToDataType (Op->Asl.AmlOpcode); in XfNamespaceLocateBegin() 648 "Type=%s\n", AcpiUtGetTypeName (ObjectType))); in XfNamespaceLocateBegin() 659 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType, in XfNamespaceLocateBegin() 710 (OpInfo->ObjectType == ACPI_TYPE_LOCAL_ALIAS)) in XfNamespaceLocateBegin() 1432 AcpiUtGetTypeName (OpInfo->ObjectType), Op)); in XfNamespaceLocateEnd()
|
| H A D | aslprepkg.c | 361 Package->RetInfo3.ObjectType[i], i); in ApCheckPackage() 823 Package->RetInfo2.ObjectType[j], j); in ApCheckPackageList()
|
| H A D | aslmap.c | 199 return (OpInfo->ObjectType); in AslMapNamedOpcodeToDataType()
|
| /f-stack/freebsd/contrib/dev/acpica/components/executer/ |
| H A D | exresop.c | 260 UINT8 ObjectType; in AcpiExResolveOperands() local 319 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type; in AcpiExResolveOperands() 326 if (ObjectType == ACPI_TYPE_LOCAL_ALIAS) in AcpiExResolveOperands() 331 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type; in AcpiExResolveOperands() 339 ObjectType = ObjDesc->Common.Type; in AcpiExResolveOperands() 343 if (!AcpiUtValidObjectType (ObjectType)) in AcpiExResolveOperands() 346 "Bad operand object type [0x%X]", ObjectType)); in AcpiExResolveOperands() 351 if (ObjectType == (UINT8) ACPI_TYPE_LOCAL_REFERENCE) in AcpiExResolveOperands() 446 ACPI_TYPE_LOCAL_REFERENCE, ObjectType, ObjDesc); in AcpiExResolveOperands()
|
| /f-stack/freebsd/contrib/dev/acpica/components/namespace/ |
| H A D | nsobject.c | 191 ACPI_OBJECT_TYPE ObjectType = ACPI_TYPE_ANY; in AcpiNsAttachObject() local 242 ObjectType = ACPI_TYPE_ANY; in AcpiNsAttachObject() 257 ObjectType = ((ACPI_NAMESPACE_NODE *) Object)->Type; in AcpiNsAttachObject() 270 ObjectType = Type; in AcpiNsAttachObject() 306 Node->Type = (UINT8) ObjectType; in AcpiNsAttachObject()
|
| H A D | nsprepkg.c | 338 Package->RetInfo3.ObjectType[i], i); in AcpiNsCheckPackage() 643 Package->RetInfo2.ObjectType[j], j); in AcpiNsCheckPackageList()
|
| /f-stack/freebsd/contrib/dev/acpica/components/hardware/ |
| H A D | hwpci.c | 482 ACPI_OBJECT_TYPE ObjectType; in AcpiHwGetPciDeviceInfo() local 489 Status = AcpiGetType (PciDevice, &ObjectType); in AcpiHwGetPciDeviceInfo() 495 if (ObjectType != ACPI_TYPE_DEVICE) in AcpiHwGetPciDeviceInfo()
|
| /f-stack/freebsd/contrib/dev/acpica/components/utilities/ |
| H A D | utcopy.c | 171 UINT8 ObjectType, 199 UINT8 ObjectType, 371 UINT8 ObjectType, in AcpiUtCopyIelementToEelement() argument 390 switch (ObjectType) in AcpiUtCopyIelementToEelement() 982 UINT8 ObjectType, in AcpiUtCopyIelementToIelement() argument 1000 switch (ObjectType) in AcpiUtCopyIelementToIelement()
|
| H A D | utobject.c | 174 UINT8 ObjectType, 755 UINT8 ObjectType, in AcpiUtGetElementLength() argument 765 switch (ObjectType) in AcpiUtGetElementLength()
|
| /f-stack/freebsd/contrib/dev/acpica/include/ |
| H A D | aclocal.h | 519 UINT8 ObjectType[4]; member 530 UINT8 ObjectType[2]; member 982 UINT8 ObjectType; /* Corresponding internal object type */ member
|
| H A D | acdispat.h | 450 UINT8 ObjectType,
|
| H A D | acutils.h | 272 UINT8 ObjectType,
|
| /f-stack/freebsd/contrib/dev/acpica/components/parser/ |
| H A D | psloop.c | 488 AcpiPsGetOpcodeInfo (WalkState->Opcode)->ObjectType)) in AcpiPsParseLoop()
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 2118 Fixed a problem using Device/Thermal objects with the ObjectType and 2535 iASL: Fixed a missing parser rule for the ObjectType operator. For ASL+, 2537 operand to ObjectType. This construct now compiles properly. Example: 2538 ObjectType(PKG1[4]). 5645 iASL: Disallow a method call as argument to the ObjectType ASL operator. 5648 method invocation when these are used as an argument to the ObjectType 5651 (UserTerm) for the ObjectType operator. 13554 Fixed a problem where the ObjectType operator would fail (fault) when 13632 and ObjectType operators were not treated properly. They are now treated 14172 Fixed a problem in the implementation of the SizeOf and ObjectType [all …]
|