Searched refs:aml_alloc_object (Results 1 – 6 of 6) sorted by relevance
69 ret = aml_alloc_object(aml_t_buffer, 0); in aml_copy_object()80 ret = aml_alloc_object(0, orig); in aml_copy_object()123 aml_alloc_object(enum aml_objtype type, union aml_object *orig) in aml_alloc_object() function
223 union aml_object *aml_alloc_object(enum aml_objtype,
268 r->objref.ref = aml_alloc_object(obj->type, NULL); /* XXX */ in aml_store_to_objref()
410 aml_alloc_object(argv[i].type, &argv[i]); in aml_invoke_method()
322 dest = aml_alloc_object(type, NULL); \
70 newname->property = aml_alloc_object(aml_t_string, NULL); in aml_init_namespace()