Searched refs:tmpobj (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/usr.sbin/acpitools/aml/ |
H A D | aml_parse.c | 430 union aml_object *tmpobj, *tmpobj2, *resobj; in aml_parse_concat_buffer() local 433 tmpobj = aml_eval_name(env, aml_parse_termobj(env, indent)); in aml_parse_concat_buffer() 435 if (tmpobj->type != aml_t_buffer) { in aml_parse_concat_buffer() 439 AML_COPY_OBJECT(tmpobj2, env, tmpobj, NULL); in aml_parse_concat_buffer() 470 union aml_object *tmpobj, *tmpobj2, *resobj; in aml_parse_concat_string() local 473 tmpobj = aml_eval_name(env, aml_parse_termobj(env, indent)); in aml_parse_concat_string() 475 if (tmpobj->type != aml_t_string) { in aml_parse_concat_string() 479 AML_COPY_OBJECT(tmpobj2, env, tmpobj, NULL); in aml_parse_concat_string() 495 strlcat((char *)resobj->str.string, (const char *)tmpobj->str.string, len); in aml_parse_concat_string() 507 union aml_object *obj, *tmpobj; in aml_parse_concatop() local [all …]
|
H A D | aml_store.c | 66 union aml_object tobj, iobj, *tmpobj; in aml_store_to_fieldname() local 129 tmpobj = aml_eval_name(env, wname); in aml_store_to_fieldname() 135 tmpobj->num.number, obj->num.number); in aml_store_to_fieldname()
|