Home
last modified time | relevance | path

Searched refs:EZFS_BADPATH (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_import.c1267 (void) zfs_error_fmt(hdl, EZFS_BADPATH, in zpool_find_import_impl()
1293 (void) zfs_error_fmt(hdl, EZFS_BADPATH, in zpool_find_import_impl()
1311 (void) zfs_error_fmt(hdl, EZFS_BADPATH, in zpool_find_import_impl()
H A Dlibzfs.h87 EZFS_BADPATH, /* must be an absolute path */ enumerator
H A Dlibzfs_pool.c582 (void) zfs_error(hdl, EZFS_BADPATH, errbuf); in zpool_valid_proplist()
598 (void) zfs_error(hdl, EZFS_BADPATH, errbuf); in zpool_valid_proplist()
608 (void) zfs_error(hdl, EZFS_BADPATH, errbuf); in zpool_valid_proplist()
620 (void) zfs_error(hdl, EZFS_BADPATH, errbuf); in zpool_valid_proplist()
H A Dlibzfs_sendrecv.c1645 return (zfs_error(hdl, EZFS_BADPATH, errbuf)); in zfs_send_resume()
1651 return (zfs_error(hdl, EZFS_BADPATH, errbuf)); in zfs_send_resume()
1659 return (zfs_error(hdl, EZFS_BADPATH, errbuf)); in zfs_send_resume()
H A Dlibzfs_util.c134 case EZFS_BADPATH: in libzfs_error_description()