Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsmethod.c525 ACPI_WALK_STATE *ThisWalkState, in AcpiDsCallControlMethod() argument
536 ACPI_FUNCTION_TRACE_PTR (DsCallControlMethod, ThisWalkState); in AcpiDsCallControlMethod()
540 ThisWalkState->PrevOp, ThisWalkState)); in AcpiDsCallControlMethod()
545 MethodNode = ThisWalkState->MethodCallNode; in AcpiDsCallControlMethod()
560 MethodNode, ObjDesc, ThisWalkState); in AcpiDsCallControlMethod()
581 ThisWalkState->Operands [ThisWalkState->NumOperands] = NULL; in AcpiDsCallControlMethod()
595 Info->Parameters = &ThisWalkState->Operands[0]; in AcpiDsCallControlMethod()
613 AcpiUtRemoveReference (ThisWalkState->Operands [i]); in AcpiDsCallControlMethod()
614 ThisWalkState->Operands [i] = NULL; in AcpiDsCallControlMethod()
619 ThisWalkState->NumOperands = 0; in AcpiDsCallControlMethod()