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

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

Completed in 267 milliseconds