Home
last modified time | relevance | path

Searched refs:zc_props (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_pool.c1104 nvlist_t *zc_props = NULL; in zpool_create() local
1120 if ((zc_props = zpool_valid_proplist(hdl, pool, props, in zpool_create()
1138 if (!zc_props && in zpool_create()
1139 (nvlist_alloc(&zc_props, NV_UNIQUE_NAME, 0) != 0)) { in zpool_create()
1142 if (nvlist_add_nvlist(zc_props, in zpool_create()
1148 if (zc_props && zcmd_write_src_nvlist(hdl, &zc, zc_props) != 0) in zpool_create()
1156 nvlist_free(zc_props); in zpool_create()
1221 nvlist_free(zc_props); in zpool_create()
2882 nvlist_t **varray = NULL, *zc_props = NULL; local
2907 if ((zc_props = zpool_valid_proplist(hdl, zhp->zpool_name,
[all …]