aml_copyvalue      56 dev/acpi/dsdt.c void			aml_copyvalue(struct aml_value *, struct aml_value *);
aml_copyvalue    1563 dev/acpi/dsdt.c 			aml_copyvalue(lhs->v_package[idx], rhs->v_package[idx]);
aml_copyvalue    1604 dev/acpi/dsdt.c 		aml_copyvalue(lhs, rhs);
aml_copyvalue    2049 dev/acpi/dsdt.c 			aml_copyvalue(res, node->value);
aml_copyvalue    2057 dev/acpi/dsdt.c 			aml_copyvalue(res, node->value);
aml_copyvalue    2417 dev/acpi/dsdt.c 	aml_copyvalue(dst, deref);