Home
last modified time | relevance | path

Searched refs:aml_showobject (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.sbin/acpitools/amldb/
H A Ddebug.c149 aml_showobject(tmp->property); in aml_dbgr()
159 aml_showobject(tmp->property); in aml_dbgr()
208 aml_showobject(name->property); in aml_dbgr()
280 aml_showobject(retval); in aml_dbgr()
/netbsd-src/usr.sbin/acpitools/aml/
H A Daml_common.c155 aml_showobject(union aml_object * obj) in aml_showobject() function
236 aml_showobject(obj->package.objects[i]); in aml_showobject()
258 aml_showobject(obj->objref.ref); in aml_showobject()
281 aml_showobject(aname->property); in aml_showtree()
H A Daml_common.h74 void aml_showobject(union aml_object *);
H A Daml_evalobj.c270 aml_showobject(obj); in aml_eval_name()
341 aml_showobject(ret); in aml_eval_name_simple()
H A Daml_store.c252 aml_showobject(src); in aml_store_to_object()