Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/dispatcher/
H A Ddsmethod.c641 ACPI_WALK_STATE *ThisWalkState, in AcpiDsCallControlMethod() argument
652 ACPI_FUNCTION_TRACE_PTR (DsCallControlMethod, ThisWalkState); in AcpiDsCallControlMethod()
656 ThisWalkState->PrevOp, ThisWalkState)); in AcpiDsCallControlMethod()
661 MethodNode = ThisWalkState->MethodCallNode; in AcpiDsCallControlMethod()
676 MethodNode, ObjDesc, ThisWalkState); in AcpiDsCallControlMethod()
697 ThisWalkState->Operands [ThisWalkState->NumOperands] = NULL; in AcpiDsCallControlMethod()
711 Info->Parameters = &ThisWalkState->Operands[0]; in AcpiDsCallControlMethod()
729 AcpiUtRemoveReference (ThisWalkState->Operands [i]); in AcpiDsCallControlMethod()
730 ThisWalkState->Operands [i] = NULL; in AcpiDsCallControlMethod()
735 ThisWalkState->NumOperands = 0; in AcpiDsCallControlMethod()