Lines Matching refs:aml_environ
76 static u_int32_t aml_parse_pkglength(struct aml_environ *env);
77 static u_int8_t aml_parse_bytedata(struct aml_environ *env);
78 static u_int16_t aml_parse_worddata(struct aml_environ *env);
79 static u_int32_t aml_parse_dworddata(struct aml_environ *env);
80 static u_int8_t *aml_parse_namestring(struct aml_environ *env);
81 static void aml_parse_defscope(struct aml_environ *env,
83 static union aml_object *aml_parse_defbuffer(struct aml_environ *env,
85 static struct aml_name *aml_parse_concat_number(struct aml_environ *env,
87 static struct aml_name *aml_parse_concat_buffer(struct aml_environ *env,
90 static struct aml_name *aml_parse_concat_string(struct aml_environ *env,
93 static struct aml_name *aml_parse_concatop(struct aml_environ *env,
95 static union aml_object *aml_parse_defpackage(struct aml_environ *env,
97 static void aml_parse_defmethod(struct aml_environ *env,
99 static void aml_parse_defopregion(struct aml_environ *env,
101 static int aml_parse_field(struct aml_environ *env,
103 static void aml_parse_fieldlist(struct aml_environ *env,
106 static void aml_parse_deffield(struct aml_environ *env,
108 static void aml_parse_defindexfield(struct aml_environ *env,
110 static void aml_parse_defbankfield(struct aml_environ *env,
112 static void aml_parse_defdevice(struct aml_environ *env,
114 static void aml_parse_defprocessor(struct aml_environ *env,
116 static void aml_parse_defpowerres(struct aml_environ *env,
118 static void aml_parse_defthermalzone(struct aml_environ *env,
120 static struct aml_name *aml_parse_defelse(struct aml_environ *env,
122 static struct aml_name *aml_parse_defif(struct aml_environ *env,
124 static struct aml_name *aml_parse_defwhile(struct aml_environ *env,
126 static void aml_parse_defmutex(struct aml_environ *env,
128 static void aml_createfield_generic(struct aml_environ *env,
132 static void aml_parse_defcreatefield(struct aml_environ *env,
200 aml_parse_pkglength(struct aml_environ *env)
230 aml_parse_bytedata(struct aml_environ *env)
240 aml_parse_worddata(struct aml_environ *env)
250 aml_parse_dworddata(struct aml_environ *env)
261 aml_parse_namestring(struct aml_environ *env)
286 aml_parse_objectlist(struct aml_environ *env, int indent)
330 aml_parse_defscope(struct aml_environ *env, int indent)
359 aml_parse_defbuffer(struct aml_environ *env, int indent)
401 aml_parse_concat_number(struct aml_environ *env, int num1, int indent)
427 aml_parse_concat_buffer(struct aml_environ *env, union aml_object *obj,
466 aml_parse_concat_string(struct aml_environ *env, union aml_object *obj,
505 aml_parse_concatop(struct aml_environ *env, int indent)
543 aml_parse_defpackage(struct aml_environ *env, int indent)
549 struct aml_environ *copy;
602 aml_parse_defmethod(struct aml_environ *env, int indent)
608 struct aml_environ *copy;
649 aml_parse_defopregion(struct aml_environ *env, int indent)
697 aml_parse_field(struct aml_environ *env, struct aml_field *template)
761 aml_parse_fieldlist(struct aml_environ *env, struct aml_field *template,
777 aml_parse_deffield(struct aml_environ *env, int indent)
782 struct aml_environ *copy;
821 aml_parse_defindexfield(struct aml_environ *env, int indent)
826 struct aml_environ *copy;
866 aml_parse_defbankfield(struct aml_environ *env, int indent)
871 struct aml_environ *copy;
916 aml_parse_defdevice(struct aml_environ *env, int indent)
921 struct aml_environ *copy;
954 aml_parse_defprocessor(struct aml_environ *env, int indent)
959 struct aml_environ *copy;
999 aml_parse_defpowerres(struct aml_environ *env, int indent)
1004 struct aml_environ *copy;
1044 aml_parse_defthermalzone(struct aml_environ *env, int indent)
1049 struct aml_environ *copy;
1081 aml_parse_defelse(struct aml_environ *env, int indent, int num)
1106 aml_parse_defif(struct aml_environ *env, int indent)
1141 aml_parse_defwhile(struct aml_environ *env, int indent)
1186 aml_parse_defmutex(struct aml_environ *env, int indent)
1210 aml_createfield_generic(struct aml_environ *env,
1236 aml_parse_defcreatefield(struct aml_environ *env, int indent)
1271 aml_parse_termobj(struct aml_environ *env, int indent)