Searched refs:zc_props (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 1491 nvlist_t *zc_props = NULL; in zpool_create() local 1509 if ((zc_props = zpool_valid_proplist(hdl, pool, props, in zpool_create() 1528 if (!zc_props && in zpool_create() 1529 (nvlist_alloc(&zc_props, NV_UNIQUE_NAME, 0) != 0)) { in zpool_create() 1537 if (nvlist_add_nvlist(zc_props, in zpool_create() 1549 if (nvlist_add_nvlist(zc_props, ZPOOL_HIDDEN_ARGS, in zpool_create() 1555 if (zc_props) in zpool_create() 1556 zcmd_write_src_nvlist(hdl, &zc, zc_props); in zpool_create() 1563 nvlist_free(zc_props); in zpool_create() 1642 nvlist_free(zc_props); in zpool_create() [all …]
|