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

/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Dasltransform.c391 ACPI_PARSE_OBJECT *CaseOp = NULL; local
449 if (CaseOp)
467 CaseOp = Next;
468 Conditional = CaseOp;
469 CaseBlock = CaseOp->Asl.Child->Asl.Next;
471 Predicate = CaseOp->Asl.Child;
538 * Change CaseOp() to: If (LEqual (SwitchValue, CaseValue)) {...}
542 * CaseOp->Child is the case value
543 * CaseOp->Child->Peer is the beginning of the case block
619 if (CaseOp)
[all...]

Completed in 178 milliseconds