Searched refs:poolconfig (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c1802 * they are not currently in use by any other known consumer. The 'poolconfig'
1814 nvlist_t *poolconfig = NULL; local
1825 if (zhp && ((poolconfig = zpool_get_config(zhp, NULL)) == NULL)) {
1836 if (is_device_in_use(poolconfig, newroot, force, replacing, B_FALSE)) {
1846 if (check_rep && check_replication(poolconfig, newroot) != 0) {
1854 if (poolconfig == NULL && num_normal_vdevs(newroot) == 0) {

Completed in 96 milliseconds