Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c389 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount()
402 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount()
419 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount()
452 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount()
471 return (zfs_error_fmt(hdl, EZFS_UMOUNTFAILED, in unmount_one()
878 (void) zfs_error_fmt(hdl, EZFS_SHARENFSFAILED, in zfs_share_proto()
896 (void) zfs_error_fmt(hdl, in zfs_share_proto()
910 (void) zfs_error_fmt(hdl, in zfs_share_proto()
917 (void) zfs_error_fmt(hdl, in zfs_share_proto()
982 return (zfs_error_fmt(hdl, proto_table[proto].p_unshare_err, in unshare_one()
[all …]
H A Dlibzfs_impl.h195 int zfs_error_fmt(libzfs_handle_t *, int, const char *, ...);
H A Dlibzfs_pool.c1047 (void) zfs_error_fmt(hdl, EZFS_INVALIDNAME, in zpool_open_canfail()
1066 (void) zfs_error_fmt(hdl, EZFS_NOENT, in zpool_open_canfail()
1119 (void) zfs_error_fmt(hdl, EZFS_POOLUNAVAIL, in zpool_open()
1730 return (zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_import()
1740 return (zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_import()
1832 return (zfs_error_fmt(hdl, EZFS_INVALIDNAME, in zpool_import_props()
2233 (void) zfs_error_fmt(zhp->zpool_hdl, vd_error, in zpool_initialize()
2325 (void) zfs_error_fmt(zhp->zpool_hdl, vd_error, in zpool_trim()
4345 return (zfs_error_fmt(hdl, EZFS_PERM, in get_history()
4350 return (zfs_error_fmt(hdl, EZFS_NOHISTORY, in get_history()
[all …]
H A Dlibzfs_util.c333 return (zfs_error_fmt(hdl, error, "%s", msg)); in zfs_error()
338 zfs_error_fmt(libzfs_handle_t *hdl, int error, const char *fmt, ...) in zfs_error_fmt() function
H A Dlibzfs_sendrecv.c4316 (void) zfs_error_fmt(hdl, EZFS_EXISTS, in zfs_receive_one()
H A Dlibzfs_dataset.c3002 return (zfs_error_fmt(zhp->zfs_hdl, EZFS_PROPTYPE, in zfs_prop_get_numeric()