Searched refs:fmev_shdl_subscribe (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/fm/libfmevent/common/ |
H A D | libfmevent.h | 71 * fmev_shdl_subscribe; 1 156 * Subscription callback function type for fmev_shdl_subscribe. 192 * on a per-subscribtion bases, that is a call to fmev_shdl_subscribe 231 * Specify subscription choices on a handle using fmev_shdl_subscribe as 247 extern fmev_err_t fmev_shdl_subscribe(fmev_shdl_t, const char *, fmev_cbfunc_t,
|
H A D | fmev_subscribe.c | 246 fmev_shdl_subscribe(fmev_shdl_t hdl, const char *pat, fmev_cbfunc_t func, function
|
/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/ |
H A D | smtp-notify.c | 883 if (fmev_shdl_subscribe(nhdl->nh_evhdl, "ireport.*", irpt_cbfunc, 885 nd_abort(nhdl, "fmev_shdl_subscribe failed: %s", 890 if (fmev_shdl_subscribe(nhdl->nh_evhdl, "list.*", listev_cb, 892 nd_abort(nhdl, "fmev_shdl_subscribe failed: %s",
|
/illumos-gate/usr/src/cmd/fm/notify/snmp-notify/common/ |
H A D | snmp-notify.c | 651 if (fmev_shdl_subscribe(nhdl->nh_evhdl, "ireport.os.smf.*", 653 nd_abort(nhdl, "fmev_shdl_subscribe failed: %s", 658 if (fmev_shdl_subscribe(nhdl->nh_evhdl, "list.*", list_cb, 660 nd_abort(nhdl, "fmev_shdl_subscribe failed: %s",
|
Completed in 50 milliseconds