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

/osnet-11/usr/src/lib/libfstyp/common/
H A Dlibfstyp.h75 const char *fstyp_strerror(fstyp_handle_t handle, int error);
H A Dlibfstyp.c279 fstyp_strerror(struct fstyp_handle *h, int error) function
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dpysol.py923 _libfstyp.fstyp_strerror.argtypes = [c_void_p, c_int]
924 _libfstyp.fstyp_strerror.restype = c_char_p
932 raise IOError(r, _libfstyp.fstyp_strerror(r))
942 raise IOError(r, _libfstyp.fstyp_strerror(handle, r))

Completed in 34 milliseconds