Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/acpitools/aml/
Daml_obj.h39 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 …]
Daml_amlmem.c58 MEMMAN_INITIALSTORAGE_DESC(enum aml_objtype, _aml_objtype_storage);
81 MEMMAN_MEMBLOCK_DESC(sizeof(enum aml_objtype), _aml_objtype_storage),
Daml_obj.c123 aml_alloc_object(enum aml_objtype type, union aml_object *orig) in aml_alloc_object()
229 enum aml_objtype type; in aml_realloc_object()