Home
last modified time | relevance | path

Searched refs:nvfh (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dretire_store.c67 static int rio_store_decode(nvf_handle_t nvfh, nvlist_t *line_nvl, char *name);
68 static int rio_store_encode(nvf_handle_t nvfh, nvlist_t **ret_nvl);
69 static void retire_list_free(nvf_handle_t nvfh);
176 retire_list_free(nvf_handle_t nvfh) in retire_list_free() argument
181 ASSERT(nvfh == rio_store_handle); in retire_list_free()
182 ASSERT(RW_WRITE_HELD(nvf_lock(nvfh))); in retire_list_free()
184 listp = nvf_list(nvfh); in retire_list_free()
194 rio_store_decode(nvf_handle_t nvfh, nvlist_t *line_nvl, char *name) in rio_store_decode() argument
202 ASSERT(nvfh == rio_store_handle); in rio_store_decode()
203 ASSERT(RW_WRITE_HELD(nvf_lock(nvfh))); in rio_store_decode()
[all …]