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

  /src/usr.sbin/acpitools/aml/
aml_parse.c 430 union aml_object *tmpobj, *tmpobj2, *resobj; local in function:aml_parse_concat_buffer
433 tmpobj = aml_eval_name(env, aml_parse_termobj(env, indent));
435 if (tmpobj->type != aml_t_buffer) {
439 AML_COPY_OBJECT(tmpobj2, env, tmpobj, NULL);
470 union aml_object *tmpobj, *tmpobj2, *resobj; local in function:aml_parse_concat_string
473 tmpobj = aml_eval_name(env, aml_parse_termobj(env, indent));
475 if (tmpobj->type != aml_t_string) {
479 AML_COPY_OBJECT(tmpobj2, env, tmpobj, NULL);
495 strlcat((char *)resobj->str.string, (const char *)tmpobj->str.string, len);
507 union aml_object *obj, *tmpobj; local in function:aml_parse_concatop
1286 union aml_object *tmpobj; local in function:aml_parse_termobj
    [all...]
aml_store.c 66 union aml_object tobj, iobj, *tmpobj; local in function:aml_store_to_fieldname
129 tmpobj = aml_eval_name(env, wname);
135 tmpobj->num.number, obj->num.number);

Completed in 12 milliseconds