Searched refs:nh_msghdl (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/fm/libfmnotify/common/ |
H A D | libfmnotify.c | 37 if (nhdl->nh_msghdl) in nd_cleanup() 38 fmd_msg_fini(nhdl->nh_msghdl); in nd_cleanup() 543 evi->ei_severity = fmd_msg_getitem_id(nhdl->nh_msghdl, in nd_get_event_info() 545 evi->ei_descr = fmd_msg_getitem_id(nhdl->nh_msghdl, in nd_get_event_info() 547 evi->ei_url = fmd_msg_getitem_id(nhdl->nh_msghdl, in nd_get_event_info()
|
H A D | libfmnotify.h | 58 fmd_msg_hdl_t *nh_msghdl; member
|
/titanic_41/usr/src/cmd/fm/notify/smtp-notify/common/ |
H A D | smtp-notify.c | 230 if ((subj_fmt = fmd_msg_gettext_key(nhdl->nh_msghdl, NULL, in build_headers() 617 if ((body_fmt = fmd_msg_gettext_key(nhdl->nh_msghdl, NULL, in irpt_cbfunc() 635 if ((body_fmt = fmd_msg_gettext_key(nhdl->nh_msghdl, NULL, in irpt_cbfunc() 744 if ((body = fmd_msg_gettext_nv(nhdl->nh_msghdl, NULL, in listev_cb() 872 nhdl->nh_msghdl = fmd_msg_init(nhdl->nh_rootdir, FMD_MSG_VERSION); in main() 873 if (nhdl->nh_msghdl == NULL) in main()
|
/titanic_41/usr/src/cmd/fm/notify/snmp-notify/common/ |
H A D | snmp-notify.c | 637 nhdl->nh_msghdl = fmd_msg_init(nhdl->nh_rootdir, FMD_MSG_VERSION); in main() 638 if (nhdl->nh_msghdl == NULL) in main()
|