Home
last modified time | relevance | path

Searched refs:zfs_error_fmt (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_mount.c297 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount()
315 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount()
349 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount()
368 return (zfs_error_fmt(hdl, EZFS_UMOUNTFAILED, in unmount_one()
757 (void) zfs_error_fmt(hdl, EZFS_SHARENFSFAILED, in zfs_share_proto()
790 (void) zfs_error_fmt(hdl, in zfs_share_proto()
805 (void) zfs_error_fmt(hdl, in zfs_share_proto()
826 (void) zfs_error_fmt(hdl, in zfs_share_proto()
877 return (zfs_error_fmt(hdl, EZFS_SHARENFSFAILED, in unshare_one()
888 return (zfs_error_fmt(hdl, EZFS_UNSHARENFSFAILED, in unshare_one()
[all …]
H A Dlibzfs_impl.h131 int zfs_error_fmt(libzfs_handle_t *, int, const char *, ...);
H A Dlibzfs_import.c1201 (void) zfs_error_fmt(hdl, EZFS_BADPATH, in zpool_find_import_impl()
1227 (void) zfs_error_fmt(hdl, EZFS_BADPATH, in zpool_find_import_impl()
1246 (void) zfs_error_fmt(hdl, EZFS_BADPATH, in zpool_find_import_impl()
1277 (void) zfs_error_fmt(hdl, EZFS_BADPATH, in zpool_find_import_impl()
H A Dlibzfs_pool.c981 (void) zfs_error_fmt(hdl, EZFS_INVALIDNAME, in zpool_open_canfail()
1000 (void) zfs_error_fmt(hdl, EZFS_NOENT, in zpool_open_canfail()
1053 (void) zfs_error_fmt(hdl, EZFS_POOLUNAVAIL, in zpool_open()
1570 return (zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_import()
1580 return (zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_import()
1672 return (zfs_error_fmt(hdl, EZFS_INVALIDNAME, in zpool_import_props()
3666 return (zfs_error_fmt(hdl, EZFS_PERM,
3671 return (zfs_error_fmt(hdl, EZFS_NOHISTORY,
3675 return (zfs_error_fmt(hdl, EZFS_BADVERSION,
H A Dlibzfs_util.c295 return (zfs_error_fmt(hdl, error, "%s", msg)); in zfs_error()
300 zfs_error_fmt(libzfs_handle_t *hdl, int error, const char *fmt, ...) in zfs_error_fmt() function
H A Dlibzfs_sendrecv.c3528 (void) zfs_error_fmt(hdl, EZFS_EXISTS, in zfs_receive_one()
H A Dlibzfs_dataset.c2630 return (zfs_error_fmt(zhp->zfs_hdl, EZFS_PROPTYPE, in zfs_prop_get_numeric()