Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/include/
HDlibzfs.h86 EZFS_BADPATH, /* must be an absolute path */ enumerator
/freebsd-14-stable/sys/contrib/openzfs/lib/libzfs/
HDlibzfs_pool.c732 (void) zfs_error(hdl, EZFS_BADPATH, errbuf); in zpool_valid_proplist()
748 (void) zfs_error(hdl, EZFS_BADPATH, errbuf); in zpool_valid_proplist()
758 (void) zfs_error(hdl, EZFS_BADPATH, errbuf); in zpool_valid_proplist()
771 (void) zfs_error(hdl, EZFS_BADPATH, errbuf); in zpool_valid_proplist()
HDlibzfs_sendrecv.c1867 return (zfs_error(hdl, EZFS_BADPATH, errbuf)); in zfs_send_resume_impl_cb_impl()
1875 return (zfs_error(hdl, EZFS_BADPATH, errbuf)); in zfs_send_resume_impl_cb_impl()
1889 return (zfs_error(hdl, EZFS_BADPATH, errbuf)); in zfs_send_resume_impl_cb_impl()
HDlibzfs_util.c144 case EZFS_BADPATH: in libzfs_error_description()