aml_environ
MEMMAN_INITIALSTORAGE_DESC(struct aml_environ, _aml_environ_storage);
MEMMAN_MEMBLOCK_DESC(sizeof(struct aml_environ), _aml_environ_storage),
aml_region_handle_alloc(struct aml_environ *env, int regtype, u_int32_t flags,
aml_region_io_simple(struct aml_environ *env, int io, int regtype,
aml_region_io(struct aml_environ *env, int io, int regtype,
struct aml_environ *env;
int aml_region_handle_alloc(struct aml_environ *, int, u_int32_t,
int aml_region_io(struct aml_environ *, int, int,
void aml_dbgr(struct aml_environ *, struct aml_environ *);
aml_eval_objref(struct aml_environ *env, union aml_object *obj)
aml_eval_name(struct aml_environ *env, struct aml_name *aname)
struct aml_environ *copy;
struct aml_environ *env;
bzero(env, sizeof(struct aml_environ));
aml_objtonum(struct aml_environ *env, union aml_object *obj)
aml_execute_method(struct aml_environ *env)
struct aml_environ *env;
bzero(env, sizeof(struct aml_environ));
static union aml_object *aml_eval_fieldobject(struct aml_environ *env,
aml_eval_fieldobject(struct aml_environ *env, struct aml_name *name)
union aml_object *aml_eval_objref(struct aml_environ *,
union aml_object *aml_eval_name(struct aml_environ *,
int aml_objtonum(struct aml_environ *,
struct aml_name *aml_execute_method(struct aml_environ *);
static struct aml_name *aml_nameman(struct aml_environ *, const u_int8_t *, int);
aml_search_name(struct aml_environ *env, const u_int8_t *dp)
aml_create_name(struct aml_environ *env, const u_int8_t *dp)
aml_nameman(struct aml_environ *env, const u_int8_t *dp, int flag)
struct aml_name *aml_search_name(struct aml_environ *, const u_int8_t *);
struct aml_name *aml_create_name(struct aml_environ *, const u_int8_t *);
aml_copy_object(struct aml_environ *env, union aml_object *orig)
union aml_object *aml_copy_object(struct aml_environ *,
struct aml_environ;
struct aml_environ *copy;
static int aml_parse_field(struct aml_environ *env,
static void aml_parse_fieldlist(struct aml_environ *env,
aml_parse_defthermalzone(struct aml_environ *env, int indent)
struct aml_environ *copy;
static void aml_parse_deffield(struct aml_environ *env,
static void aml_parse_defindexfield(struct aml_environ *env,
aml_parse_defelse(struct aml_environ *env, int indent, int num)
static void aml_parse_defbankfield(struct aml_environ *env,
aml_parse_defif(struct aml_environ *env, int indent)
static void aml_parse_defdevice(struct aml_environ *env,
static void aml_parse_defprocessor(struct aml_environ *env,
aml_parse_defwhile(struct aml_environ *env, int indent)
static void aml_parse_defpowerres(struct aml_environ *env,
static void aml_parse_defthermalzone(struct aml_environ *env,
aml_parse_defmutex(struct aml_environ *env, int indent)
static struct aml_name *aml_parse_defelse(struct aml_environ *env,
aml_createfield_generic(struct aml_environ *env,
static struct aml_name *aml_parse_defif(struct aml_environ *env,
aml_parse_defcreatefield(struct aml_environ *env, int indent)
static struct aml_name *aml_parse_defwhile(struct aml_environ *env,
static void aml_parse_defmutex(struct aml_environ *env,
aml_parse_termobj(struct aml_environ *env, int indent)
static void aml_createfield_generic(struct aml_environ *env,
static void aml_parse_defcreatefield(struct aml_environ *env,
aml_parse_pkglength(struct aml_environ *env)
aml_parse_bytedata(struct aml_environ *env)
aml_parse_worddata(struct aml_environ *env)
aml_parse_dworddata(struct aml_environ *env)
aml_parse_namestring(struct aml_environ *env)
aml_parse_objectlist(struct aml_environ *env, int indent)
aml_parse_defscope(struct aml_environ *env, int indent)
aml_parse_defbuffer(struct aml_environ *env, int indent)
aml_parse_concat_number(struct aml_environ *env, int num1, int indent)
aml_parse_concat_buffer(struct aml_environ *env, union aml_object *obj,
aml_parse_concat_string(struct aml_environ *env, union aml_object *obj,
aml_parse_concatop(struct aml_environ *env, int indent)
aml_parse_defpackage(struct aml_environ *env, int indent)
struct aml_environ *copy;
aml_parse_defmethod(struct aml_environ *env, int indent)
struct aml_environ *copy;
aml_parse_defopregion(struct aml_environ *env, int indent)
aml_parse_field(struct aml_environ *env, struct aml_field *template)
static u_int32_t aml_parse_pkglength(struct aml_environ *env);
aml_parse_fieldlist(struct aml_environ *env, struct aml_field *template,
static u_int8_t aml_parse_bytedata(struct aml_environ *env);
aml_parse_deffield(struct aml_environ *env, int indent)
static u_int16_t aml_parse_worddata(struct aml_environ *env);
struct aml_environ *copy;
static u_int32_t aml_parse_dworddata(struct aml_environ *env);
static u_int8_t *aml_parse_namestring(struct aml_environ *env);
static void aml_parse_defscope(struct aml_environ *env,
aml_parse_defindexfield(struct aml_environ *env, int indent)
struct aml_environ *copy;
static union aml_object *aml_parse_defbuffer(struct aml_environ *env,
static struct aml_name *aml_parse_concat_number(struct aml_environ *env,
aml_parse_defbankfield(struct aml_environ *env, int indent)
static struct aml_name *aml_parse_concat_buffer(struct aml_environ *env,
struct aml_environ *copy;
static struct aml_name *aml_parse_concat_string(struct aml_environ *env,
aml_parse_defdevice(struct aml_environ *env, int indent)
struct aml_environ *copy;
static struct aml_name *aml_parse_concatop(struct aml_environ *env,
static union aml_object *aml_parse_defpackage(struct aml_environ *env,
aml_parse_defprocessor(struct aml_environ *env, int indent)
struct aml_environ *copy;
static void aml_parse_defmethod(struct aml_environ *env,
static void aml_parse_defopregion(struct aml_environ *env,
aml_parse_defpowerres(struct aml_environ *env, int indent)
struct aml_name *aml_parse_objectlist(struct aml_environ *, int);
struct aml_name *aml_parse_termobj(struct aml_environ *, int);
aml_region_read(struct aml_environ *env, int regtype, u_int32_t flags,
aml_region_read_into_buffer(struct aml_environ *env, int regtype,
aml_region_write(struct aml_environ *env, int regtype, u_int32_t flags,
aml_region_write_from_buffer(struct aml_environ *env, int regtype,
aml_region_bcopy(struct aml_environ *env, int regtype,
struct aml_environ;
u_int32_t aml_region_read(struct aml_environ *, int, u_int32_t,
int aml_region_write(struct aml_environ *, int, u_int32_t,
int aml_region_read_into_buffer(struct aml_environ *, int,
int aml_region_write_from_buffer(struct aml_environ *, int,
int aml_region_bcopy(struct aml_environ *, int,
aml_store_to_buffer(struct aml_environ *env, union aml_object *obj,
aml_store_to_object(struct aml_environ *env, union aml_object *src,
aml_store_to_objref(struct aml_environ *env, union aml_object *obj,
aml_store_to_name(struct aml_environ *env, union aml_object *obj,
aml_store_to_fieldname(struct aml_environ *env, union aml_object *obj,
void aml_store_to_name(struct aml_environ *, union aml_object *,
void aml_store_to_object(struct aml_environ *, union aml_object *,
struct aml_environ env;
struct aml_environ env;
aml_dbgr(struct aml_environ *env1, struct aml_environ *env2)
void aml_dbgr(struct aml_environ *, struct aml_environ *);
aml_simulate_region_read(struct aml_environ *env, int regtype,
aml_simulate_region_write(struct aml_environ *env, int regtype,
aml_simulate_region_bcopy(struct aml_environ *env, int regtype,
aml_region_read(struct aml_environ *env, int regtype, u_int32_t flags,
aml_region_read_into_buffer(struct aml_environ *env, int regtype,
aml_region_write(struct aml_environ *env, int regtype, u_int32_t flags,
aml_region_write_from_buffer(struct aml_environ *env, int regtype,
aml_region_bcopy(struct aml_environ *env, int regtype, u_int32_t flags,