Searched refs:zfs_error_fmt (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_mount.c | 444 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount_at() 494 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount_at() 513 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount_at() 541 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount_at() 572 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount_at() 618 return (zfs_error_fmt(zhp->zfs_hdl, libzfs_err, in unmount_one() 734 return (zfs_error_fmt(hdl, proto_table[proto].p_unshare_err, in unshare_one() 784 return (zfs_error_fmt(zhp->zfs_hdl, in zfs_share()
|
| H A D | libzfs_impl.h | 132 extern int zfs_error_fmt(libzfs_handle_t *, int, const char *, ...)
|
| H A D | libzfs_pool.c | 1374 (void) zfs_error_fmt(hdl, EZFS_INVALIDNAME, in zpool_open_canfail() 1392 (void) zfs_error_fmt(hdl, EZFS_NOENT, in zpool_open_canfail() 1444 (void) zfs_error_fmt(hdl, EZFS_POOLUNAVAIL, in zpool_open() 2021 return (zfs_error_fmt(zhp->zpool_hdl, EZFS_ACTIVE_SPARE, in zpool_export_common() 2198 return (zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_import() 2208 return (zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_import() 2299 return (zfs_error_fmt(hdl, EZFS_INVALIDNAME, in zpool_import_props() 2674 (void) zfs_error_fmt(zhp->zpool_hdl, vd_error, in zpool_initialize_impl() 2837 (void) zfs_error_fmt(zhp->zpool_hdl, vd_error, in check_trim_errs() 4967 return (zfs_error_fmt(hdl, EZFS_PERM, in get_history() [all …]
|
| H A D | libzfs_util.c | 382 return (zfs_error_fmt(hdl, error, "%s", msg)); in zfs_error() 386 zfs_error_fmt(libzfs_handle_t *hdl, int error, const char *fmt, ...) in zfs_error_fmt() function
|
| H A D | libzfs_sendrecv.c | 5220 (void) zfs_error_fmt(hdl, EZFS_EXISTS, in zfs_receive_one() 5307 (void) zfs_error_fmt(hdl, EZFS_RESUME_EXISTS, in zfs_receive_one()
|
| H A D | libzfs_dataset.c | 2899 return (zfs_error_fmt(zhp->zfs_hdl, EZFS_PROPTYPE, in zfs_prop_get_numeric()
|
| H A D | libzfs.abi | 5190 <function-decl name='zfs_error_fmt' visibility='default' binding='global' size-in-bits='64'>
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/os/linux/ |
| H A D | libzfs_mount_os.c | 520 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount_setattr() 544 ret = zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount_setattr()
|