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

  /src/usr.sbin/acpitools/aml/
aml_env.h 45 union aml_object tempobject; member in struct:aml_environ
aml_evalobj.c 89 env->tempobject.type = aml_t_regfield;
91 env->tempobject.type = aml_t_num;
104 if (env->tempobject.type == aml_t_regfield) {
105 env->tempobject.regfield.space = or->space;
106 env->tempobject.regfield.flags = field->flags;
107 env->tempobject.regfield.offset = or->offset;
108 env->tempobject.regfield.bitoffset = field->bitoffset;
109 env->tempobject.regfield.bitlen = field->bitlen;
111 env->tempobject.type = aml_t_num;
112 env->tempobject.num.number = aml_region_read(env
    [all...]
aml_parse.c 390 obj = &env->tempobject;
412 obj = &env->tempobject;
442 resobj = &env->tempobject;
482 resobj = &env->tempobject;
588 aml_free_objectcontent(&copy->tempobject);
592 obj = &env->tempobject;
814 aml_free_objectcontent(&copy->tempobject);
859 aml_free_objectcontent(&copy->tempobject);
910 aml_free_objectcontent(&copy->tempobject);
946 aml_free_objectcontent(&copy->tempobject);
    [all...]
aml_obj.c 84 if (1 || orig != &env->tempobject) { /* XXX */
111 env->tempobject.type = aml_t_null;

Completed in 36 milliseconds