Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_outbound.c39 static evchan_t *fmevt_outbound_chan; variable
85 if (sysevent_evc_publish(fmevt_outbound_chan, class, "", in fmevt_recv()
115 if (sysevent_evc_bind(channel_name, &fmevt_outbound_chan, in fmevt_init_outbound()
123 if (sysevent_evc_control(fmevt_outbound_chan, EVCH_SET_CHAN_LEN, in fmevt_init_outbound()
133 (void) sysevent_evc_setpropnvl(fmevt_outbound_chan, nvl); in fmevt_init_outbound()
142 if (fmevt_outbound_chan != NULL) { in fmevt_fini_outbound()
143 (void) sysevent_evc_unbind(fmevt_outbound_chan); in fmevt_fini_outbound()
144 fmevt_outbound_chan = NULL; in fmevt_fini_outbound()