Home
last modified time | relevance | path

Searched refs:zfs_error_fmt (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_mount.c425 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount_at()
475 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount_at()
494 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount_at()
522 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount_at()
553 return (zfs_error_fmt(hdl, EZFS_MOUNTFAILED, in zfs_mount_at()
598 return (zfs_error_fmt(hdl, libzfs_err, in unmount_one()
727 return (zfs_error_fmt(hdl, proto_table[proto].p_unshare_err, in unshare_one()
794 return (zfs_error_fmt(zhp->zfs_hdl, in zfs_share_proto()
H A Dlibzfs_pool.c1076 (void) zfs_error_fmt(hdl, EZFS_INVALIDNAME, in zpool_open_canfail()
1095 (void) zfs_error_fmt(hdl, EZFS_NOENT, in zpool_open_canfail()
1148 (void) zfs_error_fmt(hdl, EZFS_POOLUNAVAIL, in zpool_open()
1839 return (zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_import()
1849 return (zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_import()
1942 return (zfs_error_fmt(hdl, EZFS_INVALIDNAME, in zpool_import_props()
4360 return (zfs_error_fmt(hdl, EZFS_PERM, in get_history()
4365 return (zfs_error_fmt(hdl, EZFS_NOHISTORY, in get_history()
4491 error = zfs_error_fmt(hdl, EZFS_NOMEM, in zpool_events_next()
4550 error = zfs_error_fmt(hdl, EZFS_NOENT, in zpool_events_seek()
[all …]
H A Dlibzfs_util.c352 return (zfs_error_fmt(hdl, error, "%s", msg)); in zfs_error()
357 zfs_error_fmt(libzfs_handle_t *hdl, int error, const char *fmt, ...) in zfs_error_fmt() function
H A Dlibzfs_dataset.c3011 return (zfs_error_fmt(zhp->zfs_hdl, EZFS_PROPTYPE, in zfs_prop_get_numeric()
H A Dlibzfs_sendrecv.c4811 (void) zfs_error_fmt(hdl, EZFS_EXISTS, in zfs_receive_one()
H A Dlibzfs.abi145 …<elf-symbol name='zfs_error_fmt' type='func-type' binding='global-binding' visibility='default-vis…
3772 …-decl name='zfs_error_fmt' mangled-name='zfs_error_fmt' visibility='default' binding='global' size…
/freebsd-13.1/sys/contrib/openzfs/include/
H A Dlibzfs_impl.h139 int zfs_error_fmt(libzfs_handle_t *, int, const char *, ...);