Searched refs:ElseOp (Results 1 – 2 of 2) sorted by relevance
1098 ACPI_PARSE_OBJECT *ElseOp; in AcpiDmConvertToElseIf() local1127 ElseOp = IfOp->Common.Next; in AcpiDmConvertToElseIf()1128 if (ElseOp && ElseOp->Common.Next) in AcpiDmConvertToElseIf()1179 ElseOp = IfOp->Common.Next; in AcpiDmConvertToElseIf()1180 if (ElseOp && in AcpiDmConvertToElseIf()1181 (ElseOp->Common.AmlOpcode == AML_ELSE_OP)) in AcpiDmConvertToElseIf()1185 ElseOp->Common.Parent = OriginalElseOp->Common.Parent; in AcpiDmConvertToElseIf()
2003 // test for IfOp and ElseOp, including validation of object stack cleanup2044 // ELNR control method executes ElseOp branch with NO nested Return2083 // ELRT control method executes ElseOp branch with nested Return2121 // ElseOp with NO return value2142 // ElseOp with return value