Lines Matching full:nv
67 struct bhnd_nvram_data nv; /**< common instance state */
330 bhnd_nvram_bcmraw_new(struct bhnd_nvram_data *nv, struct bhnd_nvram_io *io)
335 bcm = (struct bhnd_nvram_bcmraw *)nv;
340 bhnd_nvram_bcmraw_free(nv);
348 bhnd_nvram_bcmraw_free(struct bhnd_nvram_data *nv)
350 struct bhnd_nvram_bcmraw *bcm = (struct bhnd_nvram_bcmraw *)nv;
357 bhnd_nvram_bcmraw_options(struct bhnd_nvram_data *nv)
363 bhnd_nvram_bcmraw_count(struct bhnd_nvram_data *nv)
365 struct bhnd_nvram_bcmraw *bcm = (struct bhnd_nvram_bcmraw *)nv;
371 bhnd_nvram_bcmraw_caps(struct bhnd_nvram_data *nv)
377 bhnd_nvram_bcmraw_next(struct bhnd_nvram_data *nv, void **cookiep)
382 bcm = (struct bhnd_nvram_bcmraw *)nv;
403 bhnd_nvram_bcmraw_find(struct bhnd_nvram_data *nv, const char *name)
405 return (bhnd_nvram_data_generic_find(nv, name));
409 bhnd_nvram_bcmraw_getvar_order(struct bhnd_nvram_data *nv, void *cookiep1,
422 bhnd_nvram_bcmraw_getvar(struct bhnd_nvram_data *nv, void *cookiep, void *buf,
425 return (bhnd_nvram_data_generic_rp_getvar(nv, cookiep, buf, len, type));
429 bhnd_nvram_bcmraw_copy_val(struct bhnd_nvram_data *nv, void *cookiep,
432 return (bhnd_nvram_data_generic_rp_copy_val(nv, cookiep, value));
436 bhnd_nvram_bcmraw_getvar_ptr(struct bhnd_nvram_data *nv, void *cookiep,
451 bhnd_nvram_bcmraw_getvar_name(struct bhnd_nvram_data *nv, void *cookiep)
458 bhnd_nvram_bcmraw_filter_setvar(struct bhnd_nvram_data *nv, const char *name,
480 bhnd_nvram_bcmraw_filter_unsetvar(struct bhnd_nvram_data *nv, const char *name)