Symbol: bhnd_nvram_data_class
sys/dev/bhnd/nvram/bhnd_nvram_data.c
105
bhnd_nvram_data_serialize(bhnd_nvram_data_class *cls,
sys/dev/bhnd/nvram/bhnd_nvram_data.c
128
bhnd_nvram_data_probe(bhnd_nvram_data_class *cls, struct bhnd_nvram_io *io)
sys/dev/bhnd/nvram/bhnd_nvram_data.c
154
struct bhnd_nvram_io *io, bhnd_nvram_data_class *classes[],
sys/dev/bhnd/nvram/bhnd_nvram_data.c
157
bhnd_nvram_data_class *cls;
sys/dev/bhnd/nvram/bhnd_nvram_data.c
172
bhnd_nvram_data_class *next_cls;
sys/dev/bhnd/nvram/bhnd_nvram_data.c
254
bhnd_nvram_data_getvar_direct(bhnd_nvram_data_class *cls,
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
345
bhnd_nvram_data_class *
sys/dev/bhnd/nvram/bhnd_nvram_data.c
59
bhnd_nvram_data_class_desc(bhnd_nvram_data_class *cls)
sys/dev/bhnd/nvram/bhnd_nvram_data.c
71
bhnd_nvram_data_class_caps(bhnd_nvram_data_class *cls)
sys/dev/bhnd/nvram/bhnd_nvram_data.h
104
bhnd_nvram_data_class *classes[],
sys/dev/bhnd/nvram/bhnd_nvram_data.h
108
bhnd_nvram_data_class *cls,
sys/dev/bhnd/nvram/bhnd_nvram_data.h
112
int bhnd_nvram_data_new(bhnd_nvram_data_class *cls,
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
50
typedef struct bhnd_nvram_data_class bhnd_nvram_data_class;
sys/dev/bhnd/nvram/bhnd_nvram_data.h
57
extern struct bhnd_nvram_data_class bhnd_nvram_ ## _n ## _class
sys/dev/bhnd/nvram/bhnd_nvram_data.h
92
const char *bhnd_nvram_data_class_desc(bhnd_nvram_data_class *cls);
sys/dev/bhnd/nvram/bhnd_nvram_data.h
93
uint32_t bhnd_nvram_data_class_caps(bhnd_nvram_data_class *cls);
sys/dev/bhnd/nvram/bhnd_nvram_data.h
95
int bhnd_nvram_data_serialize(bhnd_nvram_data_class *cls,
sys/dev/bhnd/nvram/bhnd_nvram_data.h
99
int bhnd_nvram_data_probe(bhnd_nvram_data_class *cls,
sys/dev/bhnd/nvram/bhnd_nvram_data_bcm.c
368
bhnd_nvram_bcm_serialize(bhnd_nvram_data_class *cls, bhnd_nvram_plist *props,
sys/dev/bhnd/nvram/bhnd_nvram_data_bcmraw.c
143
bhnd_nvram_bcmraw_serialize(bhnd_nvram_data_class *cls, bhnd_nvram_plist *props,
sys/dev/bhnd/nvram/bhnd_nvram_data_btxt.c
344
bhnd_nvram_btxt_serialize(bhnd_nvram_data_class *cls, bhnd_nvram_plist *props,
sys/dev/bhnd/nvram/bhnd_nvram_data_sprom.c
609
bhnd_nvram_sprom_serialize(bhnd_nvram_data_class *cls, bhnd_nvram_plist *props,
sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c
238
bhnd_nvram_tlv_serialize(bhnd_nvram_data_class *cls, bhnd_nvram_plist *props,
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
160
struct bhnd_nvram_data_class *cls;
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
217
struct bhnd_nvram_data_class bhnd_nvram_## _cname ## _class = { \
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
43
SET_DECLARE(bhnd_nvram_data_class_set, bhnd_nvram_data_class);
sys/dev/bhnd/nvram/bhnd_nvram_datavar.h
64
bhnd_nvram_data_class *cls,
sys/dev/bhnd/nvram/bhnd_nvram_store.c
1019
bhnd_nvram_data_class *cls;
sys/dev/bhnd/nvram/bhnd_nvram_store.c
194
struct bhnd_nvram_io *io, bhnd_nvram_data_class *cls)
sys/dev/bhnd/nvram/bhnd_nvram_store.c
820
bhnd_nvram_data_class **cls, bhnd_nvram_plist **props,
sys/dev/bhnd/nvram/bhnd_nvram_store.h
69
struct bhnd_nvram_io *io, bhnd_nvram_data_class *cls);
sys/dev/bhnd/nvram/bhnd_nvram_store.h
74
const char *path, bhnd_nvram_data_class **cls,