Home
last modified time | relevance | path

Searched refs:aml_free_objectcontent (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/usr.sbin/acpitools/aml/
Daml_obj.c188 aml_free_objectcontent(union aml_object *obj) in aml_free_objectcontent() function
220 aml_free_objectcontent(*obj); in aml_free_object()
242 aml_free_objectcontent(obj); in aml_realloc_object()
251 aml_free_objectcontent(obj); in aml_realloc_object()
Daml_evalobj.c234 aml_free_objectcontent(&env->tempobject); in aml_eval_name()
238 aml_free_objectcontent(&env->tempobject); in aml_eval_name()
286 aml_free_objectcontent(&env->tempobject); in aml_eval_name()
Daml_parse.c588 aml_free_objectcontent(&copy->tempobject); in aml_parse_defpackage()
814 aml_free_objectcontent(&copy->tempobject); in aml_parse_deffield()
859 aml_free_objectcontent(&copy->tempobject); in aml_parse_defindexfield()
910 aml_free_objectcontent(&copy->tempobject); in aml_parse_defbankfield()
946 aml_free_objectcontent(&copy->tempobject); in aml_parse_defdevice()
991 aml_free_objectcontent(&copy->tempobject); in aml_parse_defprocessor()
1036 aml_free_objectcontent(&copy->tempobject); in aml_parse_defpowerres()
1074 aml_free_objectcontent(&copy->tempobject); in aml_parse_defthermalzone()
1300 aml_free_objectcontent(ret); in aml_parse_termobj()
Daml_obj.h225 void aml_free_objectcontent(union aml_object *);