Lines Matching refs:operand
150 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_load_table_op() local
166 status = acpi_tb_match_signature (operand[0]->string.pointer, NULL); in acpi_ex_load_table_op()
176 status = acpi_tb_find_table (operand[0]->string.pointer, in acpi_ex_load_table_op()
177 operand[1]->string.pointer, in acpi_ex_load_table_op()
178 operand[2]->string.pointer, &table); in acpi_ex_load_table_op()
204 if (operand[3]->string.length > 0) { in acpi_ex_load_table_op()
209 status = acpi_ns_get_node_by_path (operand[3]->string.pointer, start_node, in acpi_ex_load_table_op()
218 if (operand[4]->string.length > 0) { in acpi_ex_load_table_op()
219 if ((operand[4]->string.pointer[0] != '\\') && in acpi_ex_load_table_op()
220 (operand[4]->string.pointer[0] != '^')) { in acpi_ex_load_table_op()
231 status = acpi_ns_get_node_by_path (operand[4]->string.pointer, start_node, in acpi_ex_load_table_op()
250 status = acpi_ex_store (operand[5], ACPI_CAST_PTR (union acpi_operand_object, parameter_node), in acpi_ex_load_table_op()