Searched refs:zc_props (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_pool.c | 1512 nvlist_t *zc_props = NULL; in zpool_create() local 1530 if ((zc_props = zpool_valid_proplist(hdl, pool, props, in zpool_create() 1559 if (!zc_props && in zpool_create() 1560 (nvlist_alloc(&zc_props, NV_UNIQUE_NAME, 0) != 0)) { in zpool_create() 1568 if (nvlist_add_nvlist(zc_props, in zpool_create() 1580 if (nvlist_add_nvlist(zc_props, ZPOOL_HIDDEN_ARGS, in zpool_create() 1586 if (zc_props) in zpool_create() 1587 zcmd_write_src_nvlist(hdl, &zc, zc_props); in zpool_create() 1594 nvlist_free(zc_props); in zpool_create() 1673 nvlist_free(zc_props); in zpool_create() [all …]
|