/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
H A D | libzfs_dataset.c | 636 (void) zfs_error(hdl, EZFS_INVALIDNAME, errbuf); in zfs_open() 666 (void) zfs_error(hdl, EZFS_BADTYPE, errbuf); in zfs_open() 897 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zfs_valid_proplist() 905 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zfs_valid_proplist() 924 (void) zfs_error(hdl, EZFS_PROPTYPE, errbuf); in zfs_valid_proplist() 941 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zfs_valid_proplist() 950 (void) zfs_error(hdl, EZFS_PROPREADONLY, in zfs_valid_proplist() 961 (void) zfs_error(hdl, in zfs_valid_proplist() 977 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zfs_valid_proplist() 1002 (void) zfs_error(hdl, EZFS_PROPREADONLY, errbuf); in zfs_valid_proplist() [all …]
|
H A D | libzfs_pool.c | 455 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zpool_valid_proplist() 462 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zpool_valid_proplist() 471 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zpool_valid_proplist() 488 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zpool_valid_proplist() 495 (void) zfs_error(hdl, EZFS_PROPREADONLY, errbuf); in zpool_valid_proplist() 513 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf); in zpool_valid_proplist() 523 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zpool_valid_proplist() 531 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf); in zpool_valid_proplist() 543 (void) zfs_error(hdl, EZFS_INVALIDNAME, errbuf); in zpool_valid_proplist() 550 (void) zfs_error(hdl, EZFS_OPENFAILED, errbuf); in zpool_valid_proplist() [all …]
|
H A D | libzfs_sendrecv.c | 966 return (zfs_error(hdl, EZFS_CROSSTARGET, errbuf)); in estimate_ioctl() 975 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in estimate_ioctl() 988 return (zfs_error(hdl, EZFS_BADBACKUP, errbuf)); in estimate_ioctl() 1045 return (zfs_error(hdl, EZFS_CROSSTARGET, errbuf)); in dump_ioctl() 1054 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in dump_ioctl() 1070 return (zfs_error(hdl, EZFS_BADBACKUP, errbuf)); in dump_ioctl() 1585 return (zfs_error(hdl, EZFS_FAULT, errbuf)); in zfs_send_resume() 1600 return (zfs_error(hdl, EZFS_FAULT, errbuf)); in zfs_send_resume() 1618 return (zfs_error(hdl, EZFS_BADPATH, errbuf)); in zfs_send_resume() 1624 return (zfs_error(hdl, EZFS_BADPATH, errbuf)); in zfs_send_resume() [all …]
|
H A D | libzfs_diff.c | 505 return (zfs_error(di->zhp->zfs_hdl, EZFS_DIFF, di->errbuf)); in find_shares_object() 533 return (zfs_error(hdl, EZFS_DIFF, di->errbuf)); in make_temp_snapshot() 586 return (zfs_error(hdl, EZFS_INVALIDNAME, in get_snapshot_names() 615 return (zfs_error(hdl, EZFS_INVALIDNAME, di->errbuf)); in get_snapshot_names() 649 return (zfs_error(hdl, EZFS_INVALIDNAME, di->errbuf)); in get_snapshot_names() 688 return (zfs_error(di->zhp->zfs_hdl, EZFS_BADTYPE, di->errbuf)); in get_mountpoint() 782 return (zfs_error(zhp->zfs_hdl, EZFS_PIPEFAILED, errbuf)); in zfs_show_diffs() 797 return (zfs_error(zhp->zfs_hdl, in zfs_show_diffs() 827 return (zfs_error(zhp->zfs_hdl, EZFS_DIFF, di.errbuf)); in zfs_show_diffs() 829 return (zfs_error(zhp->zfs_hdl, EZFS_DIFFDATA, errbuf)); in zfs_show_diffs() [all …]
|
H A D | libzfs_util.c | 293 zfs_error(libzfs_handle_t *hdl, int error, const char *msg) in zfs_error() function 506 return (zfs_error(hdl, EZFS_NOMEM, "internal error")); in no_memory() 1360 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zprop_parse_value() 1388 return (zfs_error(hdl, EZFS_BADPROP, in addlist() 1437 return (zfs_error(hdl, EZFS_BADPROP, dgettext(TEXT_DOMAIN, in zprop_get_list() 1463 return (zfs_error(hdl, EZFS_BADPROP, in zprop_get_list()
|
H A D | libzfs_impl.h | 130 int zfs_error(libzfs_handle_t *, int, const char *);
|
H A D | libzfs_changelist.c | 581 (void) zfs_error(zhp->zfs_hdl, EZFS_NOMEM, "internal error"); in changelist_gather() 593 (void) zfs_error(zhp->zfs_hdl, EZFS_NOMEM, "internal error"); in changelist_gather()
|
H A D | libzfs_import.c | 1445 (void) zfs_error(hdl, EZFS_BADCACHE, in zpool_find_import_cached() 1453 (void) zfs_error(hdl, EZFS_BADCACHE, in zpool_find_import_cached() 1466 (void) zfs_error(hdl, EZFS_BADCACHE, in zpool_find_import_cached() 1476 (void) zfs_error(hdl, EZFS_BADCACHE, in zpool_find_import_cached()
|
H A D | libzfs_iter.c | 485 err = zfs_error(zhp->zfs_hdl, in iter_dependents_cb()
|
H A D | libzfs.h | 60 typedef enum zfs_error { enum
|