Searched refs:zfs_error_fmt (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_mount.c | 422 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount_at() 452 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount_at() 471 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount_at() 499 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount_at() 532 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount_at() 556 return (zfs_error_fmt(hdl, EZFS_UMOUNTFAILED, in unmount_one() 685 return (zfs_error_fmt(hdl, proto_table[proto].p_unshare_err, in unshare_one() 752 return (zfs_error_fmt(zhp->zfs_hdl, in zfs_share_proto()
|
| H A D | libzfs_pool.c | 1055 (void) zfs_error_fmt(hdl, EZFS_INVALIDNAME, in zpool_open_canfail() 1074 (void) zfs_error_fmt(hdl, EZFS_NOENT, in zpool_open_canfail() 1127 (void) zfs_error_fmt(hdl, EZFS_POOLUNAVAIL, in zpool_open() 1775 return (zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_import() 1785 return (zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_import() 1878 return (zfs_error_fmt(hdl, EZFS_INVALIDNAME, in zpool_import_props() 4266 return (zfs_error_fmt(hdl, EZFS_PERM, in get_history() 4271 return (zfs_error_fmt(hdl, EZFS_NOHISTORY, in get_history() 4397 error = zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_events_next() 4459 error = zfs_error_fmt(hdl, EZFS_NOENT, in zpool_events_seek() [all …]
|
| H A D | libzfs_util.c | 349 return (zfs_error_fmt(hdl, error, "%s", msg)); in zfs_error() 354 zfs_error_fmt(libzfs_handle_t *hdl, int error, const char *fmt, ...) in zfs_error_fmt() function
|
| H A D | libzfs_dataset.c | 3012 return (zfs_error_fmt(zhp->zfs_hdl, EZFS_PROPTYPE, in zfs_prop_get_numeric()
|
| H A D | libzfs_sendrecv.c | 4797 (void) zfs_error_fmt(hdl, EZFS_EXISTS, in zfs_receive_one()
|
| H A D | libzfs.abi | 146 …<elf-symbol name='zfs_error_fmt' type='func-type' binding='global-binding' visibility='default-vis… 3448 …zfs_error_fmt' mangled-name='zfs_error_fmt' filepath='/home/fedora/zfs/lib/libzfs/libzfs_util.c' l…
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzfs_impl.h | 137 int zfs_error_fmt(libzfs_handle_t *, int, const char *, ...);
|