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

/freebsd-10-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_util.c263 zfs_verror(libzfs_handle_t *hdl, int error, const char *fmt, va_list ap) function
302 zfs_verror(hdl, error, fmt, ap);
316 zfs_verror(hdl, EZFS_PERM, fmt, ap);
320 zfs_verror(hdl, EZFS_NODELEGATION, fmt, ap);
324 zfs_verror(hdl, EZFS_IO, fmt, ap);
328 zfs_verror(hdl, EZFS_FAULT, fmt, ap);
332 zfs_verror(hdl, EZFS_INTR, fmt, ap);
362 zfs_verror(hdl, EZFS_IO, fmt, ap);
368 zfs_verror(hdl, EZFS_NOENT, fmt, ap);
373 zfs_verror(hd
[all...]

Completed in 103 milliseconds