Searched refs:zc_props (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14-stable/sys/contrib/openzfs/lib/libzfs/ |
| HD | libzfs_pool.c | 1467 nvlist_t *zc_props = NULL; in zpool_create() local 1485 if ((zc_props = zpool_valid_proplist(hdl, pool, props, in zpool_create() 1514 if (!zc_props && in zpool_create() 1515 (nvlist_alloc(&zc_props, NV_UNIQUE_NAME, 0) != 0)) { in zpool_create() 1523 if (nvlist_add_nvlist(zc_props, in zpool_create() 1535 if (nvlist_add_nvlist(zc_props, ZPOOL_HIDDEN_ARGS, in zpool_create() 1541 if (zc_props) in zpool_create() 1542 zcmd_write_src_nvlist(hdl, &zc, zc_props); in zpool_create() 1549 nvlist_free(zc_props); in zpool_create() 1628 nvlist_free(zc_props); in zpool_create() [all …]
|