Searched refs:aml_t_objref (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/usr.sbin/acpitools/aml/ |
H A D | aml_store.c | 335 if (obj->type == aml_t_objref && obj->objref.deref == 0) { in aml_store_to_name() 345 case aml_t_objref: in aml_store_to_name()
|
H A D | aml_obj.h | 42 aml_t_objref, enumerator
|
H A D | aml_obj.c | 171 case aml_t_objref: in aml_alloc_object()
|
H A D | aml_parse.c | 1400 AML_ALLOC_OBJECT(aname->property, env, aml_t_objref, NULL); in aml_parse_termobj() 1472 AML_ALLOC_OBJECT(objref, env, aml_t_objref, NULL); in aml_parse_termobj() 1660 AML_ALLOC_OBJECT(aname->property, env, aml_t_objref, NULL); in aml_parse_termobj() 1850 AML_ALLOC_OBJECT(objref, env, aml_t_objref, NULL); in aml_parse_termobj()
|
H A D | aml_evalobj.c | 223 case aml_t_objref: in aml_eval_name()
|
H A D | aml_common.c | 248 case aml_t_objref: in aml_showobject()
|