Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/lib/libzutil/
HDzutil_import.h32 #define EZFS_BADPATH "must be an absolute path" macro
HDzutil_import.c1231 (void) zutil_error_fmt(hdl, EZFS_BADPATH, dgettext( in zpool_find_import_scan_dir()
1240 (void) zutil_error_fmt(hdl, EZFS_BADPATH, in zpool_find_import_scan_dir()
1288 (void) zutil_error_fmt(hdl, EZFS_BADPATH, dgettext( in zpool_find_import_scan_path()
1327 (void) zutil_error_fmt(hdl, EZFS_BADPATH, dgettext( in zpool_find_import_scan()
/freebsd-13-stable/sys/contrib/openzfs/include/
HDlibzfs.h87 EZFS_BADPATH, /* must be an absolute path */ enumerator
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
HDlibzfs_pool.c636 (void) zfs_error(hdl, EZFS_BADPATH, errbuf); in zpool_valid_proplist()
652 (void) zfs_error(hdl, EZFS_BADPATH, errbuf); in zpool_valid_proplist()
662 (void) zfs_error(hdl, EZFS_BADPATH, errbuf); in zpool_valid_proplist()
674 (void) zfs_error(hdl, EZFS_BADPATH, errbuf); in zpool_valid_proplist()
HDlibzfs_sendrecv.c1736 return (zfs_error(hdl, EZFS_BADPATH, errbuf)); in zfs_send_resume_impl()
1744 return (zfs_error(hdl, EZFS_BADPATH, errbuf)); in zfs_send_resume_impl()
1758 return (zfs_error(hdl, EZFS_BADPATH, errbuf)); in zfs_send_resume_impl()
HDlibzfs_util.c144 case EZFS_BADPATH: in libzfs_error_description()