Searched refs:ObjectType (Results 1 – 12 of 12) sorted by relevance
| /onnv-gate/usr/src/uts/intel/io/acpica/dispatcher/ |
| H A D | dswload.c | 208 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad1BeginOp() local 242 ObjectType = WalkState->OpInfo->ObjectType; in AcpiDsLoad1BeginOp() 245 "State=%p Op=%p [%s]\n", WalkState, Op, AcpiUtGetTypeName (ObjectType))); in AcpiDsLoad1BeginOp() 256 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType, in AcpiDsLoad1BeginOp() 267 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType, in AcpiDsLoad1BeginOp() 372 AcpiUtGetTypeName (ObjectType))); in AcpiDsLoad1BeginOp() 378 AcpiUtGetTypeName (ObjectType))); in AcpiDsLoad1BeginOp() 387 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType, in AcpiDsLoad1BeginOp() 402 Node->Type = (UINT8) ObjectType; in AcpiDsLoad1BeginOp() 406 if (AcpiNsOpensScope (ObjectType)) in AcpiDsLoad1BeginOp() [all …]
|
| H A D | dsutils.c | 742 if (OpInfo->ObjectType == ACPI_TYPE_INVALID) in AcpiDsCreateOperand() 775 ObjDesc = AcpiUtCreateInternalObject (OpInfo->ObjectType); in AcpiDsCreateOperand()
|
| H A D | dswexec.c | 330 if (AcpiNsOpensScope (WalkState->OpInfo->ObjectType)) in AcpiDsExecBeginOp() 334 AcpiUtGetTypeName (WalkState->OpInfo->ObjectType), Op)); in AcpiDsExecBeginOp()
|
| H A D | dsobject.c | 285 (AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode))->ObjectType); in AcpiDsBuildInternalObject()
|
| /onnv-gate/usr/src/uts/intel/io/acpica/executer/ |
| H A D | exresop.c | 226 UINT8 ObjectType; in AcpiExResolveOperands() local 285 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type; in AcpiExResolveOperands() 292 if (ObjectType == ACPI_TYPE_LOCAL_ALIAS) in AcpiExResolveOperands() 296 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type; in AcpiExResolveOperands() 305 ObjectType = ObjDesc->Common.Type; in AcpiExResolveOperands() 309 if (!AcpiUtValidObjectType (ObjectType)) in AcpiExResolveOperands() 312 "Bad operand object type [%X]", ObjectType)); in AcpiExResolveOperands() 317 if (ObjectType == (UINT8) ACPI_TYPE_LOCAL_REFERENCE) in AcpiExResolveOperands() 411 ObjectType, ObjDesc); in AcpiExResolveOperands()
|
| /onnv-gate/usr/src/uts/intel/io/acpica/namespace/ |
| H A D | nsobject.c | 158 ACPI_OBJECT_TYPE ObjectType = ACPI_TYPE_ANY; in AcpiNsAttachObject() local 209 ObjectType = ACPI_TYPE_ANY; in AcpiNsAttachObject() 224 ObjectType = ((ACPI_NAMESPACE_NODE *) Object)->Type; in AcpiNsAttachObject() 237 ObjectType = Type; in AcpiNsAttachObject() 273 Node->Type = (UINT8) ObjectType; in AcpiNsAttachObject()
|
| H A D | nspredef.c | 641 Package->RetInfo3.ObjectType[i], i); in AcpiNsCheckPackage() 908 Package->RetInfo2.ObjectType[j], j); in AcpiNsCheckPackageList()
|
| /onnv-gate/usr/src/uts/intel/io/acpica/utilities/ |
| H A D | utcopy.c | 137 UINT8 ObjectType, 165 UINT8 ObjectType, 344 UINT8 ObjectType, in AcpiUtCopyIelementToEelement() argument 363 switch (ObjectType) in AcpiUtCopyIelementToEelement() 944 UINT8 ObjectType, in AcpiUtCopyIelementToIelement() argument 962 switch (ObjectType) in AcpiUtCopyIelementToIelement()
|
| H A D | utobject.c | 140 UINT8 ObjectType, 718 UINT8 ObjectType, in AcpiUtGetElementLength() argument 728 switch (ObjectType) in AcpiUtGetElementLength()
|
| /onnv-gate/usr/src/uts/intel/sys/acpi/ |
| H A D | aclocal.h | 471 UINT8 ObjectType[4]; member 481 UINT8 ObjectType[2]; member 847 UINT8 ObjectType; /* Corresponding internal object type */ member
|
| H A D | acutils.h | 163 UINT8 ObjectType,
|
| /onnv-gate/usr/src/uts/intel/io/acpica/ |
| H A D | changes.txt | 4113 Fixed a problem where the ObjectType operator would fail (fault) when used 4178 and ObjectType operators were not treated properly. They are now treated as 4555 Fixed typechecking for the ObjectType and SizeOf operators. Problem was 4622 Fixed a problem in the implementation of the SizeOf and ObjectType operators 4717 Allow the use of the ObjectType operator on uninitialized Locals and Args 6819 and RefOf() operators) in the ObjectType() and SizeOf() operators.
|