HomeSort by: relevance | last modified time | path
    Searched refs:aml_objtype (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/acpitools/aml/
aml_obj.h 39 enum aml_objtype { enum
63 enum aml_objtype type; /* =aml_t_namestr */
68 enum aml_objtype type;
75 enum aml_objtype type; /* =aml_t_num */
81 enum aml_objtype type;
87 enum aml_objtype type; /* =aml_t_string */
93 enum aml_objtype type; /* =aml_t_buffer */
125 enum aml_objtype type;
138 enum aml_objtype type; /* aml_t_bufferfield */
148 enum aml_objtype type
    [all...]
aml_amlmem.c 58 MEMMAN_INITIALSTORAGE_DESC(enum aml_objtype, _aml_objtype_storage);
81 MEMMAN_MEMBLOCK_DESC(sizeof(enum aml_objtype), _aml_objtype_storage),
aml_obj.c 123 aml_alloc_object(enum aml_objtype type, union aml_object *orig)
229 enum aml_objtype type;

Completed in 13 milliseconds