Symbol: bhnd_nvram_data
sys/dev/bhnd/nvram/bhnd_nvram_data.c
153
bhnd_nvram_data_probe_classes(struct bhnd_nvram_data **data,
sys/dev/bhnd/nvram/bhnd_nvram_data.c
278
bhnd_nvram_data_new(bhnd_nvram_data_class *cls, struct bhnd_nvram_data **nv,
sys/dev/bhnd/nvram/bhnd_nvram_data.c
281
struct bhnd_nvram_data *data;
sys/dev/bhnd/nvram/bhnd_nvram_data.c
289
BHND_NV_ASSERT(sizeof(struct bhnd_nvram_data) <= cls->size,
sys/dev/bhnd/nvram/bhnd_nvram_data.c
291
sizeof(struct bhnd_nvram_data)));
sys/dev/bhnd/nvram/bhnd_nvram_data.c
312
struct bhnd_nvram_data *
sys/dev/bhnd/nvram/bhnd_nvram_data.c
313
bhnd_nvram_data_retain(struct bhnd_nvram_data *nv)
sys/dev/bhnd/nvram/bhnd_nvram_data.c
328
bhnd_nvram_data_release(struct bhnd_nvram_data *nv)
sys/dev/bhnd/nvram/bhnd_nvram_data.c
346
bhnd_nvram_data_get_class(struct bhnd_nvram_data *nv)
sys/dev/bhnd/nvram/bhnd_nvram_data.c
357
bhnd_nvram_data_count(struct bhnd_nvram_data *nv)
sys/dev/bhnd/nvram/bhnd_nvram_data.c
369
bhnd_nvram_data_options(struct bhnd_nvram_data *nv)
sys/dev/bhnd/nvram/bhnd_nvram_data.c
380
bhnd_nvram_data_caps(struct bhnd_nvram_data *nv)
sys/dev/bhnd/nvram/bhnd_nvram_data.c
397
bhnd_nvram_data_next(struct bhnd_nvram_data *nv, void **cookiep)
sys/dev/bhnd/nvram/bhnd_nvram_data.c
437
bhnd_nvram_data_find(struct bhnd_nvram_data *nv, const char *name)
sys/dev/bhnd/nvram/bhnd_nvram_data.c
449
bhnd_nvram_data_generic_find(struct bhnd_nvram_data *nv, const char *name)
sys/dev/bhnd/nvram/bhnd_nvram_data.c
489
bhnd_nvram_data_getvar_order(struct bhnd_nvram_data *nv, void *cookiep1,
sys/dev/bhnd/nvram/bhnd_nvram_data.c
516
bhnd_nvram_data_getvar(struct bhnd_nvram_data *nv, void *cookiep, void *buf,
sys/dev/bhnd/nvram/bhnd_nvram_data.c
531
bhnd_nvram_data_getvar_ptr_info(struct bhnd_nvram_data *nv, void *cookiep,
sys/dev/bhnd/nvram/bhnd_nvram_data.c
586
bhnd_nvram_data_generic_rp_getvar(struct bhnd_nvram_data *nv, void *cookiep,
sys/dev/bhnd/nvram/bhnd_nvram_data.c
635
bhnd_nvram_data_copy_val(struct bhnd_nvram_data *nv, void *cookiep,
sys/dev/bhnd/nvram/bhnd_nvram_data.c
653
bhnd_nvram_data_generic_rp_copy_val(struct bhnd_nvram_data *nv,
sys/dev/bhnd/nvram/bhnd_nvram_data.c
694
bhnd_nvram_data_getvar_ptr(struct bhnd_nvram_data *nv, void *cookiep,
sys/dev/bhnd/nvram/bhnd_nvram_data.c
710
bhnd_nvram_data_getvar_name(struct bhnd_nvram_data *nv, void *cookiep)
sys/dev/bhnd/nvram/bhnd_nvram_data.c
734
bhnd_nvram_data_filter_setvar(struct bhnd_nvram_data *nv, const char *name,
sys/dev/bhnd/nvram/bhnd_nvram_data.c
751
bhnd_nvram_data_filter_unsetvar(struct bhnd_nvram_data *nv, const char *name)
sys/dev/bhnd/nvram/bhnd_nvram_data.h
102
struct bhnd_nvram_data **data,
sys/dev/bhnd/nvram/bhnd_nvram_data.h
113
struct bhnd_nvram_data **nv,
sys/dev/bhnd/nvram/bhnd_nvram_data.h
116
struct bhnd_nvram_data *bhnd_nvram_data_retain(struct bhnd_nvram_data *nv);
sys/dev/bhnd/nvram/bhnd_nvram_data.h
117
void bhnd_nvram_data_release(struct bhnd_nvram_data *nv);
sys/dev/bhnd/nvram/bhnd_nvram_data.h
119
bhnd_nvram_data_class *bhnd_nvram_data_get_class(struct bhnd_nvram_data *nv);
sys/dev/bhnd/nvram/bhnd_nvram_data.h
121
size_t bhnd_nvram_data_count(struct bhnd_nvram_data *nv);
sys/dev/bhnd/nvram/bhnd_nvram_data.h
122
bhnd_nvram_plist *bhnd_nvram_data_options(struct bhnd_nvram_data *nv);
sys/dev/bhnd/nvram/bhnd_nvram_data.h
123
uint32_t bhnd_nvram_data_caps(struct bhnd_nvram_data *nv);
sys/dev/bhnd/nvram/bhnd_nvram_data.h
125
const char *bhnd_nvram_data_next(struct bhnd_nvram_data *nv,
sys/dev/bhnd/nvram/bhnd_nvram_data.h
127
void *bhnd_nvram_data_find(struct bhnd_nvram_data *nv,
sys/dev/bhnd/nvram/bhnd_nvram_data.h
131
struct bhnd_nvram_data *nv, void *cookiep1,
sys/dev/bhnd/nvram/bhnd_nvram_data.h
134
int bhnd_nvram_data_getvar(struct bhnd_nvram_data *nv,
sys/dev/bhnd/nvram/bhnd_nvram_data.h
138
const void *bhnd_nvram_data_getvar_ptr(struct bhnd_nvram_data *nv,
sys/dev/bhnd/nvram/bhnd_nvram_data.h
141
const char *bhnd_nvram_data_getvar_name(struct bhnd_nvram_data *nv,
sys/dev/bhnd/nvram/bhnd_nvram_data.h
144
int bhnd_nvram_data_copy_val(struct bhnd_nvram_data *nv,
sys/dev/bhnd/nvram/bhnd_nvram_data.h
148
struct bhnd_nvram_data *nv, const char *name,
sys/dev/bhnd/nvram/bhnd_nvram_data.h
151
struct bhnd_nvram_data *nv, const char *name);
sys/dev/bhnd/nvram/bhnd_nvram_data.h
53
struct bhnd_nvram_data;
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
1016
bhnd_nvram_bcm_getvar_name(struct bhnd_nvram_data *nv, void *cookiep)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
1033
bhnd_nvram_bcm_filter_setvar(struct bhnd_nvram_data *nv, const char *name,
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
1055
bhnd_nvram_bcm_filter_unsetvar(struct bhnd_nvram_data *nv, const char *name)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
119
struct bhnd_nvram_data nv; /**< common instance state */
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
762
bhnd_nvram_bcm_new(struct bhnd_nvram_data *nv, struct bhnd_nvram_io *io)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
791
bhnd_nvram_bcm_free(struct bhnd_nvram_data *nv)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
803
bhnd_nvram_bcm_count(struct bhnd_nvram_data *nv)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
810
bhnd_nvram_bcm_options(struct bhnd_nvram_data *nv)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
817
bhnd_nvram_bcm_caps(struct bhnd_nvram_data *nv)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
823
bhnd_nvram_bcm_next(struct bhnd_nvram_data *nv, void **cookiep)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
932
bhnd_nvram_bcm_find(struct bhnd_nvram_data *nv, const char *name)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
938
bhnd_nvram_bcm_getvar_order(struct bhnd_nvram_data *nv, void *cookiep1,
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
971
bhnd_nvram_bcm_getvar(struct bhnd_nvram_data *nv, void *cookiep, void *buf,
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
978
bhnd_nvram_bcm_copy_val(struct bhnd_nvram_data *nv, void *cookiep,
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
985
bhnd_nvram_bcm_getvar_ptr(struct bhnd_nvram_data *nv, void *cookiep,
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
330
bhnd_nvram_bcmraw_new(struct bhnd_nvram_data *nv, struct bhnd_nvram_io *io)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
348
bhnd_nvram_bcmraw_free(struct bhnd_nvram_data *nv)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
357
bhnd_nvram_bcmraw_options(struct bhnd_nvram_data *nv)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
363
bhnd_nvram_bcmraw_count(struct bhnd_nvram_data *nv)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
371
bhnd_nvram_bcmraw_caps(struct bhnd_nvram_data *nv)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
377
bhnd_nvram_bcmraw_next(struct bhnd_nvram_data *nv, void **cookiep)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
403
bhnd_nvram_bcmraw_find(struct bhnd_nvram_data *nv, const char *name)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
409
bhnd_nvram_bcmraw_getvar_order(struct bhnd_nvram_data *nv, void *cookiep1,
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
422
bhnd_nvram_bcmraw_getvar(struct bhnd_nvram_data *nv, void *cookiep, void *buf,
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
429
bhnd_nvram_bcmraw_copy_val(struct bhnd_nvram_data *nv, void *cookiep,
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
436
bhnd_nvram_bcmraw_getvar_ptr(struct bhnd_nvram_data *nv, void *cookiep,
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
451
bhnd_nvram_bcmraw_getvar_name(struct bhnd_nvram_data *nv, void *cookiep)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
458
bhnd_nvram_bcmraw_filter_setvar(struct bhnd_nvram_data *nv, const char *name,
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
480
bhnd_nvram_bcmraw_filter_unsetvar(struct bhnd_nvram_data *nv, const char *name)
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
67
struct bhnd_nvram_data nv; /**< common instance state */
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
535
bhnd_nvram_btxt_new(struct bhnd_nvram_data *nv, struct bhnd_nvram_io *io)
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
554
bhnd_nvram_btxt_free(struct bhnd_nvram_data *nv)
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
562
bhnd_nvram_btxt_count(struct bhnd_nvram_data *nv)
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
569
bhnd_nvram_btxt_options(struct bhnd_nvram_data *nv)
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
575
bhnd_nvram_btxt_caps(struct bhnd_nvram_data *nv)
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
581
bhnd_nvram_btxt_find(struct bhnd_nvram_data *nv, const char *name)
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
587
bhnd_nvram_btxt_next(struct bhnd_nvram_data *nv, void **cookiep)
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
64
struct bhnd_nvram_data nv; /**< common instance state */
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
643
bhnd_nvram_btxt_getvar_order(struct bhnd_nvram_data *nv, void *cookiep1,
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
656
bhnd_nvram_btxt_getvar(struct bhnd_nvram_data *nv, void *cookiep, void *buf,
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
663
bhnd_nvram_btxt_copy_val(struct bhnd_nvram_data *nv, void *cookiep,
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
670
bhnd_nvram_btxt_getvar_ptr(struct bhnd_nvram_data *nv, void *cookiep,
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
719
bhnd_nvram_btxt_getvar_name(struct bhnd_nvram_data *nv, void *cookiep)
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
917
bhnd_nvram_btxt_filter_setvar(struct bhnd_nvram_data *nv, const char *name,
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
957
bhnd_nvram_btxt_filter_unsetvar(struct bhnd_nvram_data *nv, const char *name)
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
1277
bhnd_nvram_sprom_getvar_common(struct bhnd_nvram_data *nv, void *cookiep,
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
1298
bhnd_nvram_sprom_getvar_order(struct bhnd_nvram_data *nv, void *cookiep1,
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
1317
bhnd_nvram_sprom_getvar(struct bhnd_nvram_data *nv, void *cookiep, void *buf,
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
1338
bhnd_nvram_sprom_copy_val(struct bhnd_nvram_data *nv, void *cookiep,
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
1361
bhnd_nvram_sprom_getvar_ptr(struct bhnd_nvram_data *nv, void *cookiep,
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
1369
bhnd_nvram_sprom_getvar_name(struct bhnd_nvram_data *nv, void *cookiep)
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
1382
bhnd_nvram_sprom_filter_setvar(struct bhnd_nvram_data *nv, const char *name,
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
1424
bhnd_nvram_sprom_filter_unsetvar(struct bhnd_nvram_data *nv, const char *name)
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
761
bhnd_nvram_sprom_new(struct bhnd_nvram_data *nv, struct bhnd_nvram_io *io)
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
791
bhnd_nvram_sprom_free(struct bhnd_nvram_data *nv)
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
800
bhnd_nvram_sprom_count(struct bhnd_nvram_data *nv)
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
807
bhnd_nvram_sprom_options(struct bhnd_nvram_data *nv)
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
813
bhnd_nvram_sprom_caps(struct bhnd_nvram_data *nv)
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
819
bhnd_nvram_sprom_next(struct bhnd_nvram_data *nv, void **cookiep)
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
859
bhnd_nvram_sprom_find(struct bhnd_nvram_data *nv, const char *name)
sys/dev/bhnd/nvram/bhnd_nvram_data_spromvar.h
173
struct bhnd_nvram_data nv; /**< common instance state */
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
413
bhnd_nvram_tlv_new(struct bhnd_nvram_data *nv, struct bhnd_nvram_io *io)
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
433
bhnd_nvram_tlv_free(struct bhnd_nvram_data *nv)
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
441
bhnd_nvram_tlv_count(struct bhnd_nvram_data *nv)
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
448
bhnd_nvram_tlv_options(struct bhnd_nvram_data *nv)
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
454
bhnd_nvram_tlv_caps(struct bhnd_nvram_data *nv)
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
460
bhnd_nvram_tlv_next(struct bhnd_nvram_data *nv, void **cookiep)
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
493
bhnd_nvram_tlv_find(struct bhnd_nvram_data *nv, const char *name)
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
499
bhnd_nvram_tlv_getvar_order(struct bhnd_nvram_data *nv, void *cookiep1,
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
512
bhnd_nvram_tlv_getvar(struct bhnd_nvram_data *nv, void *cookiep, void *buf,
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
519
bhnd_nvram_tlv_copy_val(struct bhnd_nvram_data *nv, void *cookiep,
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
526
bhnd_nvram_tlv_getvar_ptr(struct bhnd_nvram_data *nv, void *cookiep,
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
553
bhnd_nvram_tlv_getvar_name(struct bhnd_nvram_data *nv, void *cookiep)
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
569
bhnd_nvram_tlv_filter_setvar(struct bhnd_nvram_data *nv, const char *name,
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
59
struct bhnd_nvram_data nv; /**< common instance state */
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
617
bhnd_nvram_tlv_filter_unsetvar(struct bhnd_nvram_data *nv, const char *name)
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
102
struct bhnd_nvram_data *nv, void *cookiep1,
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
107
struct bhnd_nvram_data *nv,
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
111
typedef int (bhnd_nvram_data_op_getvar)(struct bhnd_nvram_data *nv,
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
117
struct bhnd_nvram_data *nv, void *cookiep,
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
122
struct bhnd_nvram_data *nv, const char *name,
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
127
struct bhnd_nvram_data *nv, const char *name);
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
46
struct bhnd_nvram_data *nv, const char *name);
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
48
struct bhnd_nvram_data *nv, void *cookiep,
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
51
struct bhnd_nvram_data *nv, void *cookiep,
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
70
typedef int (bhnd_nvram_data_op_new)(struct bhnd_nvram_data *nv,
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
75
typedef void (bhnd_nvram_data_op_free)(struct bhnd_nvram_data *nv);
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
78
typedef size_t (bhnd_nvram_data_op_count)(struct bhnd_nvram_data *nv);
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
82
struct bhnd_nvram_data *nv);
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
85
typedef uint32_t (bhnd_nvram_data_op_caps)(struct bhnd_nvram_data *nv);
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
88
typedef const char *(bhnd_nvram_data_op_next)(struct bhnd_nvram_data *nv,
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
92
typedef void *(bhnd_nvram_data_op_find)(struct bhnd_nvram_data *nv,
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
97
struct bhnd_nvram_data *nv, void *cookiep,
sys/dev/bhnd/nvram/bhnd_nvram_store.c
109
struct bhnd_nvram_data *data)
sys/dev/bhnd/nvram/bhnd_nvram_store.c
196
struct bhnd_nvram_data *data;
sys/dev/bhnd/nvram/bhnd_nvram_store.h
66
struct bhnd_nvram_data *data);
sys/dev/bhnd/nvram/bhnd_nvram_storevar.h
271
struct bhnd_nvram_data *data; /**< backing data */