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

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c636 (void) zfs_error(hdl, EZFS_INVALIDNAME, errbuf);
666 (void) zfs_error(hdl, EZFS_BADTYPE, errbuf);
897 (void) zfs_error(hdl, EZFS_BADPROP, errbuf);
905 (void) zfs_error(hdl, EZFS_BADPROP, errbuf);
924 (void) zfs_error(hdl, EZFS_PROPTYPE, errbuf);
941 (void) zfs_error(hdl, EZFS_BADPROP, errbuf);
950 (void) zfs_error(hdl, EZFS_PROPREADONLY,
961 (void) zfs_error(hdl,
977 (void) zfs_error(hdl, EZFS_BADPROP, errbuf);
1002 (void) zfs_error(hd
[all...]
H A Dlibzfs_pool.c455 (void) zfs_error(hdl, EZFS_BADPROP, errbuf);
462 (void) zfs_error(hdl, EZFS_BADPROP, errbuf);
471 (void) zfs_error(hdl, EZFS_BADPROP, errbuf);
488 (void) zfs_error(hdl, EZFS_BADPROP, errbuf);
495 (void) zfs_error(hdl, EZFS_PROPREADONLY, errbuf);
513 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf);
523 (void) zfs_error(hdl, EZFS_BADPROP, errbuf);
531 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf);
543 (void) zfs_error(hdl, EZFS_INVALIDNAME, errbuf);
550 (void) zfs_error(hd
[all...]
H A Dlibzfs_sendrecv.c966 return (zfs_error(hdl, EZFS_CROSSTARGET, errbuf));
975 return (zfs_error(hdl, EZFS_NOENT, errbuf));
988 return (zfs_error(hdl, EZFS_BADBACKUP, errbuf));
1045 return (zfs_error(hdl, EZFS_CROSSTARGET, errbuf));
1054 return (zfs_error(hdl, EZFS_NOENT, errbuf));
1070 return (zfs_error(hdl, EZFS_BADBACKUP, errbuf));
1585 return (zfs_error(hdl, EZFS_FAULT, errbuf));
1600 return (zfs_error(hdl, EZFS_FAULT, errbuf));
1618 return (zfs_error(hdl, EZFS_BADPATH, errbuf));
1624 return (zfs_error(hd
[all...]
H A Dlibzfs_diff.c494 return (zfs_error(di->zhp->zfs_hdl, EZFS_DIFF, di->errbuf));
522 return (zfs_error(hdl, EZFS_DIFF, di->errbuf));
575 return (zfs_error(hdl, EZFS_INVALIDNAME,
604 return (zfs_error(hdl, EZFS_INVALIDNAME, di->errbuf));
638 return (zfs_error(hdl, EZFS_INVALIDNAME, di->errbuf));
677 return (zfs_error(di->zhp->zfs_hdl, EZFS_BADTYPE, di->errbuf));
771 return (zfs_error(zhp->zfs_hdl, EZFS_PIPEFAILED, errbuf));
786 return (zfs_error(zhp->zfs_hdl,
816 return (zfs_error(zhp->zfs_hdl, EZFS_DIFF, di.errbuf));
818 return (zfs_error(zh
[all...]
H A Dlibzfs_impl.h135 int zfs_error(libzfs_handle_t *, int, const char *);
H A Dlibzfs_util.c289 zfs_error(libzfs_handle_t *hdl, int error, const char *msg) function
502 return (zfs_error(hdl, EZFS_NOMEM, "internal error"));
1296 (void) zfs_error(hdl, EZFS_BADPROP, errbuf);
1324 return (zfs_error(hdl, EZFS_BADPROP,
1373 return (zfs_error(hdl, EZFS_BADPROP, dgettext(TEXT_DOMAIN,
1399 return (zfs_error(hdl, EZFS_BADPROP,
H A Dlibzfs_changelist.c581 (void) zfs_error(zhp->zfs_hdl, EZFS_NOMEM, "internal error");
593 (void) zfs_error(zhp->zfs_hdl, EZFS_NOMEM, "internal error");
H A Dlibzfs_import.c1387 (void) zfs_error(hdl, EZFS_BADCACHE,
1395 (void) zfs_error(hdl, EZFS_BADCACHE,
1408 (void) zfs_error(hdl, EZFS_BADCACHE,
1418 (void) zfs_error(hdl, EZFS_BADCACHE,
H A Dlibzfs_iter.c485 err = zfs_error(zhp->zfs_hdl,
H A Dlibzfs.h60 typedef enum zfs_error { enum

Completed in 131 milliseconds