Searched defs:zfs_verror (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c257 zfs_verror(libzfs_handle_t *hdl, int error, const char *fmt, va_list ap) function
296 zfs_verror(hdl, error, fmt, ap);
310 zfs_verror(hdl, EZFS_PERM, fmt, ap);
314 zfs_verror(hdl, EZFS_NODELEGATION, fmt, ap);
318 zfs_verror(hdl, EZFS_IO, fmt, ap);
322 zfs_verror(hdl, EZFS_FAULT, fmt, ap);
326 zfs_verror(hdl, EZFS_INTR, fmt, ap);
356 zfs_verror(hdl, EZFS_IO, fmt, ap);
362 zfs_verror(hdl, EZFS_NOENT, fmt, ap);
367 zfs_verror(hd
[all...]

Completed in 65 milliseconds