Searched refs:tnvl (Results 1 – 1 of 1) sorted by relevance
93 nvlist_t *tnvl; in fileargs_get_fd_cache() local109 tnvl = nvlist_take_nvlist(fa->fa_cache, name); in fileargs_get_fd_cache()111 if (!nvlist_exists_descriptor(tnvl, "fd")) { in fileargs_get_fd_cache()112 nvlist_destroy(tnvl); in fileargs_get_fd_cache()116 fd = nvlist_take_descriptor(tnvl, "fd"); in fileargs_get_fd_cache()117 nvlist_destroy(tnvl); in fileargs_get_fd_cache()