Home | History | Annotate | Download | only in dispatcher

Lines Matching refs:Index

869     UINT32                  Index = WalkState->NumOperands;
883 if (Index >= ACPI_OBJ_NUM_OPERANDS)
888 Arguments[Index] = Arg;
889 WalkState->Operands [Index] = NULL;
895 Index++;
899 "NumOperands %d, ArgCount %d, Index %d\n",
900 WalkState->NumOperands, ArgCount, Index));
904 NewNumOperands = Index;
905 Index--;
908 Arg = Arguments[Index];
909 WalkState->OperandIndex = (UINT8) Index;
911 Status = AcpiDsCreateOperand (WalkState, Arg, Index);
919 Index, Arg, ArgCount));
920 Index--;
938 ACPI_EXCEPTION ((AE_INFO, Status, "While creating Arg %u", Index));