Lines Matching full:nv

64 	struct bhnd_nvram_data	 nv;	/**< common instance state */  member
535 bhnd_nvram_btxt_new(struct bhnd_nvram_data *nv, struct bhnd_nvram_io *io) in bhnd_nvram_btxt_new() argument
541 btxt = (struct bhnd_nvram_btxt *)nv; in bhnd_nvram_btxt_new()
546 bhnd_nvram_btxt_free(nv); in bhnd_nvram_btxt_new()
554 bhnd_nvram_btxt_free(struct bhnd_nvram_data *nv) in bhnd_nvram_btxt_free() argument
556 struct bhnd_nvram_btxt *btxt = (struct bhnd_nvram_btxt *)nv; in bhnd_nvram_btxt_free()
562 bhnd_nvram_btxt_count(struct bhnd_nvram_data *nv) in bhnd_nvram_btxt_count() argument
564 struct bhnd_nvram_btxt *btxt = (struct bhnd_nvram_btxt *)nv; in bhnd_nvram_btxt_count()
569 bhnd_nvram_btxt_options(struct bhnd_nvram_data *nv) in bhnd_nvram_btxt_options() argument
575 bhnd_nvram_btxt_caps(struct bhnd_nvram_data *nv) in bhnd_nvram_btxt_caps() argument
581 bhnd_nvram_btxt_find(struct bhnd_nvram_data *nv, const char *name) in bhnd_nvram_btxt_find() argument
583 return (bhnd_nvram_data_generic_find(nv, name)); in bhnd_nvram_btxt_find()
587 bhnd_nvram_btxt_next(struct bhnd_nvram_data *nv, void **cookiep) in bhnd_nvram_btxt_next() argument
594 btxt = (struct bhnd_nvram_btxt *)nv; in bhnd_nvram_btxt_next()
643 bhnd_nvram_btxt_getvar_order(struct bhnd_nvram_data *nv, void *cookiep1, in bhnd_nvram_btxt_getvar_order() argument
656 bhnd_nvram_btxt_getvar(struct bhnd_nvram_data *nv, void *cookiep, void *buf, in bhnd_nvram_btxt_getvar() argument
659 return (bhnd_nvram_data_generic_rp_getvar(nv, cookiep, buf, len, type)); in bhnd_nvram_btxt_getvar()
663 bhnd_nvram_btxt_copy_val(struct bhnd_nvram_data *nv, void *cookiep, in bhnd_nvram_btxt_copy_val() argument
666 return (bhnd_nvram_data_generic_rp_copy_val(nv, cookiep, value)); in bhnd_nvram_btxt_copy_val()
670 bhnd_nvram_btxt_getvar_ptr(struct bhnd_nvram_data *nv, void *cookiep, in bhnd_nvram_btxt_getvar_ptr() argument
680 btxt = (struct bhnd_nvram_btxt *)nv; in bhnd_nvram_btxt_getvar_ptr()
719 bhnd_nvram_btxt_getvar_name(struct bhnd_nvram_data *nv, void *cookiep) in bhnd_nvram_btxt_getvar_name() argument
726 btxt = (struct bhnd_nvram_btxt *)nv; in bhnd_nvram_btxt_getvar_name()
917 bhnd_nvram_btxt_filter_setvar(struct bhnd_nvram_data *nv, const char *name, in bhnd_nvram_btxt_filter_setvar() argument
957 bhnd_nvram_btxt_filter_unsetvar(struct bhnd_nvram_data *nv, const char *name) in bhnd_nvram_btxt_filter_unsetvar() argument