Home
last modified time | relevance | path

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

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