Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslparseop.c818 ACPI_PARSE_OBJECT *LatestOp; in TrAllocateOp() local
836 LatestOp = AslGbl_CommentState.LatestParseOp; in TrAllocateOp()
846 if (LatestOp && in TrAllocateOp()
849 strcmp (LatestOp->Asl.Filename, Op->Asl.Filename)) in TrAllocateOp()
851 CvDbgPrint ("latest op: %s\n", LatestOp->Asl.ParseOpName); in TrAllocateOp()