Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Dasltransform.c622 ACPI_PARSE_OBJECT *CurrentParentNode; in TrDoSwitch() local
639 CurrentParentNode = StartNode; in TrDoSwitch()
690 CurrentParentNode = NewOp; in TrDoSwitch()
798 if (CurrentParentNode == StartNode) in TrDoSwitch()
808 CurrentParentNode->Asl.Child = Conditional; in TrDoSwitch()
809 Conditional->Asl.Parent = CurrentParentNode; in TrDoSwitch()