Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h427 extern int evch_usrcontrol_get(evchan_t *bp, int cmd, uint32_t *value);
/illumos-gate/usr/src/uts/common/io/
H A Dsysevent.c269 rc = evch_usrcontrol_get(ctl->chp, uargs.cmd, &uargs.value); in sysevent_chan_control()
/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c2310 evch_usrcontrol_get(evchan_t *bp, int cmd, uint32_t *value) in evch_usrcontrol_get() function