Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslcompile.c283 TrWalkParseTree (Gbl_ParseTreeRoot, ASL_WALK_VISIT_TWICE, in CmDoCompile()
403 TrWalkParseTree (Gbl_ParseTreeRoot, ASL_WALK_VISIT_TWICE, in CmDoCompile()
426 TrWalkParseTree (Gbl_ParseTreeRoot, ASL_WALK_VISIT_TWICE, in CmDoCompile()
H A Daslfold.c561 Status = TrWalkParseTree (Op, ASL_WALK_VISIT_TWICE, in TrSimpleConstantReduction()
721 Status = TrWalkParseTree (Op, ASL_WALK_VISIT_TWICE, in TrTransformToStoreOp()
H A Daslload.c226 TrWalkParseTree (RootOp, ASL_WALK_VISIT_TWICE, LdNamespace1Begin, in LdLoadNamespace()
231 TrWalkParseTree (RootOp, ASL_WALK_VISIT_TWICE, LdNamespace2Begin, in LdLoadNamespace()
H A Dasltree.c950 case ASL_WALK_VISIT_TWICE: in TrWalkParseTree()
H A Daslxref.c240 TrWalkParseTree (Gbl_ParseTreeRoot, ASL_WALK_VISIT_TWICE, in XfCrossReferenceNamespace()
H A Daslcompiler.h876 #define ASL_WALK_VISIT_TWICE (ASL_WALK_VISIT_DOWNWARD | ASL_WALK_VISIT_UPWARD) macro