Lines Matching refs:Operand

98     ACPI_OPERAND_OBJECT     **Operand = &WalkState->Operands[0];
116 Node = (ACPI_NAMESPACE_NODE *) Operand[0];
120 Value = (UINT32) Operand[1]->Integer.Value;
172 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
207 Operand[0]->Integer.Value,
208 Operand[1]->Integer.Value,
228 Status = AcpiExStore (ReturnDesc2, Operand[2], WalkState);
234 Status = AcpiExStore (ReturnDesc1, Operand[3], WalkState);
282 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
308 Operand[0]->Integer.Value,
309 Operand[1]->Integer.Value);
327 Operand[0]->Integer.Value,
328 Operand[1]->Integer.Value,
336 Operand[0], Operand[1], &ReturnDesc, WalkState);
355 while ((Length < Operand[0]->Buffer.Length) &&
356 (Length < Operand[1]->Integer.Value) &&
357 (Operand[0]->Buffer.Pointer[Length]))
376 Operand[0]->Buffer.Pointer, Length);
384 Operand[0], Operand[1], &ReturnDesc, WalkState);
400 Index = Operand[1]->Integer.Value;
408 switch ((Operand[0])->Common.Type)
412 if (Index >= Operand[0]->String.Length)
414 Length = Operand[0]->String.Length;
420 &(Operand[0]->Buffer.Pointer [Index]);
425 if (Index >= Operand[0]->Buffer.Length)
427 Length = Operand[0]->Buffer.Length;
433 &(Operand[0]->Buffer.Pointer [Index]);
438 if (Index >= Operand[0]->Package.Count)
440 Length = Operand[0]->Package.Count;
446 &Operand[0]->Package.Elements [Index];
469 ReturnDesc->Reference.Object = Operand[0];
470 AcpiUtAddReference (Operand[0]);
474 Status = AcpiExStore (ReturnDesc, Operand[2], WalkState);
498 Status = AcpiExStore (ReturnDesc, Operand[2], WalkState);
541 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
567 Operand[0]->Integer.Value, Operand[1]->Integer.Value,
575 Status = AcpiExDoLogicalOp (WalkState->Opcode, Operand[0],
576 Operand[1], &LogicalResult);
584 Status = AcpiExAcquireMutex (Operand[1], Operand[0], WalkState);
595 Status = AcpiExSystemWaitEvent (Operand[1], Operand[0]);