HomeSort by: relevance | last modified time | path
    Searched defs:zfs_verror (Results 1 - 1 of 1) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_util.c 267 zfs_verror(libzfs_handle_t *hdl, int error, const char *fmt, va_list ap) function
306 zfs_verror(hdl, error, fmt, ap);
320 zfs_verror(hdl, EZFS_PERM, fmt, ap);
324 zfs_verror(hdl, EZFS_NODELEGATION, fmt, ap);
328 zfs_verror(hdl, EZFS_IO, fmt, ap);
332 zfs_verror(hdl, EZFS_FAULT, fmt, ap);
336 zfs_verror(hdl, EZFS_INTR, fmt, ap);
366 zfs_verror(hdl, EZFS_IO, fmt, ap);
372 zfs_verror(hdl, EZFS_NOENT, fmt, ap);
377 zfs_verror(hdl, EZFS_NOSPC, fmt, ap)
    [all...]

Completed in 23 milliseconds