OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aml_environ
(Results
1 - 20
of
20
) sorted by relevancy
/src/usr.sbin/acpitools/amldb/
debug.h
36
void aml_dbgr(struct
aml_environ
*, struct
aml_environ
*);
amldb.c
64
struct
aml_environ
env;
78
struct
aml_environ
env;
region.c
357
aml_simulate_region_read(struct
aml_environ
*env, int regtype,
382
aml_simulate_region_write(struct
aml_environ
*env, int regtype,
407
aml_simulate_region_bcopy(struct
aml_environ
*env, int regtype,
433
aml_region_read(struct
aml_environ
*env, int regtype, u_int32_t flags,
444
aml_region_read_into_buffer(struct
aml_environ
*env, int regtype,
456
aml_region_write(struct
aml_environ
*env, int regtype, u_int32_t flags,
467
aml_region_write_from_buffer(struct
aml_environ
*env, int regtype,
480
aml_region_bcopy(struct
aml_environ
*env, int regtype, u_int32_t flags,
debug.c
69
aml_dbgr(struct
aml_environ
*env1, struct
aml_environ
*env2)
/src/usr.sbin/acpitools/aml/
aml_parse.h
35
struct aml_name *aml_parse_objectlist(struct
aml_environ
*, int);
36
struct aml_name *aml_parse_termobj(struct
aml_environ
*, int);
aml_store.h
36
void aml_store_to_name(struct
aml_environ
*, union aml_object *,
38
void aml_store_to_object(struct
aml_environ
*, union aml_object *,
aml_evalobj.h
37
union aml_object *aml_eval_objref(struct
aml_environ
*,
39
union aml_object *aml_eval_name(struct
aml_environ
*,
42
int aml_objtonum(struct
aml_environ
*,
44
struct aml_name *aml_execute_method(struct
aml_environ
*);
aml_region.h
72
struct
aml_environ
;
74
u_int32_t aml_region_read(struct
aml_environ
*, int, u_int32_t,
76
int aml_region_write(struct
aml_environ
*, int, u_int32_t,
78
int aml_region_read_into_buffer(struct
aml_environ
*, int,
81
int aml_region_write_from_buffer(struct
aml_environ
*, int,
84
int aml_region_bcopy(struct
aml_environ
*, int,
aml_env.h
39
struct
aml_environ
{
struct
aml_name.h
77
struct aml_name *aml_search_name(struct
aml_environ
*, const u_int8_t *);
78
struct aml_name *aml_create_name(struct
aml_environ
*, const u_int8_t *);
aml_common.h
118
struct
aml_environ
*env;
143
int aml_region_handle_alloc(struct
aml_environ
*, int, u_int32_t,
148
int aml_region_io(struct
aml_environ
*, int, int,
161
void aml_dbgr(struct
aml_environ
*, struct
aml_environ
*);
aml_parse.c
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
[
all
...]
aml_evalobj.c
66
static union aml_object *aml_eval_fieldobject(struct
aml_environ
*env,
70
aml_eval_fieldobject(struct
aml_environ
*env, struct aml_name *name)
135
aml_eval_objref(struct
aml_environ
*env, union aml_object *obj)
184
aml_eval_name(struct
aml_environ
*env, struct aml_name *aname)
189
struct
aml_environ
*copy;
320
struct
aml_environ
*env;
331
bzero(env, sizeof(struct
aml_environ
));
352
aml_objtonum(struct
aml_environ
*env, union aml_object *obj)
364
aml_execute_method(struct
aml_environ
*env)
389
struct
aml_environ
*env
[
all
...]
aml_amlmem.c
63
MEMMAN_INITIALSTORAGE_DESC(struct
aml_environ
, _aml_environ_storage);
86
MEMMAN_MEMBLOCK_DESC(sizeof(struct
aml_environ
), _aml_environ_storage),
aml_region.c
253
aml_region_read(struct
aml_environ
*env, int regtype, u_int32_t flags,
269
aml_region_read_into_buffer(struct
aml_environ
*env, int regtype,
283
aml_region_write(struct
aml_environ
*env, int regtype, u_int32_t flags,
298
aml_region_write_from_buffer(struct
aml_environ
*env, int regtype,
314
aml_region_bcopy(struct
aml_environ
*env, int regtype,
aml_obj.h
38
struct
aml_environ
;
221
union aml_object *aml_copy_object(struct
aml_environ
*,
aml_store.c
59
aml_store_to_fieldname(struct
aml_environ
*env, union aml_object *obj,
145
aml_store_to_buffer(struct
aml_environ
*env, union aml_object *obj,
198
aml_store_to_object(struct
aml_environ
*env, union aml_object *src,
261
aml_store_to_objref(struct
aml_environ
*env, union aml_object *obj,
299
aml_store_to_name(struct
aml_environ
*env, union aml_object *obj,
aml_name.c
338
static struct aml_name *aml_nameman(struct
aml_environ
*, const u_int8_t *, int);
341
aml_search_name(struct
aml_environ
*env, const u_int8_t *dp)
348
aml_create_name(struct
aml_environ
*env, const u_int8_t *dp)
355
aml_nameman(struct
aml_environ
*env, const u_int8_t *dp, int flag)
aml_common.c
535
aml_region_handle_alloc(struct
aml_environ
*env, int regtype, u_int32_t flags,
636
aml_region_io_simple(struct
aml_environ
*env, int io, int regtype,
704
aml_region_io(struct
aml_environ
*env, int io, int regtype,
aml_obj.c
60
aml_copy_object(struct
aml_environ
*env, union aml_object *orig)
Completed in 19 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025