Searched defs:nvl_new (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libscf/common/
H A Dnotify_params.c1428 int nvl_new = 0; local
1450 nvl_new = 1;
1460 if (nvl_new) {
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare_upgrade.c1293 * and adds the newly created libshare v2 formatted nvlist(s) in "nvl_new"
1296 sa_upgrade_walk_group(nvlist_t *nvl_new, nvlist_t *group) argument
1341 ret = sa_upgrade_add_nvlist(nvl_new,
1357 * The converted nvlist configuration for libshare v2 is returned in nvl_new
1361 sa_upgrade_convert_config(nvlist_t *nvl_new, nvlist_t *nvl_old, char *gname) argument
1388 ret = sa_upgrade_walk_group(nvl_new, group);

Completed in 20 milliseconds