Searched refs:zfs_error_fmt (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
H A D | libzfs_mount.c | 297 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount() 315 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount() 349 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount() 368 return (zfs_error_fmt(hdl, EZFS_UMOUNTFAILED, in unmount_one() 757 (void) zfs_error_fmt(hdl, EZFS_SHARENFSFAILED, in zfs_share_proto() 790 (void) zfs_error_fmt(hdl, in zfs_share_proto() 805 (void) zfs_error_fmt(hdl, in zfs_share_proto() 826 (void) zfs_error_fmt(hdl, in zfs_share_proto() 877 return (zfs_error_fmt(hdl, EZFS_SHARENFSFAILED, in unshare_one() 888 return (zfs_error_fmt(hdl, EZFS_UNSHARENFSFAILED, in unshare_one() [all …]
|
H A D | libzfs_impl.h | 131 int zfs_error_fmt(libzfs_handle_t *, int, const char *, ...);
|
H A D | libzfs_import.c | 1201 (void) zfs_error_fmt(hdl, EZFS_BADPATH, in zpool_find_import_impl() 1227 (void) zfs_error_fmt(hdl, EZFS_BADPATH, in zpool_find_import_impl() 1246 (void) zfs_error_fmt(hdl, EZFS_BADPATH, in zpool_find_import_impl() 1277 (void) zfs_error_fmt(hdl, EZFS_BADPATH, in zpool_find_import_impl()
|
H A D | libzfs_pool.c | 981 (void) zfs_error_fmt(hdl, EZFS_INVALIDNAME, in zpool_open_canfail() 1000 (void) zfs_error_fmt(hdl, EZFS_NOENT, in zpool_open_canfail() 1053 (void) zfs_error_fmt(hdl, EZFS_POOLUNAVAIL, in zpool_open() 1570 return (zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_import() 1580 return (zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_import() 1672 return (zfs_error_fmt(hdl, EZFS_INVALIDNAME, in zpool_import_props() 3666 return (zfs_error_fmt(hdl, EZFS_PERM, 3671 return (zfs_error_fmt(hdl, EZFS_NOHISTORY, 3675 return (zfs_error_fmt(hdl, EZFS_BADVERSION,
|
H A D | libzfs_util.c | 295 return (zfs_error_fmt(hdl, error, "%s", msg)); in zfs_error() 300 zfs_error_fmt(libzfs_handle_t *hdl, int error, const char *fmt, ...) in zfs_error_fmt() function
|
H A D | libzfs_sendrecv.c | 3528 (void) zfs_error_fmt(hdl, EZFS_EXISTS, in zfs_receive_one()
|
H A D | libzfs_dataset.c | 2630 return (zfs_error_fmt(zhp->zfs_hdl, EZFS_PROPTYPE, in zfs_prop_get_numeric()
|