Lines Matching refs:cookiep
397 bhnd_nvram_data_next(struct bhnd_nvram_data *nv, void **cookiep) in bhnd_nvram_data_next() argument
401 void *prev = *cookiep; in bhnd_nvram_data_next()
405 if ((name = nv->cls->op_next(nv, cookiep)) == NULL) in bhnd_nvram_data_next()
412 bhnd_nvram_data_getvar_order(nv, prev, *cookiep) > 0) in bhnd_nvram_data_next()
452 void *cookiep; in bhnd_nvram_data_generic_find() local
454 cookiep = NULL; in bhnd_nvram_data_generic_find()
455 while ((next = bhnd_nvram_data_next(nv, &cookiep))) { in bhnd_nvram_data_generic_find()
457 return (cookiep); in bhnd_nvram_data_generic_find()
516 bhnd_nvram_data_getvar(struct bhnd_nvram_data *nv, void *cookiep, void *buf, in bhnd_nvram_data_getvar() argument
519 return (nv->cls->op_getvar(nv, cookiep, buf, len, type)); in bhnd_nvram_data_getvar()
531 bhnd_nvram_data_getvar_ptr_info(struct bhnd_nvram_data *nv, void *cookiep, in bhnd_nvram_data_getvar_ptr_info() argument
542 vptr = bhnd_nvram_data_getvar_ptr(nv, cookiep, len, type); in bhnd_nvram_data_getvar_ptr_info()
549 name = bhnd_nvram_data_getvar_name(nv, cookiep); in bhnd_nvram_data_getvar_ptr_info()
586 bhnd_nvram_data_generic_rp_getvar(struct bhnd_nvram_data *nv, void *cookiep, in bhnd_nvram_data_generic_rp_getvar() argument
600 vptr = bhnd_nvram_data_getvar_ptr_info(nv, cookiep, &vlen, &vtype, in bhnd_nvram_data_generic_rp_getvar()
635 bhnd_nvram_data_copy_val(struct bhnd_nvram_data *nv, void *cookiep, in bhnd_nvram_data_copy_val() argument
638 return (nv->cls->op_copy_val(nv, cookiep, value)); in bhnd_nvram_data_copy_val()
654 void *cookiep, bhnd_nvram_val **value) in bhnd_nvram_data_generic_rp_copy_val() argument
665 vptr = bhnd_nvram_data_getvar_ptr_info(nv, cookiep, &vlen, &vtype, in bhnd_nvram_data_generic_rp_copy_val()
694 bhnd_nvram_data_getvar_ptr(struct bhnd_nvram_data *nv, void *cookiep, in bhnd_nvram_data_getvar_ptr() argument
697 return (nv->cls->op_getvar_ptr(nv, cookiep, len, type)); in bhnd_nvram_data_getvar_ptr()
710 bhnd_nvram_data_getvar_name(struct bhnd_nvram_data *nv, void *cookiep) in bhnd_nvram_data_getvar_name() argument
712 return (nv->cls->op_getvar_name(nv, cookiep)); in bhnd_nvram_data_getvar_name()