Searched refs:EZFS_BADVERSION (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 536 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf); in zpool_valid_proplist() 577 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf); in zpool_valid_proplist() 1458 return (zfs_error(hdl, EZFS_BADVERSION, msg)); in zpool_add() 1467 return (zfs_error(hdl, EZFS_BADVERSION, msg)); in zpool_add() 1518 (void) zfs_error(hdl, EZFS_BADVERSION, msg); in zpool_add() 1933 (void) zfs_error(hdl, EZFS_BADVERSION, desc); in zpool_import_props() 3578 return (zfs_error(hdl, EZFS_BADVERSION, msg)); in zpool_vdev_remove() 4354 return (zfs_error_fmt(hdl, EZFS_BADVERSION, in get_history()
|
H A D | libzfs_dataset.c | 1732 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf); in zfs_setprop_error() 3724 return (zfs_error(hdl, EZFS_BADVERSION, errbuf)); in zfs_create() 4066 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf); in zfs_remap_indirects() 4959 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf); in zfs_hold_nvl() 5079 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf); in zfs_release() 5149 err = zfs_error(hdl, EZFS_BADVERSION, errbuf); in zfs_get_fsacl() 5212 err = zfs_error(hdl, EZFS_BADVERSION, errbuf); in zfs_set_fsacl() 5249 err = zfs_error(hdl, EZFS_BADVERSION, errbuf); in zfs_get_holds()
|
H A D | libzfs_util.c | 124 case EZFS_BADVERSION: in libzfs_error_description() 436 zfs_verror(hdl, EZFS_BADVERSION, fmt, ap); in zfs_standard_error_fmt()
|
H A D | libzfs.h | 83 EZFS_BADVERSION, /* unsupported version */ enumerator
|
H A D | libzfs_sendrecv.c | 4336 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf); in zfs_receive_one()
|