Home
last modified time | relevance | path

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

/freebsd/lib/libcasper/services/cap_fileargs/
H A Dcap_fileargs.c93 nvlist_t *tnvl; in fileargs_get_fd_cache() local
109 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()