Home | History | Annotate | Download | only in aml

Lines Matching defs:copy

189 	struct	aml_environ *copy;
201 copy = memman_alloc(aml_memman, memid_aml_environ);
202 if (copy == NULL) {
240 *copy = *env;
241 copy->curname = aname;
242 copy->dp = aname->property->meth.from;
243 copy->end = aname->property->meth.to;
244 copy->stat = aml_stat_none;
258 AML_DEBUGGER(env, copy);
260 tmp = aml_execute_method(copy);
262 if (copy->stat == aml_stat_panic) {
306 memman_free(aml_memman, memid_aml_environ, copy);