Home
last modified time | relevance | path

Searched refs:aml_realloc_object (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.sbin/acpitools/aml/
H A Daml_store.c154 aml_realloc_object(buf, offset); in aml_store_to_buffer()
163 aml_realloc_object(buf, offset + size + 1); in aml_store_to_buffer()
281 aml_realloc_object(ref, offset); in aml_store_to_objref()
H A Daml_obj.h227 void aml_realloc_object(union aml_object *, int);
H A Daml_obj.c226 aml_realloc_object(union aml_object *obj, int size) in aml_realloc_object() function