Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dsysevent.c60 static void *evchan_ctlp; variable
159 ctl = ddi_get_soft_state(evchan_ctlp, getminor(dev)); in sysevent_publish()
211 ctl = ddi_get_soft_state(evchan_ctlp, getminor(dev)); in sysevent_chan_open()
259 ctl = ddi_get_soft_state(evchan_ctlp, getminor(dev)); in sysevent_chan_control()
296 ctl = ddi_get_soft_state(evchan_ctlp, getminor(dev)); in sysevent_subscribe()
358 ctl = ddi_get_soft_state(evchan_ctlp, getminor(dev)); in sysevent_unsubscribe()
483 ctl = ddi_get_soft_state(evchan_ctlp, getminor(dev)); in sysevent_setpropnvl()
529 ctl = ddi_get_soft_state(evchan_ctlp, getminor(dev)); in sysevent_getpropnvl()
642 if (ddi_soft_state_zalloc(evchan_ctlp, minor) in sysevent_open()
663 ctl = ddi_get_soft_state(evchan_ctlp, minor); in sysevent_close()
[all …]