Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs.h81 EZFS_NOREPLICAS, /* no valid replicas */ enumerator
H A Dlibzfs_pool.c2499 return (zfs_error(hdl, EZFS_NOREPLICAS, msg));
2539 return (zfs_error(hdl, EZFS_NOREPLICAS, msg));
2821 (void) zfs_error(hdl, EZFS_NOREPLICAS, msg);
H A Dlibzfs_util.c126 case EZFS_NOREPLICAS: in libzfs_error_description()