File System Type Identification Library Functions
fstypstrerror(3FSTYP)
NAME
fstypstrerror - get error message string
SYNOPSIS
cc [ flag... ] file... -lfstyp -lnvpair [ library... ]
#include
#include
const char *fstypstrerror(fstyphandlet handle, int error);
PARAMETERS
handle Opaque handle returned by fstypinit(3FSTYP). This
argument is optional and can be 0.
error Error value returned by a libfstyp function.
DESCRIPTION
The fstypstrerror() 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:
FSTYPERNOMATCH No file system match.
FSTYPERMULTMATCH Multiple file system matches.
FSTYPERHANDLE Invalid handle.
FSTYPEROFSET Supplied offset is invalid or
unsupported by the module.
FSTYPERNOPARTITION Specified partition not found.
FSTYPERNOP No such operation.
FSTYPERDEVOPEN Device cannot be opened.
FSTYPERIO I/O error.
SunOS 5.11 Last change: 20 Jun 2006 1
File System Type Identification Library Functions
fstypstrerror(3FSTYP)
FSTYPERNOMEM Out of memory.
FSTYPERMODNOTFOUND Requested file system module not
found.
FSTYPERMODIROPEN Directory cannot be opened.
FSTYPERMODOPEN Module cannot be opened.
FSTYPERMODINVALID Invalid module version.
FSTYPERNAMETOLONG File system name length exceeds
system limit.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Evolving
MT-Level MT-Safe
SEE ALSO
fstypinit(3FSTYP), libfstyp(3LIB), attributes(5)
SunOS 5.11 Last change: 20 Jun 2006 2
File System Type Identification Library Functions
fstypstrerror(3FSTYP)
SunOS 5.11 Last change: 20 Jun 2006 3
|