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

/osnet-11/usr/src/lib/fm/libfmevent/common/
H A Dlibfmevent.h131 * for the failure using fmev_errno or get a string with
132 * fmev_strerr(fmev_errno). Note that fmev_errno is per-thread and holds
134 * API call made by the current thread. Use fmev_errno as you would
135 * regular errno, but you should not assign to fmev_errno.
138 #define fmev_errno (*(__fmev_errno())) macro
313 * fmev_shdl_nvl2str fails it will return NULL with fmev_errno set -

Completed in 21 milliseconds