| /NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/ |
| HD | libzfs_dataset.c | 667 (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 …]
|
| HD | libzfs_pool.c | 453 (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 …]
|
| HD | libzfs_sendrecv.c | 863 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 …]
|
| HD | libzfs_diff.c | 501 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 …]
|
| HD | libzfs_util.c | 287 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()
|
| HD | libzfs_impl.h | 136 int zfs_error(libzfs_handle_t *, int, const char *);
|
| HD | libzfs_changelist.c | 577 (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()
|
| HD | libzfs_import.c | 1386 (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()
|
| HD | libzfs_iter.c | 486 err = zfs_error(zhp->zfs_hdl, in iter_dependents_cb()
|
| HD | libzfs.h | 62 typedef enum zfs_error { enum
|