Home
last modified time | relevance | path

Searched refs:ObjectType (Results 1 – 23 of 23) sorted by relevance

/f-stack/freebsd/contrib/dev/acpica/components/dispatcher/
H A Ddswload.c259 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 Ddswload2.c189 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 Ddsutils.c785 if (OpInfo->ObjectType == ACPI_TYPE_INVALID) in AcpiDsCreateOperand()
813 ObjDesc = AcpiUtCreateInternalObject (OpInfo->ObjectType); in AcpiDsCreateOperand()
H A Ddswexec.c368 if (AcpiNsOpensScope (WalkState->OpInfo->ObjectType)) in AcpiDsExecBeginOp()
372 AcpiUtGetTypeName (WalkState->OpInfo->ObjectType), Op)); in AcpiDsExecBeginOp()
H A Ddspkginit.c478 UINT8 ObjectType, in AcpiDsInitPackageElement() argument
H A Ddsobject.c238 (AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode))->ObjectType); in AcpiDsBuildInternalObject()
/f-stack/freebsd/contrib/dev/acpica/common/
H A Dadwalk.c758 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 Ddmrestag.c620 if (OpInfo->ObjectType != ACPI_TYPE_INTEGER) in AcpiDmCheckResourceReference()
/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslload.c516 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 Daslxref.c417 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 Daslprepkg.c361 Package->RetInfo3.ObjectType[i], i); in ApCheckPackage()
823 Package->RetInfo2.ObjectType[j], j); in ApCheckPackageList()
H A Daslmap.c199 return (OpInfo->ObjectType); in AslMapNamedOpcodeToDataType()
/f-stack/freebsd/contrib/dev/acpica/components/executer/
H A Dexresop.c260 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 Dnsobject.c191 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 Dnsprepkg.c338 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 Dhwpci.c482 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 Dutcopy.c171 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 Dutobject.c174 UINT8 ObjectType,
755 UINT8 ObjectType, in AcpiUtGetElementLength() argument
765 switch (ObjectType) in AcpiUtGetElementLength()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Daclocal.h519 UINT8 ObjectType[4]; member
530 UINT8 ObjectType[2]; member
982 UINT8 ObjectType; /* Corresponding internal object type */ member
H A Dacdispat.h450 UINT8 ObjectType,
H A Dacutils.h272 UINT8 ObjectType,
/f-stack/freebsd/contrib/dev/acpica/components/parser/
H A Dpsloop.c488 AcpiPsGetOpcodeInfo (WalkState->Opcode)->ObjectType)) in AcpiPsParseLoop()
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt2118 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 …]