Lines Matching full:nv
119 struct bhnd_nvram_data nv; /**< common instance state */ member
762 bhnd_nvram_bcm_new(struct bhnd_nvram_data *nv, struct bhnd_nvram_io *io) in bhnd_nvram_bcm_new() argument
767 bcm = (struct bhnd_nvram_bcm *)nv; in bhnd_nvram_bcm_new()
783 bhnd_nvram_bcm_free(nv); in bhnd_nvram_bcm_new()
791 bhnd_nvram_bcm_free(struct bhnd_nvram_data *nv) in bhnd_nvram_bcm_free() argument
793 struct bhnd_nvram_bcm *bcm = (struct bhnd_nvram_bcm *)nv; in bhnd_nvram_bcm_free()
803 bhnd_nvram_bcm_count(struct bhnd_nvram_data *nv) in bhnd_nvram_bcm_count() argument
805 struct bhnd_nvram_bcm *bcm = (struct bhnd_nvram_bcm *)nv; in bhnd_nvram_bcm_count()
810 bhnd_nvram_bcm_options(struct bhnd_nvram_data *nv) in bhnd_nvram_bcm_options() argument
812 struct bhnd_nvram_bcm *bcm = (struct bhnd_nvram_bcm *)nv; in bhnd_nvram_bcm_options()
817 bhnd_nvram_bcm_caps(struct bhnd_nvram_data *nv) in bhnd_nvram_bcm_caps() argument
823 bhnd_nvram_bcm_next(struct bhnd_nvram_data *nv, void **cookiep) in bhnd_nvram_bcm_next() argument
832 bcm = (struct bhnd_nvram_bcm *)nv; in bhnd_nvram_bcm_next()
932 bhnd_nvram_bcm_find(struct bhnd_nvram_data *nv, const char *name) in bhnd_nvram_bcm_find() argument
934 return (bhnd_nvram_data_generic_find(nv, name)); in bhnd_nvram_bcm_find()
938 bhnd_nvram_bcm_getvar_order(struct bhnd_nvram_data *nv, void *cookiep1, in bhnd_nvram_bcm_getvar_order() argument
944 bcm = (struct bhnd_nvram_bcm *)nv; in bhnd_nvram_bcm_getvar_order()
971 bhnd_nvram_bcm_getvar(struct bhnd_nvram_data *nv, void *cookiep, void *buf, in bhnd_nvram_bcm_getvar() argument
974 return (bhnd_nvram_data_generic_rp_getvar(nv, cookiep, buf, len, type)); in bhnd_nvram_bcm_getvar()
978 bhnd_nvram_bcm_copy_val(struct bhnd_nvram_data *nv, void *cookiep, in bhnd_nvram_bcm_copy_val() argument
981 return (bhnd_nvram_data_generic_rp_copy_val(nv, cookiep, value)); in bhnd_nvram_bcm_copy_val()
985 bhnd_nvram_bcm_getvar_ptr(struct bhnd_nvram_data *nv, void *cookiep, in bhnd_nvram_bcm_getvar_ptr() argument
992 bcm = (struct bhnd_nvram_bcm *)nv; in bhnd_nvram_bcm_getvar_ptr()
1016 bhnd_nvram_bcm_getvar_name(struct bhnd_nvram_data *nv, void *cookiep) in bhnd_nvram_bcm_getvar_name() argument
1021 bcm = (struct bhnd_nvram_bcm *)nv; in bhnd_nvram_bcm_getvar_name()
1033 bhnd_nvram_bcm_filter_setvar(struct bhnd_nvram_data *nv, const char *name, in bhnd_nvram_bcm_filter_setvar() argument
1055 bhnd_nvram_bcm_filter_unsetvar(struct bhnd_nvram_data *nv, const char *name) in bhnd_nvram_bcm_filter_unsetvar() argument