Home
last modified time | relevance | path

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

/freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_pool.c1130 nvlist_t *zc_props = NULL; in zpool_create() local
1146 if ((zc_props = zpool_valid_proplist(hdl, pool, props, in zpool_create()
1164 if (!zc_props && in zpool_create()
1168 if (nvlist_add_nvlist(zc_props, in zpool_create()
1174 if (zc_props && zcmd_write_src_nvlist(hdl, &zc, zc_props) != 0) in zpool_create()
1182 nvlist_free(zc_props); in zpool_create()
1247 nvlist_free(zc_props); in zpool_create()
3077 nvlist_t **varray = NULL, *zc_props = NULL; local
3111 nvlist_free(zc_props);
3239 if (zc_props != NULL && zcmd_write_src_nvlist(hdl, &zc, zc_props) != 0)
[all …]