Searched refs:zfs_error_fmt (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/ |
| H A D | libzfs_mount.c | 368 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount() 386 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount() 420 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount() 439 return (zfs_error_fmt(hdl, EZFS_UMOUNTFAILED, in unmount_one() 845 (void) zfs_error_fmt(hdl, EZFS_SHARENFSFAILED, in zfs_share_proto() 878 (void) zfs_error_fmt(hdl, in zfs_share_proto() 892 (void) zfs_error_fmt(hdl, in zfs_share_proto() 913 (void) zfs_error_fmt(hdl, in zfs_share_proto() 971 return (zfs_error_fmt(hdl, proto_table[proto].p_unshare_err, in unshare_one() 982 return (zfs_error_fmt(hdl, in unshare_one() [all …]
|
| H A D | libzfs_impl.h | 143 int zfs_error_fmt(libzfs_handle_t *, int, const char *, ...);
|
| H A D | libzfs_pool.c | 1007 (void) zfs_error_fmt(hdl, EZFS_INVALIDNAME, in zpool_open_canfail() 1026 (void) zfs_error_fmt(hdl, EZFS_NOENT, in zpool_open_canfail() 1079 (void) zfs_error_fmt(hdl, EZFS_POOLUNAVAIL, in zpool_open() 1645 return (zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_import() 1655 return (zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_import() 1747 return (zfs_error_fmt(hdl, EZFS_INVALIDNAME, in zpool_import_props() 2067 (void) zfs_error_fmt(hdl, vd_error, "cannot initialize '%s'", in zpool_initialize() 3920 return (zfs_error_fmt(hdl, EZFS_PERM, 3925 return (zfs_error_fmt(hdl, EZFS_NOHISTORY, 3929 return (zfs_error_fmt(hdl, EZFS_BADVERSION,
|
| H A D | libzfs_import.c | 1267 (void) zfs_error_fmt(hdl, EZFS_BADPATH, in zpool_find_import_impl() 1293 (void) zfs_error_fmt(hdl, EZFS_BADPATH, in zpool_find_import_impl() 1311 (void) zfs_error_fmt(hdl, EZFS_BADPATH, in zpool_find_import_impl()
|
| H A D | libzfs_util.c | 316 return (zfs_error_fmt(hdl, error, "%s", msg)); in zfs_error() 321 zfs_error_fmt(libzfs_handle_t *hdl, int error, const char *fmt, ...) in zfs_error_fmt() function
|
| H A D | libzfs_sendrecv.c | 3599 (void) zfs_error_fmt(hdl, EZFS_EXISTS, in zfs_receive_one()
|
| H A D | libzfs_dataset.c | 2896 return (zfs_error_fmt(zhp->zfs_hdl, EZFS_PROPTYPE, in zfs_prop_get_numeric()
|