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 | 401 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount_at() 451 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount_at() 470 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount_at() 498 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount_at() 529 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount_at() 575 return (zfs_error_fmt(zhp->zfs_hdl, libzfs_err, in unmount_one() 691 return (zfs_error_fmt(hdl, proto_table[proto].p_unshare_err, in unshare_one() 741 return (zfs_error_fmt(zhp->zfs_hdl, in zfs_share()
|
H A D | libzfs_impl.h | 125 extern int zfs_error_fmt(libzfs_handle_t *, int, const char *, ...)
|
H A D | libzfs_pool.c | 1315 (void) zfs_error_fmt(hdl, EZFS_INVALIDNAME, in zpool_open_canfail() 1333 (void) zfs_error_fmt(hdl, EZFS_NOENT, in zpool_open_canfail() 1385 (void) zfs_error_fmt(hdl, EZFS_POOLUNAVAIL, in zpool_open() 1891 return (zfs_error_fmt(zhp->zpool_hdl, EZFS_ACTIVE_SPARE, in zpool_export_common() 2066 return (zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_import() 2076 return (zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_import() 2167 return (zfs_error_fmt(hdl, EZFS_INVALIDNAME, in zpool_import_props() 2537 (void) zfs_error_fmt(zhp->zpool_hdl, vd_error, in zpool_initialize_impl() 2700 (void) zfs_error_fmt(zhp->zpool_hdl, vd_error, in check_trim_errs() 4779 return (zfs_error_fmt(hdl, EZFS_PERM, in get_history() [all …]
|
H A D | libzfs_util.c | 379 return (zfs_error_fmt(hdl, error, "%s", msg)); in zfs_error() 383 zfs_error_fmt(libzfs_handle_t *hdl, int error, const char *fmt, ...) in zfs_error_fmt() function
|
H A D | libzfs_sendrecv.c | 5202 (void) zfs_error_fmt(hdl, EZFS_EXISTS, in zfs_receive_one() 5289 (void) zfs_error_fmt(hdl, EZFS_RESUME_EXISTS, in zfs_receive_one()
|
H A D | libzfs_dataset.c | 3089 return (zfs_error_fmt(zhp->zfs_hdl, EZFS_PROPTYPE, in zfs_prop_get_numeric()
|
H A D | libzfs.abi | 5125 <function-decl name='zfs_error_fmt' visibility='default' binding='global' size-in-bits='64'>
|