Home
last modified time | relevance | path

Searched refs:AML_PACKAGE_OP (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/common/acpica/disassembler/
H A Ddmdeferred.c213 case AML_PACKAGE_OP: in AcpiDmParseDeferredOps()
327 case AML_PACKAGE_OP: in AcpiDmDeferredParse()
332 case AML_PACKAGE_OP: in AcpiDmDeferredParse()
H A Ddmwalk.c405 case AML_PACKAGE_OP: in AcpiDmBlockType()
417 ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDmBlockType()
483 case AML_PACKAGE_OP: in AcpiDmListType()
991 case AML_PACKAGE_OP: in AcpiDmDescendingOp()
1198 case AML_PACKAGE_OP: in AcpiDmAscendingOp()
H A Ddmbuffer.c763 if (ParentOp->Common.AmlOpcode == AML_PACKAGE_OP) in AcpiDmIsPldBuffer()
1120 if (NextOp->Common.AmlOpcode != AML_PACKAGE_OP) in AcpiDmCheckForHardwareId()
H A Ddmcstyle.c354 (Argument1->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDmCheckForSymbolicOpcode()
/illumos-gate/usr/src/common/acpica/dispatcher/
H A Ddsobject.c205 if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsBuildInternalObject()
257 if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsBuildInternalObject()
H A Ddsopcode.c800 case AML_PACKAGE_OP: in AcpiDsEvalDataObjectOperands()
820 ((Op->Common.Parent->Common.AmlOpcode != AML_PACKAGE_OP) && in AcpiDsEvalDataObjectOperands()
H A Ddsutils.c407 (Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsIsResultUsed()
979 if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsEvaluateNamePath()
H A Ddspkginit.c231 while ((Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsBuildInternalPackageObj()
H A Ddswexec.c650 ((Op->Asl.Parent->Asl.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsExecEndOp()
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DAcpiAml.h31 #define AML_PACKAGE_OP 0x12 macro
/illumos-gate/usr/src/common/acpica/parser/
H A Dpsparse.c328 (Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiPsCompleteThisOp()
343 (Op->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiPsCompleteThisOp()
H A Dpstree.c440 case AML_PACKAGE_OP: in AcpiPsGetChild()
H A Dpsloop.c259 case AML_PACKAGE_OP: in AcpiPsGetArguments()
388 case AML_PACKAGE_OP: in AcpiPsGetArguments()
H A Dpsargs.c492 ((Arg->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiPsGetNextNamepath()
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dasloffset.c294 case AML_PACKAGE_OP: in LsAmlOffsetWalk()
H A Daslwalks.c427 case AML_PACKAGE_OP: in AnOperandTypecheckWalkEnd()
H A Daslmap.c447 /* PACKAGE */ OP_TABLE_ENTRY (AML_PACKAGE_OP, 0, …
H A Dasloperands.c913 Op->Asl.AmlOpcode = AML_PACKAGE_OP; in OpnDoPackage()
/illumos-gate/usr/src/cmd/acpi/common/
H A Ddmswitch.c662 if (!CurrentOp || (CurrentOp->Common.AmlOpcode != AML_PACKAGE_OP)) in AcpiDmIsCaseBlock()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Damlcode.h170 #define AML_PACKAGE_OP (UINT16) 0x12 macro