Searched refs:EZFS_CRYPTOFAILED (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_crypto.c | 1228 zfs_error(zhp->zfs_hdl, EZFS_CRYPTOFAILED, errbuf); in zfs_crypto_load_key() 1327 zfs_error(zhp->zfs_hdl, EZFS_CRYPTOFAILED, errbuf); in zfs_crypto_unload_key() 1333 zfs_error(zhp->zfs_hdl, EZFS_CRYPTOFAILED, errbuf); in zfs_crypto_unload_key() 1599 zfs_error(zhp->zfs_hdl, EZFS_CRYPTOFAILED, errbuf); in zfs_crypto_rewrap() 1619 zfs_error(zhp->zfs_hdl, EZFS_CRYPTOFAILED, errbuf); in zfs_crypto_rewrap()
|
| H A D | libzfs_sendrecv.c | 819 return (zfs_error(hdl, EZFS_CRYPTOFAILED, errbuf)); in dump_ioctl() 1795 return (zfs_error(hdl, EZFS_CRYPTOFAILED, errbuf)); in zfs_send_resume_impl() 2549 return (zfs_error(hdl, EZFS_CRYPTOFAILED, errbuf)); in zfs_send_one() 4052 ret = zfs_error(hdl, EZFS_CRYPTOFAILED, errbuf); in zfs_setup_cmdline_props() 4787 (void) zfs_error(hdl, EZFS_CRYPTOFAILED, errbuf); in zfs_receive_one()
|
| H A D | libzfs_dataset.c | 3727 return (zfs_error(hdl, EZFS_CRYPTOFAILED, errbuf)); in zfs_create() 3754 return (zfs_error(hdl, EZFS_CRYPTOFAILED, errbuf)); in zfs_create() 3967 return (zfs_error(hdl, EZFS_CRYPTOFAILED, errbuf)); in zfs_clone() 4550 (void) zfs_error(hdl, EZFS_CRYPTOFAILED, errbuf); in zfs_rename()
|
| H A D | libzfs_util.c | 270 case EZFS_CRYPTOFAILED: in libzfs_error_description()
|
| H A D | libzfs_pool.c | 1287 zfs_error(hdl, EZFS_CRYPTOFAILED, msg); in zpool_create()
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzfs.h | 134 EZFS_CRYPTOFAILED, /* failed to setup encryption */ enumerator
|