Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/components/dispatcher/
H A Ddsmethod.c641 ACPI_WALK_STATE *ThisWalkState, in AcpiDsCallControlMethod() argument
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()
731 AcpiUtRemoveReference (ThisWalkState->Operands [i]); in AcpiDsCallControlMethod()
732 ThisWalkState->Operands [i] = NULL; in AcpiDsCallControlMethod()
737 ThisWalkState->NumOperands = 0; in AcpiDsCallControlMethod()
744 ThisWalkState->MethodIsNested = TRUE; in AcpiDsCallControlMethod()
[all …]