Lines Matching refs:aml_object
83 static union aml_object *aml_parse_defbuffer(struct aml_environ *env,
88 union aml_object *obj,
91 union aml_object *obj,
95 static union aml_object *aml_parse_defpackage(struct aml_environ *env,
129 union aml_object *srcbuf,
288 union aml_object *obj; in aml_parse_objectlist()
358 static union aml_object *
366 union aml_object *obj; in aml_parse_defbuffer()
405 union aml_object *obj; in aml_parse_concat_number()
427 aml_parse_concat_buffer(struct aml_environ *env, union aml_object *obj, in aml_parse_concat_buffer()
430 union aml_object *tmpobj, *tmpobj2, *resobj; in aml_parse_concat_buffer()
466 aml_parse_concat_string(struct aml_environ *env, union aml_object *obj, in aml_parse_concat_string()
470 union aml_object *tmpobj, *tmpobj2, *resobj; in aml_parse_concat_string()
507 union aml_object *obj, *tmpobj; in aml_parse_concatop()
542 static union aml_object *
551 union aml_object *obj, **objects; in aml_parse_defpackage()
563 numelements * sizeof(union aml_object *)); in aml_parse_defpackage()
568 bzero(objects, numelements * sizeof(union aml_object *)); in aml_parse_defpackage()
611 union aml_object *aobj; in aml_parse_defmethod()
654 union aml_object *obj; in aml_parse_defopregion()
873 union aml_object *obj; in aml_parse_defbankfield()
961 union aml_object *obj; in aml_parse_defprocessor()
1006 union aml_object *obj; in aml_parse_defpowerres()
1211 union aml_object *srcbuf, int idx, in aml_createfield_generic()
1240 union aml_object *obj, *srcbuf; in aml_parse_defcreatefield()
1285 union aml_object *ret; in aml_parse_termobj()
1286 union aml_object *tmpobj; in aml_parse_termobj()
1287 union aml_object anum; in aml_parse_termobj()
1288 union aml_object *objref; in aml_parse_termobj()
1289 union aml_object *srcobj; in aml_parse_termobj()
1290 union aml_object *obj; in aml_parse_termobj()
1291 union aml_object *srcbuf; in aml_parse_termobj()