Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_subscribe.c55 evchan_t *sh_binding; member
296 if ((serr = sysevent_evc_xsubscribe(ihdl->sh_binding, sip->si_sid, in fmev_shdl_subscribe()
332 err = sysevent_evc_unsubscribe(ihdl->sh_binding, sip->si_sid); in fmev_subinfo_fini()
524 if (sysevent_evc_bind(chan_name, &ihdl->sh_binding, in fmev_shdl_init()
575 if (sysevent_evc_getpropnvl(ihdl->sh_binding, &propnvl) != 0) { in fmev_shdl_getauthority()
665 if (sysevent_evc_unsubscribe(ihdl->sh_binding, "invalidsid") == in fmev_shdl_fini()
684 if (ihdl->sh_binding) { in fmev_shdl_fini()
685 (void) sysevent_evc_unbind(ihdl->sh_binding); in fmev_shdl_fini()
686 ihdl->sh_binding = NULL; in fmev_shdl_fini()