Searched defs:fmev_err_t (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/fm/libfmevent/common/
H A Dlibfmevent.h121 } fmev_err_t; typedef in typeref:enum:__anon986
124 * Some interfaces return an fmev_err_t - FMEV_SUCCESS on success, otherwise
126 * fmev_err_t into a string.
128 * Other interfaces do not return an fmev_err_t directly. For example
130 * In these cases you can retrieve the fmev_err_t describing the reason
137 extern const fmev_err_t *__fmev_errno(void); /* do not use this directly */
139 extern const char *fmev_strerror(fmev_err_t);
175 extern fmev_err_t fmev_shdl_fini(fmev_shdl_t);
224 extern fmev_err_t fmev_shdlctl_serialize(fmev_shdl_t);
225 extern fmev_err_t fmev_shdlctl_thratt
[all...]

Completed in 21 milliseconds