Lines Matching defs:operand
306 ACPI_ERROR((AE_INFO, "(%s) bad operand(s), status 0x%X",
402 * Get the length operand and save it
465 union acpi_operand_object **operand;
492 operand = &walk_state->operands[0];
507 status = acpi_tb_find_table(operand[0]->string.pointer,
508 operand[1]->string.pointer,
509 operand[2]->string.pointer, &table_index);
514 operand[0]->string.pointer,
515 operand[1]->string.pointer,
516 operand[2]->string.pointer));
545 acpi_ut_remove_reference(operand[0]);
546 acpi_ut_remove_reference(operand[1]);
547 acpi_ut_remove_reference(operand[2]);
578 /* The first operand (for all of these data objects) is the length */
581 * Set proper index into operand stack for acpi_ds_obj_stack_push
608 /* Extract length operand */
613 /* Cleanup for length operand */
710 * Set proper index into operand stack for acpi_ds_obj_stack_push
730 * Get the bank_value operand and save it