Searched refs:zc_props (Results 1 – 1 of 1) sorted by relevance
1130 nvlist_t *zc_props = NULL; in zpool_create() local1146 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; local3111 nvlist_free(zc_props);3239 if (zc_props != NULL && zcmd_write_src_nvlist(hdl, &zc, zc_props) != 0)[all …]