Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/notify/snmp-notify/common/
H A Dsnmp-notify.c620 nhdl->nh_evhdl = fmev_shdl_init(LIBFMEVENT_VERSION_2, NULL, NULL, NULL); in main()
621 if (nhdl->nh_evhdl == NULL) { in main()
655 if (fmev_shdl_subscribe(nhdl->nh_evhdl, "ireport.os.smf.*", in main()
662 if (fmev_shdl_subscribe(nhdl->nh_evhdl, "list.*", list_cb, in main()
/illumos-gate/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.h56 fmev_shdl_t nh_evhdl; member
H A Dlibfmnotify.c34 if (nhdl->nh_evhdl) in nd_cleanup()
35 (void) fmev_shdl_fini(nhdl->nh_evhdl); in nd_cleanup()
/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c855 nhdl->nh_evhdl = fmev_shdl_init(LIBFMEVENT_VERSION_2, NULL, NULL, NULL); in main()
856 if (nhdl->nh_evhdl == NULL) { in main()
888 if (fmev_shdl_subscribe(nhdl->nh_evhdl, "ireport.*", irpt_cbfunc, in main()
895 if (fmev_shdl_subscribe(nhdl->nh_evhdl, "list.*", listev_cb, in main()