Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_dataset.c667 (void) zfs_error(hdl, EZFS_INVALIDNAME, errbuf); in zfs_open()
697 (void) zfs_error(hdl, EZFS_BADTYPE, errbuf); in zfs_open()
926 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zfs_valid_proplist()
934 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zfs_valid_proplist()
953 (void) zfs_error(hdl, EZFS_PROPTYPE, errbuf); in zfs_valid_proplist()
970 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zfs_valid_proplist()
979 (void) zfs_error(hdl, EZFS_PROPREADONLY, in zfs_valid_proplist()
990 (void) zfs_error(hdl, in zfs_valid_proplist()
1006 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zfs_valid_proplist()
1031 (void) zfs_error(hdl, EZFS_PROPREADONLY, errbuf); in zfs_valid_proplist()
[all …]
HDlibzfs_pool.c453 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zpool_valid_proplist()
460 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zpool_valid_proplist()
469 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zpool_valid_proplist()
486 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zpool_valid_proplist()
493 (void) zfs_error(hdl, EZFS_PROPREADONLY, errbuf); in zpool_valid_proplist()
511 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf); in zpool_valid_proplist()
521 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zpool_valid_proplist()
529 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf); in zpool_valid_proplist()
541 (void) zfs_error(hdl, EZFS_INVALIDNAME, errbuf); in zpool_valid_proplist()
548 (void) zfs_error(hdl, EZFS_OPENFAILED, errbuf); in zpool_valid_proplist()
[all …]
HDlibzfs_sendrecv.c863 return (zfs_error(hdl, EZFS_CROSSTARGET, errbuf)); in estimate_ioctl()
872 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in estimate_ioctl()
885 return (zfs_error(hdl, EZFS_BADBACKUP, errbuf)); in estimate_ioctl()
942 return (zfs_error(hdl, EZFS_CROSSTARGET, errbuf)); in dump_ioctl()
951 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in dump_ioctl()
967 return (zfs_error(hdl, EZFS_BADBACKUP, errbuf)); in dump_ioctl()
1482 return (zfs_error(hdl, EZFS_FAULT, errbuf)); in zfs_send_resume()
1497 return (zfs_error(hdl, EZFS_FAULT, errbuf)); in zfs_send_resume()
1515 return (zfs_error(hdl, EZFS_BADPATH, errbuf)); in zfs_send_resume()
1521 return (zfs_error(hdl, EZFS_BADPATH, errbuf)); in zfs_send_resume()
[all …]
HDlibzfs_diff.c501 return (zfs_error(di->zhp->zfs_hdl, EZFS_DIFF, di->errbuf)); in find_shares_object()
529 return (zfs_error(hdl, EZFS_DIFF, di->errbuf)); in make_temp_snapshot()
582 return (zfs_error(hdl, EZFS_INVALIDNAME, in get_snapshot_names()
611 return (zfs_error(hdl, EZFS_INVALIDNAME, di->errbuf)); in get_snapshot_names()
645 return (zfs_error(hdl, EZFS_INVALIDNAME, di->errbuf)); in get_snapshot_names()
684 return (zfs_error(di->zhp->zfs_hdl, EZFS_BADTYPE, di->errbuf)); in get_mountpoint()
778 return (zfs_error(zhp->zfs_hdl, EZFS_PIPEFAILED, errbuf)); in zfs_show_diffs()
793 return (zfs_error(zhp->zfs_hdl, in zfs_show_diffs()
823 return (zfs_error(zhp->zfs_hdl, EZFS_DIFF, di.errbuf)); in zfs_show_diffs()
825 return (zfs_error(zhp->zfs_hdl, EZFS_DIFFDATA, errbuf)); in zfs_show_diffs()
[all …]
HDlibzfs_util.c287 zfs_error(libzfs_handle_t *hdl, int error, const char *msg) in zfs_error() function
500 return (zfs_error(hdl, EZFS_NOMEM, "internal error")); in no_memory()
1325 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zprop_parse_value()
1353 return (zfs_error(hdl, EZFS_BADPROP, in addlist()
1402 return (zfs_error(hdl, EZFS_BADPROP, dgettext(TEXT_DOMAIN, in zprop_get_list()
1428 return (zfs_error(hdl, EZFS_BADPROP, in zprop_get_list()
HDlibzfs_impl.h136 int zfs_error(libzfs_handle_t *, int, const char *);
HDlibzfs_changelist.c577 (void) zfs_error(zhp->zfs_hdl, EZFS_NOMEM, "internal error"); in changelist_gather()
589 (void) zfs_error(zhp->zfs_hdl, EZFS_NOMEM, "internal error"); in changelist_gather()
HDlibzfs_import.c1386 (void) zfs_error(hdl, EZFS_BADCACHE, in zpool_find_import_cached()
1394 (void) zfs_error(hdl, EZFS_BADCACHE, in zpool_find_import_cached()
1407 (void) zfs_error(hdl, EZFS_BADCACHE, in zpool_find_import_cached()
1417 (void) zfs_error(hdl, EZFS_BADCACHE, in zpool_find_import_cached()
HDlibzfs_iter.c486 err = zfs_error(zhp->zfs_hdl, in iter_dependents_cb()
HDlibzfs.h62 typedef enum zfs_error { enum