Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c693 (void) zfs_error(hdl, EZFS_INVALIDNAME, errbuf); in zfs_open()
739 (void) zfs_error(hdl, EZFS_NOENT, errbuf); in zfs_open()
757 (void) zfs_error(hdl, EZFS_BADTYPE, errbuf); in zfs_open()
985 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zfs_valid_proplist()
993 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zfs_valid_proplist()
1012 (void) zfs_error(hdl, EZFS_PROPTYPE, errbuf); in zfs_valid_proplist()
1029 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zfs_valid_proplist()
1038 (void) zfs_error(hdl, EZFS_PROPREADONLY, in zfs_valid_proplist()
1049 (void) zfs_error(hdl, in zfs_valid_proplist()
1065 (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.c909 return (zfs_error(hdl, EZFS_CROSSTARGET, errbuf)); in estimate_ioctl()
918 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in estimate_ioctl()
932 return (zfs_error(hdl, EZFS_BADBACKUP, errbuf)); in estimate_ioctl()
989 return (zfs_error(hdl, EZFS_CROSSTARGET, errbuf)); in dump_ioctl()
998 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in dump_ioctl()
1012 return (zfs_error(hdl, EZFS_BADBACKUP, errbuf)); in dump_ioctl()
1527 return (zfs_error(hdl, EZFS_FAULT, errbuf)); in zfs_send_resume()
1542 return (zfs_error(hdl, EZFS_FAULT, errbuf)); in zfs_send_resume()
1560 return (zfs_error(hdl, EZFS_BADPATH, errbuf)); in zfs_send_resume()
1566 return (zfs_error(hdl, EZFS_BADPATH, errbuf)); in zfs_send_resume()
[all …]
H A Dlibzfs_diff.c497 return (zfs_error(di->zhp->zfs_hdl, EZFS_DIFF, di->errbuf)); in find_shares_object()
522 return (zfs_error(hdl, EZFS_DIFF, di->errbuf)); in make_temp_snapshot()
575 return (zfs_error(hdl, EZFS_INVALIDNAME, in get_snapshot_names()
604 return (zfs_error(hdl, EZFS_INVALIDNAME, di->errbuf)); in get_snapshot_names()
638 return (zfs_error(hdl, EZFS_INVALIDNAME, di->errbuf)); in get_snapshot_names()
677 return (zfs_error(di->zhp->zfs_hdl, EZFS_BADTYPE, di->errbuf)); in get_mountpoint()
771 return (zfs_error(zhp->zfs_hdl, EZFS_PIPEFAILED, errbuf)); in zfs_show_diffs()
786 return (zfs_error(zhp->zfs_hdl, in zfs_show_diffs()
816 return (zfs_error(zhp->zfs_hdl, EZFS_DIFF, di.errbuf)); in zfs_show_diffs()
818 return (zfs_error(zhp->zfs_hdl, EZFS_DIFFDATA, errbuf)); in zfs_show_diffs()
[all …]
H A Dlibzfs_util.c282 zfs_error(libzfs_handle_t *hdl, int error, const char *msg) in zfs_error() function
493 return (zfs_error(hdl, EZFS_NOMEM, "internal error")); in no_memory()
1282 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zprop_parse_value()
1310 return (zfs_error(hdl, EZFS_BADPROP, in addlist()
1359 return (zfs_error(hdl, EZFS_BADPROP, dgettext(TEXT_DOMAIN, in zprop_get_list()
1385 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.c1337 (void) zfs_error(hdl, EZFS_BADCACHE, in zpool_find_import_cached()
1345 (void) zfs_error(hdl, EZFS_BADCACHE, in zpool_find_import_cached()
1358 (void) zfs_error(hdl, EZFS_BADCACHE, in zpool_find_import_cached()
1368 (void) zfs_error(hdl, EZFS_BADCACHE, in zpool_find_import_cached()
H A Dlibzfs_iter.c478 err = zfs_error(zhp->zfs_hdl, in iter_dependents_cb()
H A Dlibzfs.h57 typedef enum zfs_error { enum