| /freebsd-13.1/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_dataset.c | 1107 (void) zfs_error(hdl, in zfs_valid_proplist() 1393 (void) zfs_error(hdl, EZFS_ZONED, in zfs_valid_proplist() 1401 (void) zfs_error(hdl, EZFS_ZONED, in zfs_valid_proplist() 1437 (void) zfs_error(hdl, EZFS_BADPROP, in zfs_valid_proplist() 1462 (void) zfs_error(hdl, EZFS_BADPROP, in zfs_valid_proplist() 1470 (void) zfs_error(hdl, EZFS_BADPROP, in zfs_valid_proplist() 1517 (void) zfs_error(hdl, EZFS_BADPROP, in zfs_valid_proplist() 1526 (void) zfs_error(hdl, EZFS_BADPROP, in zfs_valid_proplist() 1548 (void) zfs_error(hdl, EZFS_BADPROP, in zfs_valid_proplist() 1998 ret = zfs_error(hdl, EZFS_ZONED, errbuf); in zfs_prop_inherit() [all …]
|
| H A D | libzfs_pool.c | 702 (void) zfs_error(hdl, EZFS_BADPROP, in zpool_valid_proplist() 1332 zfs_error(hdl, EZFS_CRYPTOFAILED, msg); in zpool_create() 1473 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_destroy() 1583 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_add() 3082 return (zfs_error(hdl, EZFS_NODEVICE, in zpool_vdev_online() 3387 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_vdev_attach() 3396 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_vdev_attach() 3406 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_vdev_attach() 3820 (void) zfs_error(hdl, EZFS_BUSY, msg); in zpool_vdev_remove() 3827 (void) zfs_error(hdl, EZFS_BUSY, msg); in zpool_vdev_remove() [all …]
|
| H A D | libzfs_sendrecv.c | 757 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in zfs_send_space() 1484 return (zfs_error(zhp->zfs_hdl, in estimate_size() 1658 return (zfs_error(hdl, EZFS_FAULT, errbuf)); in zfs_send_resume_impl() 1898 ret = zfs_error(hdl, EZFS_FAULT, errbuf); in zfs_send_saved() 1911 ret = zfs_error(hdl, EZFS_FAULT, errbuf); in zfs_send_saved() 1922 ret = zfs_error(hdl, EZFS_FAULT, errbuf); in zfs_send_saved() 1930 ret = zfs_error(hdl, EZFS_FAULT, errbuf); in zfs_send_saved() 2515 return (zfs_error(zhp->zfs_hdl, in zfs_send_one() 4303 err = zfs_error(hdl, EZFS_NOENT, errbuf); in zfs_receive_one() 4318 err = zfs_error(hdl, EZFS_NOTSUP, errbuf); in zfs_receive_one() [all …]
|
| H A D | libzfs_diff.c | 266 zfs_error(di->zhp->zfs_hdl, di->zerr, di->errbuf); in write_inuse_diffs_one() 281 zfs_error(di->zhp->zfs_hdl, di->zerr, di->errbuf); in write_inuse_diffs_one() 499 return (zfs_error(hdl, EZFS_DIFF, di->errbuf)); in make_temp_snapshot() 554 return (zfs_error(hdl, EZFS_INVALIDNAME, in get_snapshot_names() 582 return (zfs_error(hdl, EZFS_INVALIDNAME, di->errbuf)); in get_snapshot_names() 616 return (zfs_error(hdl, EZFS_INVALIDNAME, di->errbuf)); in get_snapshot_names() 749 return (zfs_error(zhp->zfs_hdl, EZFS_PIPEFAILED, errbuf)); in zfs_show_diffs() 764 return (zfs_error(zhp->zfs_hdl, in zfs_show_diffs() 794 return (zfs_error(zhp->zfs_hdl, EZFS_DIFF, di.errbuf)); in zfs_show_diffs() 796 return (zfs_error(zhp->zfs_hdl, EZFS_DIFFDATA, errbuf)); in zfs_show_diffs() [all …]
|
| H A D | libzfs_util.c | 516 (void) zfs_error(hdl, EZFS_PROPSPACE, errbuf); in zfs_setprop_error() 523 (void) zfs_error(hdl, EZFS_PROPSPACE, errbuf); in zfs_setprop_error() 543 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zfs_setprop_error() 560 (void) zfs_error(hdl, EZFS_NOTSUP, errbuf); in zfs_setprop_error() 566 (void) zfs_error(hdl, EZFS_NOTSUP, errbuf); in zfs_setprop_error() 574 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zfs_setprop_error() 581 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zfs_setprop_error() 588 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zfs_setprop_error() 1760 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); 1788 return (zfs_error(hdl, EZFS_BADPROP, [all …]
|
| H A D | libzfs_crypto.c | 1411 zfs_error(zhp->zfs_hdl, EZFS_CRYPTOFAILED, errbuf); in zfs_crypto_load_key() 1510 zfs_error(zhp->zfs_hdl, EZFS_CRYPTOFAILED, errbuf); in zfs_crypto_unload_key() 1516 zfs_error(zhp->zfs_hdl, EZFS_CRYPTOFAILED, errbuf); in zfs_crypto_unload_key() 1782 zfs_error(zhp->zfs_hdl, EZFS_CRYPTOFAILED, errbuf); in zfs_crypto_rewrap() 1802 zfs_error(zhp->zfs_hdl, EZFS_CRYPTOFAILED, errbuf); in zfs_crypto_rewrap()
|
| H A D | libzfs_changelist.c | 660 (void) zfs_error(zhp->zfs_hdl, EZFS_NOMEM, "internal error"); in changelist_gather() 671 (void) zfs_error(zhp->zfs_hdl, EZFS_NOMEM, "internal error"); in changelist_gather()
|
| H A D | libzfs_iter.c | 513 err = zfs_error(zhp->zfs_hdl, in iter_dependents_cb()
|
| H A D | libzfs.abi | 143 …<elf-symbol name='zfs_error' type='func-type' binding='global-binding' visibility='default-visibil… 2165 …nction-decl name='zfs_error' mangled-name='zfs_error' visibility='default' binding='global' size-i…
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfs/os/linux/ |
| H A D | libzfs_pool_os.c | 68 return (zfs_error(hdl, EZFS_OPENFAILED, msg)); in zpool_relabel_disk() 86 return (zfs_error(hdl, EZFS_NOCAP, msg)); in zpool_relabel_disk() 251 return (zfs_error(hdl, EZFS_OPENFAILED, errbuf)); in zpool_label_disk() 266 return (zfs_error(hdl, EZFS_NOCAP, errbuf)); in zpool_label_disk() 314 return (zfs_error(hdl, EZFS_LABELFAILED, errbuf)); in zpool_label_disk() 328 return (zfs_error(hdl, EZFS_LABELFAILED, errbuf)); in zpool_label_disk() 339 return (zfs_error(hdl, EZFS_LABELFAILED, errbuf)); in zpool_label_disk()
|
| H A D | libzfs_util_os.c | 180 return (zfs_error(di->zhp->zfs_hdl, EZFS_DIFF, di->errbuf)); in find_shares_object()
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfs/os/freebsd/ |
| H A D | libzfs_compat.c | 271 return (zfs_error(hdl, EZFS_BADTYPE, errbuf)); in zfs_jail() 275 return (zfs_error(hdl, EZFS_BADTYPE, errbuf)); in zfs_jail() 279 return (zfs_error(hdl, EZFS_BADTYPE, errbuf)); in zfs_jail()
|
| /freebsd-13.1/sys/contrib/openzfs/include/ |
| H A D | libzfs_impl.h | 138 int zfs_error(libzfs_handle_t *, int, const char *);
|
| H A D | libzfs.h | 61 typedef enum zfs_error { enum
|