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

/freebsd-10.2-release/sys/contrib/dev/acpica/compiler/
H A Dasltransform.c389 ACPI_PARSE_OBJECT *CaseOp = NULL; local
447 if (CaseOp)
461 CaseOp = Next;
462 Conditional = CaseOp;
463 CaseBlock = CaseOp->Asl.Child->Asl.Next;
465 Predicate = CaseOp->Asl.Child;
532 * Change CaseOp() to: If (LEqual (SwitchValue, CaseValue)) {...}
536 * CaseOp->Child is the case value
537 * CaseOp->Child->Peer is the beginning of the case block
613 if (CaseOp)
[all...]

Completed in 94 milliseconds