Home
last modified time | relevance | path

Searched refs:zfs_error (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c1062 (void) zfs_error(hdl, in zfs_valid_proplist()
1307 (void) zfs_error(hdl, EZFS_ZONED, in zfs_valid_proplist()
1315 (void) zfs_error(hdl, EZFS_ZONED, in zfs_valid_proplist()
1368 (void) zfs_error(hdl, EZFS_BADPROP, in zfs_valid_proplist()
1384 (void) zfs_error(hdl, EZFS_BADPROP, in zfs_valid_proplist()
1423 (void) zfs_error(hdl, EZFS_BADPROP, in zfs_valid_proplist()
1434 (void) zfs_error(hdl, EZFS_BADPROP, in zfs_valid_proplist()
1448 (void) zfs_error(hdl, EZFS_BADPROP, in zfs_valid_proplist()
1457 (void) zfs_error(hdl, EZFS_BADPROP, in zfs_valid_proplist()
1821 ret = zfs_error(hdl, EZFS_PERM, errbuf); in zfs_prop_set_list()
[all …]
H A Dlibzfs_pool.c634 (void) zfs_error(hdl, EZFS_BADPROP, in zpool_valid_proplist()
1278 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_destroy()
1388 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_add()
1395 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_add()
1414 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_add()
2034 return (zfs_error(hdl, err, msg)); in zpool_initialize()
2935 (void) zfs_error(hdl, EZFS_BADDEV, msg);
2944 (void) zfs_error(hdl, EZFS_BADDEV, msg);
2953 (void) zfs_error(hdl, EZFS_BADDEV, msg);
3320 (void) zfs_error(hdl, EZFS_BUSY, msg);
[all …]
H A Dlibzfs_sendrecv.c985 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in estimate_ioctl()
1064 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in dump_ioctl()
1608 return (zfs_error(hdl, EZFS_FAULT, errbuf)); in zfs_send_resume()
1623 return (zfs_error(hdl, EZFS_FAULT, errbuf)); in zfs_send_resume()
1809 return (zfs_error(zhp->zfs_hdl, in zfs_send()
2093 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in zfs_send_one()
2099 return (zfs_error(hdl, EZFS_BUSY, errbuf)); in zfs_send_one()
2846 error = zfs_error(hdl, EZFS_NOMEM, errbuf); in zfs_receive_package()
3619 (void) zfs_error(hdl, EZFS_NOSPC, errbuf); in zfs_receive_one()
3716 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in zfs_receive_impl()
[all …]
H A Dlibzfs_diff.c497 return (zfs_error(di->zhp->zfs_hdl, EZFS_DIFF, di->errbuf)); in find_shares_object()
525 return (zfs_error(hdl, EZFS_DIFF, di->errbuf)); in make_temp_snapshot()
578 return (zfs_error(hdl, EZFS_INVALIDNAME, in get_snapshot_names()
607 return (zfs_error(hdl, EZFS_INVALIDNAME, di->errbuf)); in get_snapshot_names()
641 return (zfs_error(hdl, EZFS_INVALIDNAME, di->errbuf)); in get_snapshot_names()
680 return (zfs_error(di->zhp->zfs_hdl, EZFS_BADTYPE, di->errbuf)); in get_mountpoint()
774 return (zfs_error(zhp->zfs_hdl, EZFS_PIPEFAILED, errbuf)); in zfs_show_diffs()
789 return (zfs_error(zhp->zfs_hdl, in zfs_show_diffs()
819 return (zfs_error(zhp->zfs_hdl, EZFS_DIFF, di.errbuf)); in zfs_show_diffs()
821 return (zfs_error(zhp->zfs_hdl, EZFS_DIFFDATA, errbuf)); in zfs_show_diffs()
[all …]
H A Dlibzfs_util.c314 zfs_error(libzfs_handle_t *hdl, int error, const char *msg) in zfs_error() function
545 return (zfs_error(hdl, EZFS_NOMEM, "internal error")); in no_memory()
1370 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zprop_parse_value()
1398 return (zfs_error(hdl, EZFS_BADPROP, in addlist()
1447 return (zfs_error(hdl, EZFS_BADPROP, dgettext(TEXT_DOMAIN, in zprop_get_list()
1473 return (zfs_error(hdl, EZFS_BADPROP, in zprop_get_list()
H A Dlibzfs_impl.h142 int zfs_error(libzfs_handle_t *, int, const char *);
H A Dlibzfs_changelist.c613 (void) zfs_error(zhp->zfs_hdl, EZFS_NOMEM, "internal error"); in changelist_gather()
625 (void) zfs_error(zhp->zfs_hdl, EZFS_NOMEM, "internal error"); in changelist_gather()
H A Dlibzfs_import.c1475 (void) zfs_error(hdl, EZFS_BADCACHE, in zpool_find_import_cached()
1483 (void) zfs_error(hdl, EZFS_BADCACHE, in zpool_find_import_cached()
1496 (void) zfs_error(hdl, EZFS_BADCACHE, in zpool_find_import_cached()
1506 (void) zfs_error(hdl, EZFS_BADCACHE, in zpool_find_import_cached()
H A Dlibzfs_iter.c481 err = zfs_error(zhp->zfs_hdl, in iter_dependents_cb()
H A Dlibzfs.h61 typedef enum zfs_error { enum