HomeSort by: relevance | last modified time | path
    Searched refs:aml_copy_object (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/acpitools/aml/
aml_obj.h 221 union aml_object *aml_copy_object(struct aml_environ *,
aml_obj.c 60 aml_copy_object(struct aml_environ *env, union aml_object *orig) function
99 ret->package.objects[i] = aml_copy_object(env, orig->package.objects[i]);
aml_store.c 284 ref->package.objects[offset] = aml_copy_object(env, obj);
312 name->property = aml_copy_object(env, obj);
325 name->property = aml_copy_object(env, obj);
aml_evalobj.c 249 aml_copy_object(env,
aml_parse.c 313 #define AML_COPY_OBJECT(dest, env, src, ret) do { \
314 dest = aml_copy_object(env, src); \
439 AML_COPY_OBJECT(tmpobj2, env, tmpobj, NULL);
479 AML_COPY_OBJECT(tmpobj2, env, tmpobj, NULL);
520 AML_COPY_OBJECT(tmpobj, env, obj, NULL);
527 AML_COPY_OBJECT(tmpobj, env, obj, NULL);
583 objects[i] = aml_copy_object(copy, tmpname->property);
1420 AML_COPY_OBJECT(aname->property, env,
1625 AML_COPY_OBJECT(tmpobj, env,
1638 AML_COPY_OBJECT(destname1->property, env
    [all...]

Completed in 26 milliseconds