Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslprintf.c170 ACPI_PARSE_OBJECT *DestOp);
189 ACPI_PARSE_OBJECT *DestOp; in OpcDoPrintf() local
194 DestOp = TrAllocateOp (PARSEOP_DEBUG); in OpcDoPrintf()
195 DestOp->Asl.AmlOpcode = AML_DEBUG_OP; in OpcDoPrintf()
196 DestOp->Asl.Parent = Op; in OpcDoPrintf()
197 DestOp->Asl.LogicalLineNumber = Op->Asl.LogicalLineNumber; in OpcDoPrintf()
199 OpcParsePrintf (Op, DestOp); in OpcDoPrintf()
219 ACPI_PARSE_OBJECT *DestOp; in OpcDoFprintf() local
224 DestOp = Op->Asl.Child; in OpcDoFprintf()
225 Op->Asl.Child = DestOp->Asl.Next; in OpcDoFprintf()
[all …]