Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_inbound.c103 evchan_t *ci_binding; /* GPEC binding for this channel */ member
594 if (sysevent_evc_bind(channel, &cip->ci_binding, in fmevt_init_inbound()
605 err = sysevent_evc_xsubscribe(cip->ci_binding, cip->ci_sid, in fmevt_init_inbound()
630 if (cip->ci_binding) { in fmevt_fini_inbound()
631 (void) sysevent_evc_unsubscribe(cip->ci_binding, in fmevt_fini_inbound()
633 (void) sysevent_evc_unbind(cip->ci_binding); in fmevt_fini_inbound()
634 cip->ci_binding = NULL; in fmevt_fini_inbound()