Symbol: aml_region_handle
usr.sbin/acpitools/aml/aml_common.c
537
struct aml_region_handle *h)
usr.sbin/acpitools/aml/aml_common.c
542
bzero(h, sizeof(struct aml_region_handle));
usr.sbin/acpitools/aml/aml_common.c
621
aml_region_handle_free(struct aml_region_handle *h)
usr.sbin/acpitools/aml/aml_common.c
642
struct aml_region_handle handle;
usr.sbin/acpitools/aml/aml_common.h
145
struct aml_region_handle *);
usr.sbin/acpitools/aml/aml_common.h
146
void aml_region_handle_free(struct aml_region_handle *);
usr.sbin/acpitools/aml/aml_common.h
151
int aml_region_read_simple(struct aml_region_handle *, vm_offset_t,
usr.sbin/acpitools/aml/aml_common.h
153
int aml_region_write_simple(struct aml_region_handle *, vm_offset_t,
usr.sbin/acpitools/aml/aml_common.h
155
u_int32_t aml_region_prompt_read(struct aml_region_handle *,
usr.sbin/acpitools/aml/aml_common.h
157
u_int32_t aml_region_prompt_write(struct aml_region_handle *,
usr.sbin/acpitools/aml/aml_common.h
160
struct aml_region_handle *);
usr.sbin/acpitools/aml/aml_region.c
150
aml_region_write_simple(struct aml_region_handle *h, vm_offset_t offset, u_int32_t value)
usr.sbin/acpitools/aml/aml_region.c
61
aml_region_prompt_read(struct aml_region_handle *h, u_int32_t value)
usr.sbin/acpitools/aml/aml_region.c
68
aml_region_prompt_write(struct aml_region_handle *h, u_int32_t value)
usr.sbin/acpitools/aml/aml_region.c
76
struct aml_region_handle *h)
usr.sbin/acpitools/aml/aml_region.c
85
aml_region_read_simple(struct aml_region_handle *h, vm_offset_t offset, u_int32_t *valuep)
usr.sbin/acpitools/amldb/region.c
209
aml_region_read_simple(struct aml_region_handle *h, vm_offset_t offset,
usr.sbin/acpitools/amldb/region.c
232
aml_region_write_simple(struct aml_region_handle *h, vm_offset_t offset,
usr.sbin/acpitools/amldb/region.c
255
aml_region_prompt_read(struct aml_region_handle *h, u_int32_t value)
usr.sbin/acpitools/amldb/region.c
273
aml_region_prompt_write(struct aml_region_handle *h, u_int32_t value)
usr.sbin/acpitools/amldb/region.c
291
struct aml_region_handle *h)