FSTYP_STRERROR(3FSTYP) | File System Type Identification Library Functions | FSTYP_STRERROR(3FSTYP) |
fstyp_strerror - get error message string
cc [ flag... ] file... -lfstyp -lnvpair [ library... ] #include <libnvpair.h> #include <libfstyp.h> const char *fstyp_strerror(fstyp_handle_t handle, int error);
handle
error
The fstyp_strerror() function maps the error value to an error message string and returns a pointer to that string. The returned string should not be overwritten.
The following error values are defined:
FSTYP_ERR_NO_MATCH
FSTYP_ERR_MULT_MATCH
FSTYP_ERR_HANDLE
FSTYP_ERR_OFFSET
FSTYP_ERR_NO_PARTITION
FSTYP_ERR_NOP
FSTYP_ERR_DEV_OPEN
FSTYP_ERR_IO
FSTYP_ERR_NOMEM
FSTYP_ERR_MOD_NOT_FOUND
FSTYP_ERR_MOD_DIR_OPEN
FSTYP_ERR_MOD_OPEN
FSTYP_ERR_MOD_INVALID
FSTYP_ERR_NAME_TOO_LONG
See attributes(7) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
Interface Stability | Evolving |
MT-Level | MT-Safe |
June 20, 2006 | OmniOS |