Searched refs:AML_COPY_OBJECT (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/usr.sbin/acpitools/aml/ |
H A D | aml_parse.c | 313 #define AML_COPY_OBJECT(dest, env, src, ret) do { \ macro 439 AML_COPY_OBJECT(tmpobj2, env, tmpobj, NULL); in aml_parse_concat_buffer() 479 AML_COPY_OBJECT(tmpobj2, env, tmpobj, NULL); in aml_parse_concat_string() 520 AML_COPY_OBJECT(tmpobj, env, obj, NULL); in aml_parse_concatop() 527 AML_COPY_OBJECT(tmpobj, env, obj, NULL); in aml_parse_concatop() 1420 AML_COPY_OBJECT(aname->property, env, in aml_parse_termobj() 1625 AML_COPY_OBJECT(tmpobj, env, in aml_parse_termobj() 1638 AML_COPY_OBJECT(destname1->property, env, in aml_parse_termobj() 1647 AML_COPY_OBJECT(tmpobj, env, destname1->property, NULL); in aml_parse_termobj() 1866 AML_COPY_OBJECT(obj, env, aml_eval_name(env, in aml_parse_termobj() [all …]
|