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

/osnet-11/usr/src/lib/fm/libfmevent/common/
H A Dlibfmevent.h155 typedef struct fmev *fmev_t; typedef in typeref:struct:fmev
160 typedef void fmev_cbfunc_t(fmev_t, const char *, nvlist_t *, void *);
237 * nominated function passing a fmev_t handle on the event and the
275 * The fmev_t handle received in a callback is reference-counted;
287 * If changes are made to a received fmev_t (discouraged) then all who
289 * copy of an fmev_t, with a reference count of 1, use fmev_dup. When
317 * fmev_ev2shdl will return the fmev_shdl_t with which a received fmev_t
322 extern nvlist_t *fmev_attr_list(fmev_t);
323 extern const char *fmev_class(fmev_t);
325 extern fmev_err_t fmev_timespec(fmev_t, struc
[all...]

Completed in 164 milliseconds