Searched refs:CaseOp (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
H A Dasltransform.c435 ACPI_PARSE_OBJECT *CaseOp = NULL; local
493 if (CaseOp)
507 CaseOp = Next;
508 Conditional = CaseOp;
509 CaseBlock = CaseOp->Asl.Child->Asl.Next;
511 Predicate = CaseOp->Asl.Child;
578 * Change CaseOp() to: If (LEqual (SwitchValue, CaseValue)) {...}
582 * CaseOp->Child is the case value
583 * CaseOp->Child->Peer is the beginning of the case block
659 if (CaseOp)
[all...]

Completed in 109 milliseconds