HomeSort by: relevance | last modified time | path
    Searched refs:EZFS_BADVERSION (Results 1 - 5 of 5) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_pool.c 513 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf);
531 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf);
1293 return (zfs_error(hdl, EZFS_BADVERSION, msg));
1302 return (zfs_error(hdl, EZFS_BADVERSION, msg));
1345 (void) zfs_error(hdl, EZFS_BADVERSION, msg);
1772 (void) zfs_error(hdl, EZFS_BADVERSION, desc);
3115 return (zfs_error(hdl, EZFS_BADVERSION, msg));
3675 return (zfs_error_fmt(hdl, EZFS_BADVERSION,
libzfs_util.c 130 case EZFS_BADVERSION:
399 zfs_verror(hdl, EZFS_BADVERSION, fmt, ap);
libzfs_dataset.c 1482 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf);
3345 return (zfs_error(hdl, EZFS_BADVERSION, errbuf));
4506 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf);
4626 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf);
4696 err = zfs_error(hdl, EZFS_BADVERSION, errbuf);
4759 err = zfs_error(hdl, EZFS_BADVERSION, errbuf);
4796 err = zfs_error(hdl, EZFS_BADVERSION, errbuf);
libzfs.h 83 EZFS_BADVERSION, /* unsupported version */
libzfs_sendrecv.c 3543 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf);

Completed in 21 milliseconds