Home | History | Annotate | Download | only in dispatcher

Lines Matching defs:Index

761     UINT32                  Index = WalkState->NumOperands;
775 if (Index >= ACPI_OBJ_NUM_OPERANDS)
780 Arguments[Index] = Arg;
781 WalkState->Operands [Index] = NULL;
787 Index++;
791 "NumOperands %d, ArgCount %d, Index %d\n",
792 WalkState->NumOperands, ArgCount, Index));
796 NewNumOperands = Index;
797 Index--;
800 Arg = Arguments[Index];
801 WalkState->OperandIndex = (UINT8) Index;
803 Status = AcpiDsCreateOperand (WalkState, Arg, Index);
811 Index, Arg, ArgCount));
812 Index--;
830 ACPI_EXCEPTION ((AE_INFO, Status, "While creating Arg %u", Index));