Searched refs:zfs_error_fmt (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_mount.c | 400 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount_at() 450 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount_at() 469 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount_at() 497 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount_at() 528 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount_at() 574 return (zfs_error_fmt(zhp->zfs_hdl, libzfs_err, in unmount_one() 690 return (zfs_error_fmt(hdl, proto_table[proto].p_unshare_err, in unshare_one() 740 return (zfs_error_fmt(zhp->zfs_hdl, in zfs_share()
|
H A D | libzfs_impl.h | 124 extern int zfs_error_fmt(libzfs_handle_t *, int, const char *, ...)
|
H A D | libzfs_pool.c | 1312 (void) zfs_error_fmt(hdl, EZFS_INVALIDNAME, in zpool_open_canfail() 1330 (void) zfs_error_fmt(hdl, EZFS_NOENT, in zpool_open_canfail() 1382 (void) zfs_error_fmt(hdl, EZFS_POOLUNAVAIL, in zpool_open() 1922 return (zfs_error_fmt(zhp->zpool_hdl, EZFS_ACTIVE_SPARE, in zpool_export_common() 2097 return (zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_import() 2107 return (zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_import() 2198 return (zfs_error_fmt(hdl, EZFS_INVALIDNAME, in zpool_import_props() 2544 (void) zfs_error_fmt(zhp->zpool_hdl, vd_error, in zpool_initialize_impl() 2655 (void) zfs_error_fmt(zhp->zpool_hdl, vd_error, in check_trim_errs() 4709 return (zfs_error_fmt(hdl, EZFS_PERM, in get_history() [all …]
|
H A D | libzfs_util.c | 378 return (zfs_error_fmt(hdl, error, "%s", msg)); in zfs_error() 382 zfs_error_fmt(libzfs_handle_t *hdl, int error, const char *fmt, ...) in zfs_error_fmt() function
|
H A D | libzfs_sendrecv.c | 5189 (void) zfs_error_fmt(hdl, EZFS_EXISTS, in zfs_receive_one() 5276 (void) zfs_error_fmt(hdl, EZFS_RESUME_EXISTS, in zfs_receive_one()
|
H A D | libzfs_dataset.c | 3109 return (zfs_error_fmt(zhp->zfs_hdl, EZFS_PROPTYPE, in zfs_prop_get_numeric()
|
H A D | libzfs.abi | 4931 <function-decl name='zfs_error_fmt' visibility='default' binding='global' size-in-bits='64'>
|