Home | History | Annotate | Download | only in dispatcher

Lines Matching refs:Operands

397          * These opcodes allow TermArg(s) as operands and therefore
398 * the operands can be method calls. The result is used.
413 * These opcodes allow TermArg(s) as operands and therefore
414 operands can be method calls. The result is used.
509 * PARAMETERS: WalkState - Current walk state with operands on stack
513 * DESCRIPTION: Resolve all operands to their values. Used to prepare
531 * Attempt to resolve each of the valid operands
537 Status = AcpiExResolveToValue (&WalkState->Operands[i], WalkState);
552 * PARAMETERS: WalkState - Current walk state with operands on stack
556 * DESCRIPTION: Clear all operands on the current walk state operand stack.
575 * Remove a reference to all operands, including both
578 AcpiUtRemoveReference (WalkState->Operands[i]);
579 WalkState->Operands[i] = NULL;
889 WalkState->Operands [Index] = NULL;
965 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];