Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c1278 nvlist_t *zc_props = NULL; in zpool_create() local
1326 if (!zc_props && in zpool_create()
1335 if (nvlist_add_nvlist(zc_props, in zpool_create()
1353 if (zc_props && zcmd_write_src_nvlist(hdl, &zc, zc_props) != 0) in zpool_create()
1361 nvlist_free(zc_props); in zpool_create()
1439 nvlist_free(zc_props); in zpool_create()
3530 nvlist_t **varray = NULL, *zc_props = NULL; in zpool_vdev_split() local
3558 (void) nvlist_lookup_uint64(zc_props, in zpool_vdev_split()
3572 nvlist_free(zc_props); in zpool_vdev_split()
3728 if (zc_props != NULL && zcmd_write_src_nvlist(hdl, &zc, zc_props) != 0) in zpool_vdev_split()
[all …]