Searched refs:fmev_t (Results 1 - 6 of 6) 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...]
H A Dfmev_evaccess.c53 #define IMPL2FMEV(iep) ((fmev_t)(iep))
64 * Transform a received sysevent_t into an fmev_t.
69 fmev_t
133 fmev_hold(fmev_t ev)
145 fmev_rele(fmev_t ev)
157 fmev_t
158 fmev_dup(fmev_t ev)
191 fmev_attr_list(fmev_t ev)
212 fmev_class(fmev_t ev)
237 fmev_timespec(fmev_t e
[all...]
H A Dfmev_impl.h77 extern fmev_t fmev_sysev2fmev(fmev_shdl_t, sysevent_t *sep, char **,
H A Dfmev_subscribe.c218 fmev_t ev;
/osnet-11/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.h66 fmev_t ei_ev;
91 char *nd_get_event_fmri(nd_hdl_t *, fmev_t);
92 int nd_get_event_info(nd_hdl_t *, const char *, fmev_t, nd_ev_info_t **);
93 int nd_get_notify_prefs(nd_hdl_t *, const char *, fmev_t, nvlist_t ***,
H A Dlibfmnotify.c259 nd_get_event_fmri(nd_hdl_t *nhdl, fmev_t ev)
278 nd_get_notify_prefs(nd_hdl_t *nhdl, const char *mech, fmev_t ev,
511 nd_get_event_info(nd_hdl_t *nhdl, const char *class, fmev_t ev,

Completed in 26 milliseconds