Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/acpitools/aml/
H A Daml_obj.c69 ret = aml_alloc_object(aml_t_buffer, 0); in aml_copy_object()
80 ret = aml_alloc_object(0, orig); in aml_copy_object()
123 aml_alloc_object(enum aml_objtype type, union aml_object *orig) in aml_alloc_object() function
H A Daml_obj.h223 union aml_object *aml_alloc_object(enum aml_objtype,
H A Daml_store.c268 r->objref.ref = aml_alloc_object(obj->type, NULL); /* XXX */ in aml_store_to_objref()
H A Daml_evalobj.c410 aml_alloc_object(argv[i].type, &argv[i]); in aml_invoke_method()
H A Daml_parse.c322 dest = aml_alloc_object(type, NULL); \
/netbsd-src/usr.sbin/acpitools/amldb/
H A Damldb.c70 newname->property = aml_alloc_object(aml_t_string, NULL); in aml_init_namespace()