Home
last modified time | relevance | path

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

/minix3/minix/drivers/power/acpi/dispatcher/
H A Ddsmethod.c497 ACPI_WALK_STATE *ThisWalkState, in AcpiDsCallControlMethod() argument
508 ACPI_FUNCTION_TRACE_PTR (DsCallControlMethod, ThisWalkState); in AcpiDsCallControlMethod()
511 ThisWalkState->PrevOp, ThisWalkState)); in AcpiDsCallControlMethod()
516 MethodNode = ThisWalkState->MethodCallNode; in AcpiDsCallControlMethod()
531 ThisWalkState); in AcpiDsCallControlMethod()
552 ThisWalkState->Operands [ThisWalkState->NumOperands] = NULL; in AcpiDsCallControlMethod()
566 Info->Parameters = &ThisWalkState->Operands[0]; in AcpiDsCallControlMethod()
584 AcpiUtRemoveReference (ThisWalkState->Operands [i]); in AcpiDsCallControlMethod()
585 ThisWalkState->Operands [i] = NULL; in AcpiDsCallControlMethod()
590 ThisWalkState->NumOperands = 0; in AcpiDsCallControlMethod()