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 in typeref:struct:nd_hdl
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_
[all...]
H A Dlibfmnotify.c31 nd_cleanup(nd_hdl_t *nhdl)
58 nd_debug(nd_hdl_t *nhdl, const char *format, ...)
75 nd_dump_nvlist(nd_hdl_t *nhdl, nvlist_t *nvl)
83 nd_error(nd_hdl_t *nhdl, const char *format, ...)
99 nd_abort(nd_hdl_t *nhdl, const char *format, ...)
115 nd_daemonize(nd_hdl_t *nhdl)
140 nd_get_pg(nd_hdl_t *nhdl, scf_handle_t *handle, const char *svcname,
173 nd_get_astring_prop(nd_hdl_t *nhdl, const char *svcname, const char *pgname,
217 nd_get_boolean_prop(nd_hdl_t *nhdl, const char *svcname, const char *pgname,
259 nd_get_event_fmri(nd_hdl_t *nhd
[all...]
/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c76 static nd_hdl_t *nhdl;
209 build_headers(nd_hdl_t *nhdl, nd_ev_info_t *ev_info, email_pref_t *eprefs,
335 send_email(nd_hdl_t *nhdl, const char *headers, const char *body,
363 send_email_template(nd_hdl_t *nhdl, nd_ev_info_t *ev_info, email_pref_t *eprefs)
389 get_email_prefs(nd_hdl_t *nhdl, fmev_t ev, email_pref_t **eprefs)
783 if ((nhdl = malloc(sizeof (nd_hdl_t))) == NULL) {
788 (void) memset(nhdl, 0, sizeof (nd_hdl_t));
/illumos-gate/usr/src/cmd/fm/notify/snmp-notify/common/
H A Dsnmp-notify.c65 static nd_hdl_t *nhdl;
114 get_snmp_prefs(nd_hdl_t *nhdl, nvlist_t **pref_nvl, uint_t npref)
550 if ((nhdl = malloc(sizeof (nd_hdl_t))) == NULL) {
555 bzero(nhdl, sizeof (nd_hdl_t));

Completed in 62 milliseconds