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));
546 acpi_ut_remove_reference(operand[0]);
547 acpi_ut_remove_reference(operand[1]);
548 acpi_ut_remove_reference(operand[2]);
579 /* The first operand (for all of these data objects) is the length */
582 * Set proper index into operand stack for acpi_ds_obj_stack_push
609 /* Extract length operand */
614 /* Cleanup for length operand */
711 * Set proper index into operand stack for acpi_ds_obj_stack_push
731 * Get the bank_value operand and save it