Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/nvpair/
H A Dnvpair.c833 nvlist_copy_embedded(nvlist_t *nvl, nvlist_t *onvl, nvlist_t *emb_nvl) in nvlist_copy_embedded() argument
842 nvlist_init(emb_nvl, onvl->nvl_nvflag, priv); in nvlist_copy_embedded()
844 if ((err = nvlist_copy_pairs(onvl, emb_nvl)) != 0) { in nvlist_copy_embedded()
845 nvlist_free(emb_nvl); in nvlist_copy_embedded()
846 emb_nvl->nvl_priv = 0; in nvlist_copy_embedded()