Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libnv/
H A Dnvlist.c437 nvlist_t *newnvl; in nvlist_clone() local
447 newnvl = nvlist_create(nvl->nvl_flags & NV_FLAG_PUBLIC_MASK); in nvlist_clone()
453 (void)nvlist_move_nvpair(newnvl, newnvp); in nvlist_clone()
456 nvlist_destroy(newnvl); in nvlist_clone()
459 return (newnvl); in nvlist_clone()