OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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(©->
tempobject
);
592
obj = &env->
tempobject
;
814
aml_free_objectcontent(©->
tempobject
);
859
aml_free_objectcontent(©->
tempobject
);
910
aml_free_objectcontent(©->
tempobject
);
946
aml_free_objectcontent(©->
tempobject
);
[
all
...]
aml_obj.c
84
if (1 || orig != &env->
tempobject
) { /* XXX */
111
env->
tempobject
.type = aml_t_null;
Completed in 36 milliseconds
Indexes created Sat Oct 11 14:09:46 GMT 2025