Searched refs:nh_evhdl (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/fm/notify/snmp-notify/common/ |
H A D | snmp-notify.c | 620 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 D | libfmnotify.h | 56 fmev_shdl_t nh_evhdl; member
|
H A D | libfmnotify.c | 34 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 D | smtp-notify.c | 855 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()
|