Home
last modified time | relevance | path

Searched refs:EZFS_NOREPLICAS (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/include/
H A Dlibzfs.h82 EZFS_NOREPLICAS, /* no valid replicas */ enumerator
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c3575 return (zfs_error(hdl, EZFS_NOREPLICAS, errbuf)); in zpool_vdev_offline()
3692 return (zfs_error(hdl, EZFS_NOREPLICAS, errbuf)); in zpool_vdev_fault()
4051 (void) zfs_error(hdl, EZFS_NOREPLICAS, errbuf); in zpool_vdev_detach()
H A Dlibzfs_util.c135 case EZFS_NOREPLICAS: in libzfs_error_description()