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

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

Completed in 72 milliseconds