Symbol: fmev_t
usr/src/cmd/fm/notify/smtp-notify/common/smtp-notify.c
394
get_email_prefs(nd_hdl_t *nhdl, fmev_t ev, email_pref_t **eprefs)
usr/src/cmd/fm/notify/smtp-notify/common/smtp-notify.c
570
irpt_cbfunc(fmev_t ev, const char *class, nvlist_t *nvl, void *arg)
usr/src/cmd/fm/notify/smtp-notify/common/smtp-notify.c
701
listev_cb(fmev_t ev, const char *class, nvlist_t *nvl, void *arg)
usr/src/cmd/fm/notify/snmp-notify/common/snmp-notify.c
386
ireport_cb(fmev_t ev, const char *class, nvlist_t *nvl, void *arg)
usr/src/cmd/fm/notify/snmp-notify/common/snmp-notify.c
441
list_cb(fmev_t ev, const char *class, nvlist_t *nvl, void *arg)
usr/src/lib/fm/libfmevent/common/fmev_evaccess.c
132
fmev_hold(fmev_t ev)
usr/src/lib/fm/libfmevent/common/fmev_evaccess.c
144
fmev_rele(fmev_t ev)
usr/src/lib/fm/libfmevent/common/fmev_evaccess.c
156
fmev_t
usr/src/lib/fm/libfmevent/common/fmev_evaccess.c
157
fmev_dup(fmev_t ev)
usr/src/lib/fm/libfmevent/common/fmev_evaccess.c
190
fmev_attr_list(fmev_t ev)
usr/src/lib/fm/libfmevent/common/fmev_evaccess.c
211
fmev_class(fmev_t ev)
usr/src/lib/fm/libfmevent/common/fmev_evaccess.c
236
fmev_timespec(fmev_t ev, struct timespec *tp)
usr/src/lib/fm/libfmevent/common/fmev_evaccess.c
261
fmev_time_sec(fmev_t ev)
usr/src/lib/fm/libfmevent/common/fmev_evaccess.c
267
fmev_time_nsec(fmev_t ev)
usr/src/lib/fm/libfmevent/common/fmev_evaccess.c
273
fmev_localtime(fmev_t ev, struct tm *tm)
usr/src/lib/fm/libfmevent/common/fmev_evaccess.c
282
fmev_ev2shdl(fmev_t ev)
usr/src/lib/fm/libfmevent/common/fmev_evaccess.c
52
#define IMPL2FMEV(iep) ((fmev_t)(iep))
usr/src/lib/fm/libfmevent/common/fmev_evaccess.c
68
fmev_t
usr/src/lib/fm/libfmevent/common/fmev_impl.h
77
extern fmev_t fmev_sysev2fmev(fmev_shdl_t, sysevent_t *sep, char **,
usr/src/lib/fm/libfmevent/common/fmev_subscribe.c
221
fmev_t ev;
usr/src/lib/fm/libfmevent/common/libfmevent.h
158
typedef void fmev_cbfunc_t(fmev_t, const char *, nvlist_t *, void *);
usr/src/lib/fm/libfmevent/common/libfmevent.h
320
extern nvlist_t *fmev_attr_list(fmev_t);
usr/src/lib/fm/libfmevent/common/libfmevent.h
321
extern const char *fmev_class(fmev_t);
usr/src/lib/fm/libfmevent/common/libfmevent.h
323
extern fmev_err_t fmev_timespec(fmev_t, struct timespec *);
usr/src/lib/fm/libfmevent/common/libfmevent.h
324
extern uint64_t fmev_time_sec(fmev_t);
usr/src/lib/fm/libfmevent/common/libfmevent.h
325
extern uint64_t fmev_time_nsec(fmev_t);
usr/src/lib/fm/libfmevent/common/libfmevent.h
326
extern struct tm *fmev_localtime(fmev_t, struct tm *);
usr/src/lib/fm/libfmevent/common/libfmevent.h
328
extern void fmev_hold(fmev_t);
usr/src/lib/fm/libfmevent/common/libfmevent.h
329
extern void fmev_rele(fmev_t);
usr/src/lib/fm/libfmevent/common/libfmevent.h
330
extern fmev_t fmev_dup(fmev_t);
usr/src/lib/fm/libfmevent/common/libfmevent.h
334
extern fmev_shdl_t fmev_ev2shdl(fmev_t);
usr/src/lib/fm/libfmnotify/common/libfmnotify.c
259
nd_get_event_fmri(nd_hdl_t *nhdl, fmev_t ev)
usr/src/lib/fm/libfmnotify/common/libfmnotify.c
278
nd_get_notify_prefs(nd_hdl_t *nhdl, const char *mech, fmev_t ev,
usr/src/lib/fm/libfmnotify/common/libfmnotify.c
513
nd_get_event_info(nd_hdl_t *nhdl, const char *class, fmev_t ev,
usr/src/lib/fm/libfmnotify/common/libfmnotify.h
67
fmev_t ei_ev;
usr/src/lib/fm/libfmnotify/common/libfmnotify.h
92
char *nd_get_event_fmri(nd_hdl_t *, fmev_t);
usr/src/lib/fm/libfmnotify/common/libfmnotify.h
93
int nd_get_event_info(nd_hdl_t *, const char *, fmev_t, nd_ev_info_t **);
usr/src/lib/fm/libfmnotify/common/libfmnotify.h
94
int nd_get_notify_prefs(nd_hdl_t *, const char *, fmev_t, nvlist_t ***,