nvlist_create
nvlist_t *nvlist_create(int flags);
nvl = retnvl = nvlist_create(0);
newnvl = nvlist_create(nvl->nvl_flags & NV_FLAG_PUBLIC_MASK);