Searched refs:zc_props (Results 1 – 1 of 1) sorted by relevance
| /src/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 1493 nvlist_t *zc_props = NULL; in zpool_create() local 1511 if ((zc_props = zpool_valid_proplist(hdl, pool, props, in zpool_create() 1530 if (!zc_props && in zpool_create() 1531 (nvlist_alloc(&zc_props, NV_UNIQUE_NAME, 0) != 0)) { in zpool_create() 1539 if (nvlist_add_nvlist(zc_props, in zpool_create() 1551 if (nvlist_add_nvlist(zc_props, ZPOOL_HIDDEN_ARGS, in zpool_create() 1557 if (zc_props) in zpool_create() 1558 zcmd_write_src_nvlist(hdl, &zc, zc_props); in zpool_create() 1565 nvlist_free(zc_props); in zpool_create() 1649 nvlist_free(zc_props); in zpool_create() [all …]
|