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(5) for descriptions of the following attributes:
|
fstyp_init(3FSTYP), libfstyp(3LIB), attributes(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |