HomeSort by: relevance | last modified time | path
    Searched defs:aml_object (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/acpitools/aml/
aml_obj.h 83 union aml_object **objects;
181 union aml_object *ref;
202 union aml_object { union
221 union aml_object *aml_copy_object(struct aml_environ *,
222 union aml_object *);
223 union aml_object *aml_alloc_object(enum aml_objtype,
224 union aml_object *);
225 void aml_free_objectcontent(union aml_object *);
226 void aml_free_object(union aml_object **);
227 void aml_realloc_object(union aml_object *, int)
    [all...]
aml_obj.h 83 union aml_object **objects;
181 union aml_object *ref;
202 union aml_object { union
221 union aml_object *aml_copy_object(struct aml_environ *,
222 union aml_object *);
223 union aml_object *aml_alloc_object(enum aml_objtype,
224 union aml_object *);
225 void aml_free_objectcontent(union aml_object *);
226 void aml_free_object(union aml_object **);
227 void aml_realloc_object(union aml_object *, int)
    [all...]

Completed in 23 milliseconds