Searched refs:nnvl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dnetwork_rcm.c878 nvlist_t *nnvl = NULL; local
884 if ((nvlist_alloc(&nnvl, 0, 0) != 0) || (nvlist_add_uint64(nnvl,
886 RCM_RESOURCE_LINK_NEW, 0, nnvl, NULL) != RCM_SUCCESS)) {
887 nvlist_free(nnvl);
894 nvlist_free(nnvl);
/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c945 nvlist_t *nnvl = EMBEDDED_NVL(nvp); local
948 if ((err = nvlist_copy_embedded(nvl, onvl, nnvl)) != 0) {

Completed in 66 milliseconds