Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c1132 bp->bd_channel = p; in evch_chbind()
1150 evch_chan_t *chp = bp->bd_channel; in evch_chunbind()
1208 evch_chan_t *chp = bp->bd_channel; in evch_chsubscribe()
1340 evch_chan_t *chp = bp->bd_channel; in evch_chunsubscribe()
1414 evch_chan_t *chp = bp->bd_channel; in evch_chpublish()
1574 evch_chan_t *chp = bp->bd_channel; in evch_chsetpropnvl()
1589 evch_chan_t *chp = bp->bd_channel; in evch_chgetpropnvl()
1995 chp = ((evch_bind_t *)scp)->bd_channel; in sysevent_evc_control()
2061 return (evch_chrdevent_init(((evch_bind_t *)scp)->bd_channel, subscr)); in sysevent_evc_walk_init()
2288 evch_chan_t *chp = ((evch_bind_t *)bp)->bd_channel; in evch_usrcontrol_set()
[all …]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dsysevent.d.in47 ec_name = (bind ? stringof(bind->bd_channel->ch_name) : NULL);
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h406 evch_chan_t *bd_channel; member