Searched refs:zfs_standard_error_fmt (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_impl.h143 int zfs_standard_error_fmt(libzfs_handle_t *, int, const char *, ...);
H A Dlibzfs_dataset.c3427 return (zfs_standard_error_fmt(zhp->zfs_hdl, errno,
3445 return (zfs_standard_error_fmt(zhp->zfs_hdl, errno,
3492 ret = zfs_standard_error_fmt(zhp->zfs_hdl, ENOENT,
3928 (void) zfs_standard_error_fmt(zhp->zfs_hdl, errno,
4419 return (zfs_standard_error_fmt(hdl, errno, errbuf));
4644 (void) zfs_standard_error_fmt(hdl, errno, errbuf);
4663 (void) zfs_standard_error_fmt(hdl,
4720 err = zfs_standard_error_fmt(hdl, errno, errbuf);
4730 err = zfs_standard_error_fmt(hdl, rc, errbuf);
4783 err = zfs_standard_error_fmt(hd
[all...]
H A Dlibzfs_util.c336 return (zfs_standard_error_fmt(hdl, error, "%s", msg));
341 zfs_standard_error_fmt(libzfs_handle_t *hdl, int error, const char *fmt, ...) function

Completed in 65 milliseconds