Searched refs:fmev_t (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/lib/fm/libfmevent/common/ |
H A D | libfmevent.h | 153 typedef struct fmev *fmev_t; typedef 158 typedef void fmev_cbfunc_t(fmev_t, const char *, nvlist_t *, void *); 320 extern nvlist_t *fmev_attr_list(fmev_t); 321 extern const char *fmev_class(fmev_t); 323 extern fmev_err_t fmev_timespec(fmev_t, struct timespec *); 324 extern uint64_t fmev_time_sec(fmev_t); 325 extern uint64_t fmev_time_nsec(fmev_t); 326 extern struct tm *fmev_localtime(fmev_t, struct tm *); 328 extern void fmev_hold(fmev_t); 329 extern void fmev_rele(fmev_t); [all …]
|
H A D | fmev_evaccess.c | 52 #define IMPL2FMEV(iep) ((fmev_t)(iep)) 68 fmev_t 132 fmev_hold(fmev_t ev) in fmev_hold() 144 fmev_rele(fmev_t ev) in fmev_rele() 156 fmev_t 157 fmev_dup(fmev_t ev) in fmev_dup() 190 fmev_attr_list(fmev_t ev) in fmev_attr_list() 211 fmev_class(fmev_t ev) in fmev_class() 236 fmev_timespec(fmev_t ev, struct timespec *tp) in fmev_timespec() 261 fmev_time_sec(fmev_t ev) in fmev_time_sec() [all …]
|
H A D | fmev_impl.h | 77 extern fmev_t fmev_sysev2fmev(fmev_shdl_t, sysevent_t *sep, char **,
|
H A D | fmev_subscribe.c | 218 fmev_t ev; in fmev_proxy_cb()
|
/titanic_44/usr/src/lib/fm/libfmnotify/common/ |
H A D | libfmnotify.h | 67 fmev_t ei_ev; 92 char *nd_get_event_fmri(nd_hdl_t *, fmev_t); 93 int nd_get_event_info(nd_hdl_t *, const char *, fmev_t, nd_ev_info_t **); 94 int nd_get_notify_prefs(nd_hdl_t *, const char *, fmev_t, nvlist_t ***,
|
H A D | libfmnotify.c | 259 nd_get_event_fmri(nd_hdl_t *nhdl, fmev_t ev) in nd_get_event_fmri() 278 nd_get_notify_prefs(nd_hdl_t *nhdl, const char *mech, fmev_t ev, in nd_get_notify_prefs() 511 nd_get_event_info(nd_hdl_t *nhdl, const char *class, fmev_t ev, in nd_get_event_info()
|
/titanic_44/usr/src/cmd/fm/notify/smtp-notify/common/ |
H A D | smtp-notify.c | 389 get_email_prefs(nd_hdl_t *nhdl, fmev_t ev, email_pref_t **eprefs) in get_email_prefs() 565 irpt_cbfunc(fmev_t ev, const char *class, nvlist_t *nvl, void *arg) in irpt_cbfunc() 696 listev_cb(fmev_t ev, const char *class, nvlist_t *nvl, void *arg) in listev_cb()
|
/titanic_44/usr/src/cmd/fm/notify/snmp-notify/common/ |
H A D | snmp-notify.c | 382 ireport_cb(fmev_t ev, const char *class, nvlist_t *nvl, void *arg) in ireport_cb() 437 list_cb(fmev_t ev, const char *class, nvlist_t *nvl, void *arg) in list_cb()
|