Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsmethod.c723 NextWalkState->MethodNestingDepth = ThisWalkState->MethodNestingDepth + 1; in AcpiDsCallControlMethod()
750 NextWalkState->MethodNestingDepth * 3, " ", in AcpiDsCallControlMethod()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacstruct.h208 UINT16 MethodNestingDepth; member
/freebsd/sys/contrib/dev/acpica/components/parser/
H A Dpsparse.c646 (WalkState->MethodNestingDepth + 1) * 3, " ", in AcpiPsParseAml()