Home
last modified time | relevance | path

Searched refs:AML_VAR_PACKAGE_OP (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmdeferred.c106 case AML_VAR_PACKAGE_OP: in AcpiDmParseDeferredOps()
220 case AML_VAR_PACKAGE_OP: in AcpiDmDeferredParse()
231 case AML_VAR_PACKAGE_OP: in AcpiDmDeferredParse()
H A Ddmwalk.c295 case AML_VAR_PACKAGE_OP: in AcpiDmBlockType()
307 (Op->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP))) in AcpiDmBlockType()
373 case AML_VAR_PACKAGE_OP: in AcpiDmListType()
824 case AML_VAR_PACKAGE_OP: in AcpiDmDescendingOp()
1019 case AML_VAR_PACKAGE_OP: in AcpiDmAscendingOp()
H A Ddmcstyle.c241 (Child1->Common.AmlOpcode == AML_VAR_PACKAGE_OP)) in AcpiDmCheckForSymbolicOpcode()
/titanic_50/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsobject.c116 (Op->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP))) in AcpiDsBuildInternalObject()
145 (Op->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP)) in AcpiDsBuildInternalObject()
414 (Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP)) in AcpiDsBuildInternalPackageObj()
H A Ddsopcode.c684 case AML_VAR_PACKAGE_OP: in AcpiDsEvalDataObjectOperands()
704 (Op->Common.Parent->Common.AmlOpcode != AML_VAR_PACKAGE_OP) && in AcpiDsEvalDataObjectOperands()
H A Ddsutils.c300 (Op->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP) || in AcpiDsIsResultUsed()
879 (Op->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP) || in AcpiDsEvaluateNamePath()
H A Ddswexec.c542 (Op->Asl.Parent->Asl.AmlOpcode == AML_VAR_PACKAGE_OP))) in AcpiDsExecEndOp()
/titanic_50/usr/src/uts/intel/io/acpica/parser/
H A Dpsparse.c221 (Op->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP)) in AcpiPsCompleteThisOp()
235 (Op->Common.AmlOpcode == AML_VAR_PACKAGE_OP)) in AcpiPsCompleteThisOp()
H A Dpsloop.c249 case AML_VAR_PACKAGE_OP: in AcpiPsGetArguments()
H A Dpsargs.c381 (Arg->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP))) in AcpiPsGetNextNamepath()
/titanic_50/usr/src/uts/intel/sys/acpi/
H A Damlcode.h66 #define AML_VAR_PACKAGE_OP (UINT16) 0x13 /* ACPI 2.0 */ macro