Lines Matching defs:operand1
28 * operand1 - Second source object
48 union acpi_operand_object *operand1,
53 union acpi_operand_object *local_operand1 = operand1;
90 switch (operand1->common.type) {
95 operand1_type = operand1->common.type;
103 acpi_ex_convert_to_object_type_string(operand1,
169 if ((local_operand1 != operand1) && (local_operand1 != temp_operand1)) {
278 if (local_operand1 != operand1) {
327 * operand1 - Second source object
339 union acpi_operand_object *operand1,
370 status = acpi_ut_get_resource_end_tag(operand1, &end_tag);
375 length1 = ACPI_PTR_DIFF(end_tag, operand1->buffer.pointer);
394 memcpy(new_buf + length0, operand1->buffer.pointer, length1);