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) && /* Length of input buffer */
356 (Length < Operand[1]->Integer.Value) && /* Length operand */
357 (Operand[0]->Buffer.Pointer[Length])) /* Null terminator */
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];
452 "Invalid object type: %X", (Operand[0])->Common.Type));
471 ReturnDesc->Reference.Object = Operand[0];
472 AcpiUtAddReference (Operand[0]);
476 Status = AcpiExStore (ReturnDesc, Operand[2], WalkState);
500 Status = AcpiExStore (ReturnDesc, Operand[2], WalkState);
543 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
569 Operand[0]->Integer.Value, Operand[1]->Integer.Value,
577 Status = AcpiExDoLogicalOp (WalkState->Opcode, Operand[0],
578 Operand[1], &LogicalResult);
586 Status = AcpiExAcquireMutex (Operand[1], Operand[0], WalkState);
597 Status = AcpiExSystemWaitEvent (Operand[1], Operand[0]);