Searched refs:aml_copy_object (Results 1 – 5 of 5) sorted by relevance
284 ref->package.objects[offset] = aml_copy_object(env, obj); in aml_store_to_objref()312 name->property = aml_copy_object(env, obj); in aml_store_to_name()325 name->property = aml_copy_object(env, obj); in aml_store_to_name()
60 aml_copy_object(struct aml_environ *env, union aml_object *orig) in aml_copy_object() function99 … ret->package.objects[i] = aml_copy_object(env, orig->package.objects[i]); in aml_copy_object()
221 union aml_object *aml_copy_object(struct aml_environ *,
249 aml_copy_object(env, in aml_eval_name()
314 dest = aml_copy_object(env, src); \583 objects[i] = aml_copy_object(copy, tmpname->property); in aml_parse_defpackage()