Searched defs:sh_binding (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/fm/libfmevent/common/
H A Dfmev_subscribe.c51 evchan_t *sh_binding; member in struct:__anon2487
298 if ((serr = sysevent_evc_xsubscribe(ihdl->sh_binding, sip->si_sid,
334 err = sysevent_evc_unsubscribe(ihdl->sh_binding, sip->si_sid);
526 if (sysevent_evc_bind(chan_name, &ihdl->sh_binding,
577 if (sysevent_evc_getpropnvl(ihdl->sh_binding, &propnvl) != 0) {
667 if (sysevent_evc_unsubscribe(ihdl->sh_binding, "invalidsid") ==
686 if (ihdl->sh_binding) {
687 (void) sysevent_evc_unbind(ihdl->sh_binding);
688 ihdl->sh_binding = NULL;

Completed in 69 milliseconds