Home
last modified time | relevance | path

Searched refs:aml_t_objref (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/usr.sbin/acpitools/aml/
H A Daml_store.c335 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 Daml_obj.h42 aml_t_objref, enumerator
H A Daml_obj.c171 case aml_t_objref: in aml_alloc_object()
H A Daml_parse.c1400 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 Daml_evalobj.c223 case aml_t_objref: in aml_eval_name()
H A Daml_common.c248 case aml_t_objref: in aml_showobject()