Searched refs:zfs_error_fmt (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/libzfs/common/ |
H A D | libzfs_mount.c | 288 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount() 305 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount() 338 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount() 357 return (zfs_error_fmt(hdl, EZFS_UMOUNTFAILED, in unmount_one() 731 (void) zfs_error_fmt(hdl, EZFS_SHARENFSFAILED, in zfs_share_proto() 762 (void) zfs_error_fmt(hdl, in zfs_share_proto() 777 (void) zfs_error_fmt(hdl, in zfs_share_proto() 784 (void) zfs_error_fmt(hdl, in zfs_share_proto() 834 return (zfs_error_fmt(hdl, EZFS_SHARENFSFAILED, in unshare_one() 845 return (zfs_error_fmt(hdl, EZFS_UNSHARENFSFAILED, in unshare_one() [all …]
|
H A D | libzfs_impl.h | 136 int zfs_error_fmt(libzfs_handle_t *, int, const char *, ...);
|
H A D | libzfs_pool.c | 942 (void) zfs_error_fmt(hdl, EZFS_INVALIDNAME, in zpool_open_canfail() 961 (void) zfs_error_fmt(hdl, EZFS_NOENT, in zpool_open_canfail() 1014 (void) zfs_error_fmt(hdl, EZFS_POOLUNAVAIL, in zpool_open() 1516 return (zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_import() 1526 return (zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_import() 1618 return (zfs_error_fmt(hdl, EZFS_INVALIDNAME, in zpool_import_props() 3570 return (zfs_error_fmt(hdl, EZFS_PERM, in get_history() 3575 return (zfs_error_fmt(hdl, EZFS_NOHISTORY, in get_history() 3579 return (zfs_error_fmt(hdl, EZFS_BADVERSION, in get_history()
|
H A D | libzfs_util.c | 285 return (zfs_error_fmt(hdl, error, "%s", msg)); in zfs_error() 290 zfs_error_fmt(libzfs_handle_t *hdl, int error, const char *fmt, ...) in zfs_error_fmt() function
|
H A D | libzfs_import.c | 1163 (void) zfs_error_fmt(hdl, EZFS_BADPATH, in zpool_find_import_impl() 1187 (void) zfs_error_fmt(hdl, EZFS_BADPATH, in zpool_find_import_impl()
|
H A D | libzfs_sendrecv.c | 3406 (void) zfs_error_fmt(hdl, EZFS_EXISTS, in zfs_receive_one()
|
H A D | libzfs_dataset.c | 2666 return (zfs_error_fmt(zhp->zfs_hdl, EZFS_PROPTYPE, in zfs_prop_get_numeric()
|