Home | History | Annotate | Download | only in dispatcher

Lines Matching refs:Operands

235         Status = AcpiExResolveToValue (&WalkState->Operands [0], WalkState);
241 ObjDesc = WalkState->Operands [0];
336 * methods. This is where most operators and operands are
578 /* Resolve all operands */
581 &(WalkState->Operands [WalkState->NumOperands -1]),
602 (WalkState->Operands[0]->Common.Type == ACPI_TYPE_LOCAL_REFERENCE) &&
603 (WalkState->Operands[1]->Common.Type == ACPI_TYPE_LOCAL_REFERENCE) &&
604 (WalkState->Operands[0]->Reference.Class ==
605 WalkState->Operands[1]->Reference.Class) &&
606 (WalkState->Operands[0]->Reference.Value ==
607 WalkState->Operands[1]->Reference.Value))
614 "While resolving operands for [%s]",
690 * Since the operands will be passed to another control method,
697 /* On error, clear all resolved operands */
766 WalkState->Operands[0] = (void *)