Searched defs:nvfh (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dretire_store.c65 static int rio_store_decode(nvf_handle_t nvfh, nvlist_t *line_nvl, char *name);
66 static int rio_store_encode(nvf_handle_t nvfh, nvlist_t **ret_nvl);
67 static void retire_list_free(nvf_handle_t nvfh);
174 retire_list_free(nvf_handle_t nvfh) argument
179 ASSERT(nvfh == rio_store_handle);
180 ASSERT(RW_WRITE_HELD(nvf_lock(nvfh)));
182 listp = nvf_list(nvfh);
192 rio_store_decode(nvf_handle_t nvfh, nvlist_t *line_nvl, char *name) argument
200 ASSERT(nvfh == rio_store_handle);
201 ASSERT(RW_WRITE_HELD(nvf_lock(nvfh)));
246 rio_store_encode(nvf_handle_t nvfh, nvlist_t **ret_nvl) argument
[all...]

Completed in 45 milliseconds