Home
last modified time | relevance | path

Searched refs:AML_ELSE_OP (Results 1 – 7 of 7) sorted by relevance

/NextBSD/sys/contrib/dev/acpica/components/dispatcher/
HDdscontrol.c132 case AML_ELSE_OP: in AcpiDsExecBeginControlOp()
204 case AML_ELSE_OP: in AcpiDsExecEndControlOp()
/NextBSD/sys/contrib/dev/acpica/components/debugger/
HDdbxface.c298 (ParentOp->Common.AmlOpcode == AML_ELSE_OP) || in AcpiDbSingleStep()
329 else if (Op->Common.AmlOpcode == AML_ELSE_OP) in AcpiDbSingleStep()
/NextBSD/sys/contrib/dev/acpica/components/disassembler/
HDdmwalk.c265 case AML_ELSE_OP: in AcpiDmBlockType()
356 case AML_ELSE_OP: in AcpiDmListType()
948 (Op->Common.Next->Common.AmlOpcode == AML_ELSE_OP)) in AcpiDmAscendingOp()
/NextBSD/sys/contrib/dev/acpica/components/parser/
HDpstree.c314 case AML_ELSE_OP: in AcpiPsGetChild()
HDpsloop.c173 case AML_ELSE_OP: in AcpiPsGetArguments()
/NextBSD/sys/contrib/dev/acpica/include/
HDamlcode.h140 #define AML_ELSE_OP (UINT16) 0xa1 macro
/NextBSD/sys/contrib/dev/acpica/compiler/
HDaslmap.c214 /* ELSE */ OP_TABLE_ENTRY (AML_ELSE_OP, 0, …