Searched refs:nvlist_clone (Results 1 – 3 of 3) sorted by relevance
93 nvlist_t *nvlist_clone(const nvlist_t *nvl);
1259 nvl = nvlist_clone(value); in nvpair_create_nvlist()1451 nvls[ii] = nvlist_clone(value[ii]); in nvpair_create_nvlist_array()1982 nvl = nvlist_clone(value); in nvpair_append_nvlist_array()
395 nvlist_clone(const nvlist_t *nvl) in nvlist_clone() function