Home
last modified time | relevance | path

Searched refs:ElseOp (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/contrib/dev/acpica/source/components/disassembler/
H A Ddmopcode.c1207 ACPI_PARSE_OBJECT *ElseOp; in AcpiDmConvertToElseIf() local
1236 ElseOp = IfOp->Common.Next; in AcpiDmConvertToElseIf()
1237 if (ElseOp && ElseOp->Common.Next) in AcpiDmConvertToElseIf()
1288 ElseOp = IfOp->Common.Next; in AcpiDmConvertToElseIf()
1289 if (ElseOp && in AcpiDmConvertToElseIf()
1290 (ElseOp->Common.AmlOpcode == AML_ELSE_OP)) in AcpiDmConvertToElseIf()
1294 ElseOp->Common.Parent = OriginalElseOp->Common.Parent; in AcpiDmConvertToElseIf()
/dragonfly/sys/contrib/dev/acpica/tests/misc/
H A Dgrammar.asl2003 // test for IfOp and ElseOp, including validation of object stack cleanup
2044 // ELNR control method executes ElseOp branch with NO nested Return
2083 // ELRT control method executes ElseOp branch with nested Return
2121 // ElseOp with NO return value
2142 // ElseOp with return value