Searched refs:nd_ev_info_t (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/fm/libfmnotify/common/ |
H A D | libfmnotify.h | 79 } nd_ev_info_t; typedef 93 int nd_get_event_info(nd_hdl_t *, const char *, fmev_t, nd_ev_info_t **); 99 void nd_free_event_info(nd_ev_info_t *);
|
H A D | libfmnotify.c | 514 nd_ev_info_t **ev_info) in nd_get_event_info() 517 nd_ev_info_t *evi; in nd_get_event_info() 520 if ((evi = calloc(1, sizeof (nd_ev_info_t))) == NULL) { in nd_get_event_info() 598 nd_free_event_info(nd_ev_info_t *ev_info) in nd_free_event_info()
|
/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/ |
H A D | smtp-notify.c | 148 process_template(nd_ev_info_t *ev_info, email_pref_t *eprefs) in process_template() 214 build_headers(nd_hdl_t *nhdl, nd_ev_info_t *ev_info, email_pref_t *eprefs, in build_headers() 368 send_email_template(nd_hdl_t *nhdl, nd_ev_info_t *ev_info, email_pref_t *eprefs) in send_email_template() 575 nd_ev_info_t *ev_info = NULL; in irpt_cbfunc() 704 nd_ev_info_t *ev_info = NULL; in listev_cb()
|
/illumos-gate/usr/src/cmd/fm/notify/snmp-notify/common/ |
H A D | snmp-notify.c | 389 nd_ev_info_t *ev_info = NULL; in ireport_cb() 445 nd_ev_info_t *ev_info = NULL; in list_cb()
|