Lines Matching defs:Operand

206     ACPI_OPERAND_OBJECT     **Operand = &WalkState->Operands[0];
224 Node = (ACPI_NAMESPACE_NODE *) Operand[0];
228 Value = (UINT32) Operand[1]->Integer.Value;
280 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
315 Operand[0]->Integer.Value,
316 Operand[1]->Integer.Value,
336 Status = AcpiExStore (ReturnDesc2, Operand[2], WalkState);
342 Status = AcpiExStore (ReturnDesc1, Operand[3], WalkState);
390 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
416 Operand[0]->Integer.Value,
417 Operand[1]->Integer.Value);
435 Operand[0]->Integer.Value,
436 Operand[1]->Integer.Value,
444 Operand[0], Operand[1], &ReturnDesc, WalkState);
463 while ((Length < Operand[0]->Buffer.Length) && /* Length of input buffer */
464 (Length < Operand[1]->Integer.Value) && /* Length operand */
465 (Operand[0]->Buffer.Pointer[Length])) /* Null terminator */
484 Operand[0]->Buffer.Pointer, Length);
492 Operand[0], Operand[1], &ReturnDesc, WalkState);
508 Index = Operand[1]->Integer.Value;
516 switch ((Operand[0])->Common.Type)
520 if (Index >= Operand[0]->String.Length)
522 Length = Operand[0]->String.Length;
528 &(Operand[0]->Buffer.Pointer [Index]);
533 if (Index >= Operand[0]->Buffer.Length)
535 Length = Operand[0]->Buffer.Length;
541 &(Operand[0]->Buffer.Pointer [Index]);
546 if (Index >= Operand[0]->Package.Count)
548 Length = Operand[0]->Package.Count;
554 &Operand[0]->Package.Elements [Index];
560 "Invalid object type: %X", (Operand[0])->Common.Type));
579 ReturnDesc->Reference.Object = Operand[0];
580 AcpiUtAddReference (Operand[0]);
584 Status = AcpiExStore (ReturnDesc, Operand[2], WalkState);
608 Status = AcpiExStore (ReturnDesc, Operand[2], WalkState);
651 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
677 Operand[0]->Integer.Value, Operand[1]->Integer.Value,
685 Status = AcpiExDoLogicalOp (WalkState->Opcode, Operand[0],
686 Operand[1], &LogicalResult);
694 Status = AcpiExAcquireMutex (Operand[1], Operand[0], WalkState);
705 Status = AcpiExSystemWaitEvent (Operand[1], Operand[0]);