Home
last modified time | relevance | path

Searched refs:PrevOp (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/dev/acpica/components/disassembler/
H A Ddmopcode.c199 ACPI_PARSE_OBJECT *PrevOp = NULL; in AcpiDmDisplayTargetPathname() local
206 PrevOp = Op->Asl.Value.Arg; in AcpiDmDisplayTargetPathname()
221 PrevOp = NextOp; in AcpiDmDisplayTargetPathname()
222 NextOp = PrevOp->Asl.Next; in AcpiDmDisplayTargetPathname()
226 if (!PrevOp) in AcpiDmDisplayTargetPathname()
233 if (PrevOp->Asl.AmlOpcode != AML_INT_NAMEPATH_OP) in AcpiDmDisplayTargetPathname()
240 if (!PrevOp->Asl.Value.String) in AcpiDmDisplayTargetPathname()
247 if (!PrevOp->Asl.Node) in AcpiDmDisplayTargetPathname()
255 if (*PrevOp->Asl.Value.String == '\\') in AcpiDmDisplayTargetPathname()
262 Pathname = AcpiNsGetExternalPathname (PrevOp->Asl.Node); in AcpiDmDisplayTargetPathname()
/f-stack/freebsd/contrib/dev/acpica/components/parser/
H A Dpsloop.c433 else if (WalkState->PrevOp) in AcpiPsParseLoop()
437 Op = WalkState->PrevOp; in AcpiPsParseLoop()
H A Dpsobject.c639 WalkState->PrevOp = NULL; in AcpiPsCompleteOp()
761 WalkState->PrevOp = NULL; in AcpiPsCompleteOp()
H A Dpsparse.c524 WalkState->PrevOp = Op; in AcpiPsNextParseState()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacstruct.h233 ACPI_PARSE_OBJECT *PrevOp; /* Last op that was processed */ member
/f-stack/freebsd/contrib/dev/acpica/components/dispatcher/
H A Ddsmethod.c656 ThisWalkState->PrevOp, ThisWalkState)); in AcpiDsCallControlMethod()