Home
last modified time | relevance | path

Searched refs:nd_hdl_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.h62 } nd_hdl_t; typedef
82 void nd_cleanup(nd_hdl_t *);
83 void nd_dump_nvlist(nd_hdl_t *, nvlist_t *);
84 void nd_debug(nd_hdl_t *, const char *, ...);
85 void nd_error(nd_hdl_t *, const char *, ...);
86 void nd_abort(nd_hdl_t *, const char *, ...);
87 void nd_daemonize(nd_hdl_t *);
88 int nd_get_boolean_prop(nd_hdl_t *, const char *, const char *, const char *,
90 int nd_get_astring_prop(nd_hdl_t *, const char *, const char *, const char *,
92 char *nd_get_event_fmri(nd_hdl_t *, fmev_t);
[all …]
H A Dlibfmnotify.c31 nd_cleanup(nd_hdl_t *nhdl) in nd_cleanup()
58 nd_debug(nd_hdl_t *nhdl, const char *format, ...) in nd_debug()
75 nd_dump_nvlist(nd_hdl_t *nhdl, nvlist_t *nvl) in nd_dump_nvlist()
83 nd_error(nd_hdl_t *nhdl, const char *format, ...) in nd_error()
99 nd_abort(nd_hdl_t *nhdl, const char *format, ...) in nd_abort()
115 nd_daemonize(nd_hdl_t *nhdl) in nd_daemonize()
140 nd_get_pg(nd_hdl_t *nhdl, scf_handle_t *handle, const char *svcname, in nd_get_pg()
173 nd_get_astring_prop(nd_hdl_t *nhdl, const char *svcname, const char *pgname, in nd_get_astring_prop()
217 nd_get_boolean_prop(nd_hdl_t *nhdl, const char *svcname, const char *pgname, in nd_get_boolean_prop()
259 nd_get_event_fmri(nd_hdl_t *nhdl, fmev_t ev) in nd_get_event_fmri()
[all …]
/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c81 static nd_hdl_t *nhdl;
214 build_headers(nd_hdl_t *nhdl, nd_ev_info_t *ev_info, email_pref_t *eprefs, in build_headers()
340 send_email(nd_hdl_t *nhdl, const char *headers, const char *body, in send_email()
368 send_email_template(nd_hdl_t *nhdl, nd_ev_info_t *ev_info, email_pref_t *eprefs) in send_email_template()
394 get_email_prefs(nd_hdl_t *nhdl, fmev_t ev, email_pref_t **eprefs) in get_email_prefs()
788 if ((nhdl = malloc(sizeof (nd_hdl_t))) == NULL) { in main()
793 (void) memset(nhdl, 0, sizeof (nd_hdl_t)); in main()
/illumos-gate/usr/src/cmd/fm/notify/snmp-notify/common/
H A Dsnmp-notify.c69 static nd_hdl_t *nhdl;
118 get_snmp_prefs(nd_hdl_t *nhdl, nvlist_t **pref_nvl, uint_t npref) in get_snmp_prefs()
554 if ((nhdl = malloc(sizeof (nd_hdl_t))) == NULL) { in main()
559 bzero(nhdl, sizeof (nd_hdl_t)); in main()