/src/usr.sbin/acpitools/aml/ |
aml_obj.c | 69 ret = aml_alloc_object(aml_t_buffer, 0); 80 ret = aml_alloc_object(0, orig); 123 aml_alloc_object(enum aml_objtype type, union aml_object *orig) function in typeref:union:aml_object *
|
aml_obj.h | 223 union aml_object *aml_alloc_object(enum aml_objtype,
|
aml_evalobj.c | 410 aml_alloc_object(argv[i].type, &argv[i]);
|
aml_store.c | 268 r->objref.ref = aml_alloc_object(obj->type, NULL); /* XXX */
|
aml_parse.c | 321 #define AML_ALLOC_OBJECT(dest, env, type, ret) do { \ 322 dest = aml_alloc_object(type, NULL); \ 629 AML_ALLOC_OBJECT(aobj, env, aml_t_method,); 673 AML_ALLOC_OBJECT(aname->property, env, aml_t_opregion,); 736 AML_ALLOC_OBJECT(aname->property, env, aml_t_field, 0); 941 AML_ALLOC_OBJECT(copy->curname->property, env, aml_t_device,); 970 AML_ALLOC_OBJECT(obj, env, aml_t_processor,); 1016 AML_ALLOC_OBJECT(obj, env, aml_t_powerres,); 1069 AML_ALLOC_OBJECT(copy->curname->property, env, aml_t_therm,); 1202 AML_ALLOC_OBJECT(aname->property, env, aml_t_mutex,) [all...] |
/src/usr.sbin/acpitools/amldb/ |
amldb.c | 70 newname->property = aml_alloc_object(aml_t_string, NULL);
|