Searched refs:zc_props (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/ |
| HD | libzfs_pool.c | 1096 nvlist_t *zc_props = NULL; in zpool_create() local 1112 if ((zc_props = zpool_valid_proplist(hdl, pool, props, in zpool_create() 1130 if (!zc_props && in zpool_create() 1131 (nvlist_alloc(&zc_props, NV_UNIQUE_NAME, 0) != 0)) { in zpool_create() 1134 if (nvlist_add_nvlist(zc_props, in zpool_create() 1140 if (zc_props && zcmd_write_src_nvlist(hdl, &zc, zc_props) != 0) in zpool_create() 1148 nvlist_free(zc_props); in zpool_create() 1213 nvlist_free(zc_props); in zpool_create() 2870 nvlist_t **varray = NULL, *zc_props = NULL; local 2895 if ((zc_props = zpool_valid_proplist(hdl, zhp->zpool_name, [all …]
|