Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c1061 (void) zfs_error(hdl, in zfs_valid_proplist()
1334 (void) zfs_error(hdl, EZFS_ZONED, in zfs_valid_proplist()
1387 (void) zfs_error(hdl, EZFS_BADPROP, in zfs_valid_proplist()
1403 (void) zfs_error(hdl, EZFS_BADPROP, in zfs_valid_proplist()
1430 (void) zfs_error(hdl, EZFS_BADPROP, in zfs_valid_proplist()
1438 (void) zfs_error(hdl, EZFS_BADPROP, in zfs_valid_proplist()
1484 (void) zfs_error(hdl, EZFS_BADPROP, in zfs_valid_proplist()
1495 (void) zfs_error(hdl, EZFS_BADPROP, in zfs_valid_proplist()
1509 (void) zfs_error(hdl, EZFS_BADPROP, in zfs_valid_proplist()
1518 (void) zfs_error(hdl, EZFS_BADPROP, in zfs_valid_proplist()
[all …]
H A Dlibzfs_pool.c665 (void) zfs_error(hdl, EZFS_BADPROP, in zpool_valid_proplist()
1238 (void) zfs_error(hdl, EZFS_BADPROP, msg); in zpool_create()
1375 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_destroy()
1485 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_add()
1492 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_add()
1512 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_add()
3212 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_vdev_attach()
3221 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_vdev_attach()
3231 (void) zfs_error(hdl, EZFS_BADDEV, msg); in zpool_vdev_attach()
3598 (void) zfs_error(hdl, EZFS_BUSY, msg); in zpool_vdev_remove()
[all …]
H A Dlibzfs_sendrecv.c1072 return (zfs_error(hdl, EZFS_NOENT, errbuf)); in estimate_ioctl()
1691 return (zfs_error(hdl, EZFS_FAULT, errbuf)); in zfs_send_resume()
1706 return (zfs_error(hdl, EZFS_FAULT, errbuf)); in zfs_send_resume()
1904 return (zfs_error(zhp->zfs_hdl, in zfs_send()
1962 err = zfs_error(zhp->zfs_hdl, EZFS_NOSPC, in zfs_send()
2201 return (zfs_error(hdl, EZFS_BUSY, errbuf)); in zfs_send_one()
3844 err = zfs_error(hdl, EZFS_NOENT, errbuf); in zfs_receive_one()
3964 err = zfs_error(hdl, EZFS_EXISTS, errbuf); in zfs_receive_one()
4060 err = zfs_error(hdl, EZFS_NOENT, errbuf); in zfs_receive_one()
4340 (void) zfs_error(hdl, EZFS_NOSPC, errbuf); in zfs_receive_one()
[all …]
H A Dlibzfs_diff.c499 return (zfs_error(di->zhp->zfs_hdl, EZFS_DIFF, di->errbuf)); in find_shares_object()
524 return (zfs_error(hdl, EZFS_DIFF, di->errbuf)); in make_temp_snapshot()
577 return (zfs_error(hdl, EZFS_INVALIDNAME, in get_snapshot_names()
606 return (zfs_error(hdl, EZFS_INVALIDNAME, di->errbuf)); in get_snapshot_names()
640 return (zfs_error(hdl, EZFS_INVALIDNAME, di->errbuf)); in get_snapshot_names()
679 return (zfs_error(di->zhp->zfs_hdl, EZFS_BADTYPE, di->errbuf)); in get_mountpoint()
773 return (zfs_error(zhp->zfs_hdl, EZFS_PIPEFAILED, errbuf)); in zfs_show_diffs()
788 return (zfs_error(zhp->zfs_hdl, in zfs_show_diffs()
818 return (zfs_error(zhp->zfs_hdl, EZFS_DIFF, di.errbuf)); in zfs_show_diffs()
820 return (zfs_error(zhp->zfs_hdl, EZFS_DIFFDATA, errbuf)); in zfs_show_diffs()
[all …]
H A Dlibzfs_util.c331 zfs_error(libzfs_handle_t *hdl, int error, const char *msg) in zfs_error() function
598 return (zfs_error(hdl, EZFS_NOMEM, "internal error")); in no_memory()
1409 (void) zfs_error(hdl, EZFS_BADPROP, errbuf); in zprop_parse_value()
1437 return (zfs_error(hdl, EZFS_BADPROP, in addlist()
1486 return (zfs_error(hdl, EZFS_BADPROP, dgettext(TEXT_DOMAIN, in zprop_get_list()
1512 return (zfs_error(hdl, EZFS_BADPROP, in zprop_get_list()
H A Dlibzfs_crypto.c1260 (void) zfs_error(zhp->zfs_hdl, EZFS_CRYPTOFAILED, errbuf); in zfs_crypto_load_key()
1356 (void) zfs_error(zhp->zfs_hdl, EZFS_CRYPTOFAILED, errbuf); in zfs_crypto_unload_key()
1362 (void) zfs_error(zhp->zfs_hdl, EZFS_CRYPTOFAILED, errbuf); in zfs_crypto_unload_key()
1615 (void) zfs_error(zhp->zfs_hdl, EZFS_CRYPTOFAILED, errbuf); in zfs_crypto_rewrap()
1635 (void) zfs_error(zhp->zfs_hdl, EZFS_CRYPTOFAILED, errbuf); in zfs_crypto_rewrap()
H A Dlibzfs_impl.h194 int zfs_error(libzfs_handle_t *, int, const char *);
H A Dlibzfs_changelist.c603 (void) zfs_error(zhp->zfs_hdl, EZFS_NOMEM, "internal error"); in changelist_gather()
615 (void) zfs_error(zhp->zfs_hdl, EZFS_NOMEM, "internal error"); in changelist_gather()
H A Dlibzfs_iter.c487 err = zfs_error(zhp->zfs_hdl, in iter_dependents_cb()
H A Dlibzfs.h60 typedef enum zfs_error { enum