Searched refs:EZFS_BADVERSION (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 482 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf); in zpool_valid_proplist() 500 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf); in zpool_valid_proplist() 1254 return (zfs_error(hdl, EZFS_BADVERSION, msg)); in zpool_add() 1263 return (zfs_error(hdl, EZFS_BADVERSION, msg)); in zpool_add() 1306 (void) zfs_error(hdl, EZFS_BADVERSION, msg); in zpool_add() 1733 (void) zfs_error(hdl, EZFS_BADVERSION, desc); in zpool_import_props() 3053 return (zfs_error(hdl, EZFS_BADVERSION, msg)); in zpool_vdev_remove() 3595 return (zfs_error_fmt(hdl, EZFS_BADVERSION, in get_history()
|
H A D | libzfs_dataset.c | 1551 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf); in zfs_setprop_error() 3387 return (zfs_error(hdl, EZFS_BADVERSION, errbuf)); in zfs_create() 4513 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf); in zfs_hold_nvl() 4633 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf); in zfs_release() 4703 err = zfs_error(hdl, EZFS_BADVERSION, errbuf); in zfs_get_fsacl() 4766 err = zfs_error(hdl, EZFS_BADVERSION, errbuf); in zfs_set_fsacl() 4803 err = zfs_error(hdl, EZFS_BADVERSION, errbuf); in zfs_get_holds()
|
H A D | libzfs_util.c | 120 case EZFS_BADVERSION: in libzfs_error_description() 388 zfs_verror(hdl, EZFS_BADVERSION, fmt, ap); in zfs_standard_error_fmt()
|
H A D | libzfs.h | 81 EZFS_BADVERSION, /* unsupported version */ enumerator
|
H A D | libzfs_sendrecv.c | 3446 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf); in zfs_receive_one()
|