Lines Matching defs:operand
192 * as an operand later.
379 * DESCRIPTION: Clear all operands on the current walk state operand stack.
389 /* Remove a reference on each operand on the stack */
607 * a missing or null operand!
610 "Missing or null operand"));
634 /* Put the operand object on the object stack */
723 * pop everything off of the operand stack and delete those
729 /* Restore operand count */
756 union acpi_operand_object **operand = &walk_state->operands[0];
784 new_obj_desc = *operand;
788 type = (*operand)->common.type;
790 status = acpi_ex_resolve_to_value(operand, walk_state);
799 acpi_ut_remove_reference(*operand);
802 acpi_ut_copy_iobject_to_iobject(*operand, &new_obj_desc,
812 new_obj_desc = *operand;
815 /* Cleanup for name-path operand */