Searched refs:line_nvl (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/os/ |
H A D | retire_store.c | 67 static int rio_store_decode(nvf_handle_t nvfh, nvlist_t *line_nvl, char *name); 194 rio_store_decode(nvf_handle_t nvfh, nvlist_t *line_nvl, char *name) in rio_store_decode() argument 207 rval = nvlist_lookup_int32(line_nvl, RIO_STORE_VERSION_STR, &version); in rio_store_decode() 213 rval = nvlist_lookup_int32(line_nvl, RIO_STORE_MAGIC_STR, &magic); in rio_store_decode() 219 rval = nvlist_lookup_int32(line_nvl, RIO_STORE_FLAGS_STR, &flags); in rio_store_decode() 251 nvlist_t *line_nvl; in rio_store_encode() local 274 line_nvl = NULL; in rio_store_encode() 275 rval = nvlist_alloc(&line_nvl, NV_UNIQUE_NAME, KM_SLEEP); in rio_store_encode() 277 line_nvl = NULL; in rio_store_encode() 281 rval = nvlist_add_int32(line_nvl, RIO_STORE_VERSION_STR, in rio_store_encode() [all …]
|