Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c694 (void) zfs_error(hdl, EZFS_INVALIDNAME, errbuf); in zfs_open()
740 (void) zfs_error(hdl, EZFS_NOENT, errbuf); in zfs_open()
758 (void) zfs_error(hdl, EZFS_BADTYPE, errbuf); in zfs_open()
987 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zfs_valid_proplist()
995 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zfs_valid_proplist()
1014 (void) zfs_error(hdl, EZFS_PROPTYPE, errbuf); in zfs_valid_proplist()
1031 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zfs_valid_proplist()
1040 (void) zfs_error(hdl, EZFS_PROPREADONLY, in zfs_valid_proplist()
1051 (void) zfs_error(hdl, in zfs_valid_proplist()
1067 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zfs_valid_proplist()
[all …]
H A Dlibzfs_pool.c424 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zpool_valid_proplist()
431 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zpool_valid_proplist()
440 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zpool_valid_proplist()
457 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zpool_valid_proplist()
464 (void) zfs_error(hdl, EZFS_PROPREADONLY, errbuf); in zpool_valid_proplist()
482 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf); in zpool_valid_proplist()
492 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zpool_valid_proplist()
500 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf); in zpool_valid_proplist()
512 (void) zfs_error(hdl, EZFS_INVALIDNAME, errbuf); in zpool_valid_proplist()
519 (void) zfs_error(hdl, EZFS_OPENFAILED, errbuf); in zpool_valid_proplist()
[all …]
H A Dlibzfs_sendrecv.c911 return (zfs_error(hdl, EZFS_CROSSTARGET, errbuf)); in estimate_ioctl()
920 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in estimate_ioctl()
934 return (zfs_error(hdl, EZFS_BADBACKUP, errbuf)); in estimate_ioctl()
991 return (zfs_error(hdl, EZFS_CROSSTARGET, errbuf)); in dump_ioctl()
1000 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in dump_ioctl()
1014 return (zfs_error(hdl, EZFS_BADBACKUP, errbuf)); in dump_ioctl()
1529 return (zfs_error(hdl, EZFS_FAULT, errbuf)); in zfs_send_resume()
1544 return (zfs_error(hdl, EZFS_FAULT, errbuf)); in zfs_send_resume()
1562 return (zfs_error(hdl, EZFS_BADPATH, errbuf)); in zfs_send_resume()
1568 return (zfs_error(hdl, EZFS_BADPATH, errbuf)); in zfs_send_resume()
[all …]
H A Dlibzfs_diff.c490 return (zfs_error(di->zhp->zfs_hdl, EZFS_DIFF, di->errbuf)); in find_shares_object()
515 return (zfs_error(hdl, EZFS_DIFF, di->errbuf)); in make_temp_snapshot()
568 return (zfs_error(hdl, EZFS_INVALIDNAME, in get_snapshot_names()
597 return (zfs_error(hdl, EZFS_INVALIDNAME, di->errbuf)); in get_snapshot_names()
631 return (zfs_error(hdl, EZFS_INVALIDNAME, di->errbuf)); in get_snapshot_names()
670 return (zfs_error(di->zhp->zfs_hdl, EZFS_BADTYPE, di->errbuf)); in get_mountpoint()
764 return (zfs_error(zhp->zfs_hdl, EZFS_PIPEFAILED, errbuf)); in zfs_show_diffs()
779 return (zfs_error(zhp->zfs_hdl, in zfs_show_diffs()
809 return (zfs_error(zhp->zfs_hdl, EZFS_DIFF, di.errbuf)); in zfs_show_diffs()
811 return (zfs_error(zhp->zfs_hdl, EZFS_DIFFDATA, errbuf)); in zfs_show_diffs()
[all …]
H A Dlibzfs_util.c283 zfs_error(libzfs_handle_t *hdl, int error, const char *msg) in zfs_error() function
494 return (zfs_error(hdl, EZFS_NOMEM, "internal error")); in no_memory()
1248 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zprop_parse_value()
1276 return (zfs_error(hdl, EZFS_BADPROP, in addlist()
1325 return (zfs_error(hdl, EZFS_BADPROP, dgettext(TEXT_DOMAIN, in zprop_get_list()
1351 return (zfs_error(hdl, EZFS_BADPROP, in zprop_get_list()
H A Dlibzfs_impl.h135 int zfs_error(libzfs_handle_t *, int, const char *);
H A Dlibzfs_changelist.c571 (void) zfs_error(zhp->zfs_hdl, EZFS_NOMEM, "internal error"); in changelist_gather()
583 (void) zfs_error(zhp->zfs_hdl, EZFS_NOMEM, "internal error"); in changelist_gather()
H A Dlibzfs_import.c1336 (void) zfs_error(hdl, EZFS_BADCACHE, in zpool_find_import_cached()
1344 (void) zfs_error(hdl, EZFS_BADCACHE, in zpool_find_import_cached()
1357 (void) zfs_error(hdl, EZFS_BADCACHE, in zpool_find_import_cached()
1367 (void) zfs_error(hdl, EZFS_BADCACHE, in zpool_find_import_cached()
H A Dlibzfs_iter.c479 err = zfs_error(zhp->zfs_hdl, in iter_dependents_cb()
H A Dlibzfs.h58 typedef enum zfs_error { enum