| /titanic_41/usr/src/uts/intel/io/acpica/dispatcher/ |
| H A D | dswload.c | 154 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad1BeginOp() local 188 ObjectType = WalkState->OpInfo->ObjectType; in AcpiDsLoad1BeginOp() 192 AcpiUtGetTypeName (ObjectType))); in AcpiDsLoad1BeginOp() 202 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType, in AcpiDsLoad1BeginOp() 213 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType, in AcpiDsLoad1BeginOp() 333 AcpiUtGetTypeName (ObjectType))); in AcpiDsLoad1BeginOp() 339 AcpiUtGetTypeName (ObjectType))); in AcpiDsLoad1BeginOp() 346 AcpiUtGetTypeName (ObjectType))); in AcpiDsLoad1BeginOp() 355 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType, in AcpiDsLoad1BeginOp() 370 Node->Type = (UINT8) ObjectType; in AcpiDsLoad1BeginOp() [all …]
|
| H A D | dswload2.c | 78 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad2BeginOp() local 140 ObjectType = WalkState->OpInfo->ObjectType; in AcpiDsLoad2BeginOp() 143 "State=%p Op=%p Type=%X\n", WalkState, Op, ObjectType)); in AcpiDsLoad2BeginOp() 161 Status = AcpiNsLookup (WalkState->ScopeInfo, BufferPtr, ObjectType, in AcpiDsLoad2BeginOp() 174 Status = AcpiDsScopeStackPush (Node, ObjectType, WalkState); in AcpiDsLoad2BeginOp() 187 Status = AcpiNsLookup (WalkState->ScopeInfo, BufferPtr, ObjectType, in AcpiDsLoad2BeginOp() 281 if (AcpiNsOpensScope (ObjectType)) in AcpiDsLoad2BeginOp() 283 Status = AcpiDsScopeStackPush (Node, ObjectType, WalkState); in AcpiDsLoad2BeginOp() 325 Status = AcpiNsLookup (WalkState->ScopeInfo, BufferPtr, ObjectType, in AcpiDsLoad2BeginOp() 390 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad2EndOp() local [all …]
|
| H A D | dswexec.c | 259 if (AcpiNsOpensScope (WalkState->OpInfo->ObjectType)) in AcpiDsExecBeginOp() 263 AcpiUtGetTypeName (WalkState->OpInfo->ObjectType), Op)); in AcpiDsExecBeginOp()
|
| H A D | dsutils.c | 680 if (OpInfo->ObjectType == ACPI_TYPE_INVALID) in AcpiDsCreateOperand() 716 ObjDesc = AcpiUtCreateInternalObject (OpInfo->ObjectType); in AcpiDsCreateOperand()
|
| H A D | dsobject.c | 225 (AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode))->ObjectType); in AcpiDsBuildInternalObject()
|
| /titanic_41/usr/src/uts/intel/io/acpica/executer/ |
| H A D | exresop.c | 152 UINT8 ObjectType; in AcpiExResolveOperands() local 211 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type; in AcpiExResolveOperands() 218 if (ObjectType == ACPI_TYPE_LOCAL_ALIAS) in AcpiExResolveOperands() 223 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type; in AcpiExResolveOperands() 231 ObjectType = ObjDesc->Common.Type; in AcpiExResolveOperands() 235 if (!AcpiUtValidObjectType (ObjectType)) in AcpiExResolveOperands() 238 "Bad operand object type [0x%X]", ObjectType)); in AcpiExResolveOperands() 243 if (ObjectType == (UINT8) ACPI_TYPE_LOCAL_REFERENCE) in AcpiExResolveOperands() 338 ACPI_TYPE_LOCAL_REFERENCE, ObjectType, ObjDesc); in AcpiExResolveOperands()
|
| /titanic_41/usr/src/uts/intel/io/acpica/namespace/ |
| H A D | nsobject.c | 83 ACPI_OBJECT_TYPE ObjectType = ACPI_TYPE_ANY; in AcpiNsAttachObject() local 134 ObjectType = ACPI_TYPE_ANY; in AcpiNsAttachObject() 149 ObjectType = ((ACPI_NAMESPACE_NODE *) Object)->Type; in AcpiNsAttachObject() 162 ObjectType = Type; in AcpiNsAttachObject() 198 Node->Type = (UINT8) ObjectType; in AcpiNsAttachObject()
|
| H A D | nsprepkg.c | 230 Package->RetInfo3.ObjectType[i], i); in AcpiNsCheckPackage() 535 Package->RetInfo2.ObjectType[j], j); in AcpiNsCheckPackageList()
|
| /titanic_41/usr/src/uts/intel/io/acpica/hardware/ |
| H A D | hwpci.c | 374 ACPI_OBJECT_TYPE ObjectType; in AcpiHwGetPciDeviceInfo() local 381 Status = AcpiGetType (PciDevice, &ObjectType); in AcpiHwGetPciDeviceInfo() 387 if (ObjectType != ACPI_TYPE_DEVICE) in AcpiHwGetPciDeviceInfo()
|
| /titanic_41/usr/src/uts/intel/io/acpica/utilities/ |
| H A D | utcopy.c | 63 UINT8 ObjectType, 91 UINT8 ObjectType, 263 UINT8 ObjectType, in AcpiUtCopyIelementToEelement() argument 282 switch (ObjectType) in AcpiUtCopyIelementToEelement() 874 UINT8 ObjectType, in AcpiUtCopyIelementToIelement() argument 892 switch (ObjectType) in AcpiUtCopyIelementToIelement()
|
| H A D | utobject.c | 66 UINT8 ObjectType, 643 UINT8 ObjectType, in AcpiUtGetElementLength() argument 653 switch (ObjectType) in AcpiUtGetElementLength()
|
| /titanic_41/usr/src/uts/intel/sys/acpi/ |
| H A D | aclocal.h | 410 UINT8 ObjectType[4]; member 421 UINT8 ObjectType[2]; member 871 UINT8 ObjectType; /* Corresponding internal object type */ member
|
| H A D | acutils.h | 162 UINT8 ObjectType,
|
| /titanic_41/usr/src/uts/intel/io/acpica/ |
| H A D | changes.txt | 2916 iASL: Disallow a method call as argument to the ObjectType ASL operator. 2919 method invocation when these are used as an argument to the ObjectType 2922 (UserTerm) for the ObjectType operator. 10825 Fixed a problem where the ObjectType operator would fail (fault) when 10903 and ObjectType operators were not treated properly. They are now treated 11360 Fixed typechecking for the ObjectType and SizeOf operators. Problem was 11443 Fixed a problem in the implementation of the SizeOf and ObjectType 11551 Allow the use of the ObjectType operator on uninitialized Locals and Args 13802 and RefOf() operators) in the ObjectType() and SizeOf() operators.
|