Searched refs:line_nvl (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);
192 rio_store_decode(nvf_handle_t nvfh, nvlist_t *line_nvl, char *name) argument
205 rval = nvlist_lookup_int32(line_nvl, RIO_STORE_VERSION_STR, &version);
211 rval = nvlist_lookup_int32(line_nvl, RIO_STORE_MAGIC_STR, &magic);
217 rval = nvlist_lookup_int32(line_nvl, RIO_STORE_FLAGS_STR, &flags);
249 nvlist_t *line_nvl; local
272 line_nvl = NULL;
273 rval = nvlist_alloc(&line_nvl, NV_UNIQUE_NAME, KM_SLEEP);
275 line_nvl = NULL;
279 rval = nvlist_add_int32(line_nvl, RIO_STORE_VERSION_ST
[all...]

Completed in 45 milliseconds