Searched refs:zc_props (Results 1 – 1 of 1) sorted by relevance
1233 nvlist_t *zc_props = NULL; in zpool_create() local1281 if (!zc_props && in zpool_create()1290 if (nvlist_add_nvlist(zc_props, in zpool_create()1308 if (zc_props && zcmd_write_src_nvlist(hdl, &zc, zc_props) != 0) in zpool_create()1316 nvlist_free(zc_props); in zpool_create()1383 nvlist_free(zc_props); in zpool_create()3436 nvlist_t **varray = NULL, *zc_props = NULL; in zpool_vdev_split() local3464 (void) nvlist_lookup_uint64(zc_props, in zpool_vdev_split()3478 nvlist_free(zc_props); in zpool_vdev_split()3634 if (zc_props != NULL && zcmd_write_src_nvlist(hdl, &zc, zc_props) != 0) in zpool_vdev_split()[all …]