Home
last modified time | relevance | path

Searched refs:tmpobj2 (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.sbin/acpitools/aml/
H A Daml_parse.c430 union aml_object *tmpobj, *tmpobj2, *resobj; in aml_parse_concat_buffer() local
439 AML_COPY_OBJECT(tmpobj2, env, tmpobj, NULL); in aml_parse_concat_buffer()
445 resobj->buffer.size = tmpobj2->buffer.size + obj->buffer.size; in aml_parse_concat_buffer()
454 bcopy(tmpobj2->buffer.data, in aml_parse_concat_buffer()
456 tmpobj2->buffer.size); in aml_parse_concat_buffer()
460 aml_free_object(&tmpobj2); in aml_parse_concat_buffer()
470 union aml_object *tmpobj, *tmpobj2, *resobj; in aml_parse_concat_string() local
479 AML_COPY_OBJECT(tmpobj2, env, tmpobj, NULL); in aml_parse_concat_string()
487 strlen((const char *)tmpobj2->str.string) + 1; in aml_parse_concat_string()
499 aml_free_object(&tmpobj2); in aml_parse_concat_string()