Home | History | Annotate | Download | only in dispatcher

Lines Matching defs:Operand

472         ACPI_ERROR ((AE_INFO, "(%s) bad operand(s), status 0x%X",
570 * Get the length operand and save it
633 ACPI_OPERAND_OBJECT **Operand;
663 Operand = &WalkState->Operands[0];
679 Operand[0]->String.Pointer,
680 Operand[1]->String.Pointer,
681 Operand[2]->String.Pointer, &TableIndex);
688 Operand[0]->String.Pointer,
689 Operand[1]->String.Pointer,
690 Operand[2]->String.Pointer));
721 AcpiUtRemoveReference (Operand[0]);
722 AcpiUtRemoveReference (Operand[1]);
723 AcpiUtRemoveReference (Operand[2]);
758 /* The first operand (for all of these data objects) is the length */
761 * Set proper index into operand stack for AcpiDsObjStackPush
790 /* Extract length operand */
795 /* Cleanup for length operand */
896 * Set proper index into operand stack for AcpiDsObjStackPush
918 * Get the BankValue operand and save it