Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/libnv/
H A Dnvlist.c397 nvlist_t *newnvl; in nvlist_clone() local
407 newnvl = nvlist_create(nvl->nvl_flags & NV_FLAG_PUBLIC_MASK); in nvlist_clone()
413 (void)nvlist_move_nvpair(newnvl, newnvp); in nvlist_clone()
416 nvlist_destroy(newnvl); in nvlist_clone()
419 return (newnvl); in nvlist_clone()