Home | History | Annotate | Download | only in dispatcher

Lines Matching defs:Operand

356      * as an operand later.
556 * DESCRIPTION: Clear all operands on the current walk state operand stack.
570 /* Remove a reference on each operand on the stack */
802 * a missing or null operand!
805 "Missing or null operand"));
830 /* Put the operand object on the object stack */
929 * pop everything off of the operand stack and delete those
935 /* Restore operand count */
965 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
997 NewObjDesc = *Operand;
1001 Type = (*Operand)->Common.Type;
1003 Status = AcpiExResolveToValue (Operand, WalkState);
1013 AcpiUtRemoveReference (*Operand);
1016 *Operand, &NewObjDesc, WalkState);
1028 NewObjDesc = *Operand;
1031 /* Cleanup for name-path operand */