Searched refs:zfs_standard_error_fmt (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_impl.h | 143 int zfs_standard_error_fmt(libzfs_handle_t *, int, const char *, ...);
|
H A D | libzfs_dataset.c | 3427 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 D | libzfs_util.c | 336 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 71 milliseconds