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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c680 (void) zfs_error(hdl, EZFS_INVALIDNAME, errbuf);
726 (void) zfs_error(hdl, EZFS_NOENT, errbuf);
744 (void) zfs_error(hdl, EZFS_BADTYPE, errbuf);
975 (void) zfs_error(hdl, EZFS_BADPROP, errbuf);
983 (void) zfs_error(hdl, EZFS_BADPROP, errbuf);
1002 (void) zfs_error(hdl, EZFS_PROPTYPE, errbuf);
1019 (void) zfs_error(hdl, EZFS_BADPROP, errbuf);
1028 (void) zfs_error(hdl, EZFS_PROPREADONLY,
1039 (void) zfs_error(hdl,
1055 (void) zfs_error(hd
[all...]
H A Dlibzfs_pool.c454 (void) zfs_error(hdl, EZFS_BADPROP, errbuf);
461 (void) zfs_error(hdl, EZFS_BADPROP, errbuf);
470 (void) zfs_error(hdl, EZFS_BADPROP, errbuf);
487 (void) zfs_error(hdl, EZFS_BADPROP, errbuf);
494 (void) zfs_error(hdl, EZFS_PROPREADONLY, errbuf);
512 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf);
522 (void) zfs_error(hdl, EZFS_BADPROP, errbuf);
530 (void) zfs_error(hdl, EZFS_BADVERSION, errbuf);
542 (void) zfs_error(hdl, EZFS_INVALIDNAME, errbuf);
549 (void) zfs_error(hd
[all...]
H A Dlibzfs_sendrecv.c962 return (zfs_error(hdl, EZFS_CROSSTARGET, errbuf));
971 return (zfs_error(hdl, EZFS_NOENT, errbuf));
985 return (zfs_error(hdl, EZFS_BADBACKUP, errbuf));
1042 return (zfs_error(hdl, EZFS_CROSSTARGET, errbuf));
1051 return (zfs_error(hdl, EZFS_NOENT, errbuf));
1065 return (zfs_error(hdl, EZFS_BADBACKUP, errbuf));
1582 return (zfs_error(hdl, EZFS_FAULT, errbuf));
1597 return (zfs_error(hdl, EZFS_FAULT, errbuf));
1619 return (zfs_error(hdl, EZFS_BADPATH, errbuf));
1625 return (zfs_error(hd
[all...]
H A Dlibzfs_diff.c491 return (zfs_error(di->zhp->zfs_hdl, EZFS_DIFF, di->errbuf));
516 return (zfs_error(hdl, EZFS_DIFF, di->errbuf));
569 return (zfs_error(hdl, EZFS_INVALIDNAME,
598 return (zfs_error(hdl, EZFS_INVALIDNAME, di->errbuf));
632 return (zfs_error(hdl, EZFS_INVALIDNAME, di->errbuf));
671 return (zfs_error(di->zhp->zfs_hdl, EZFS_BADTYPE, di->errbuf));
765 return (zfs_error(zhp->zfs_hdl, EZFS_PIPEFAILED, errbuf));
780 return (zfs_error(zhp->zfs_hdl,
810 return (zfs_error(zhp->zfs_hdl, EZFS_DIFF, di.errbuf));
812 return (zfs_error(zh
[all...]
H A Dlibzfs_impl.h133 int zfs_error(libzfs_handle_t *, int, const char *);
H A Dlibzfs_util.c283 zfs_error(libzfs_handle_t *hdl, int error, const char *msg) function
494 return (zfs_error(hdl, EZFS_NOMEM, "internal error"));
1287 (void) zfs_error(hdl, EZFS_BADPROP, errbuf);
1315 return (zfs_error(hdl, EZFS_BADPROP,
1364 return (zfs_error(hdl, EZFS_BADPROP, dgettext(TEXT_DOMAIN,
1390 return (zfs_error(hdl, EZFS_BADPROP,
H A Dlibzfs_changelist.c575 (void) zfs_error(zhp->zfs_hdl, EZFS_NOMEM, "internal error");
587 (void) zfs_error(zhp->zfs_hdl, EZFS_NOMEM, "internal error");
H A Dlibzfs_import.c1334 (void) zfs_error(hdl, EZFS_BADCACHE,
1342 (void) zfs_error(hdl, EZFS_BADCACHE,
1355 (void) zfs_error(hdl, EZFS_BADCACHE,
1365 (void) zfs_error(hdl, EZFS_BADCACHE,
H A Dlibzfs_iter.c485 err = zfs_error(zhp->zfs_hdl,
H A Dlibzfs.h59 typedef enum zfs_error { enum

Completed in 83 milliseconds