Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c1244 ASSERT(dtype == EVCH_DELDOOR); in evch_chsubscribe()
1365 if (sdp->sd_type == EVCH_DELDOOR) { in evch_chunsubscribe()
1382 if (sdp->sd_type == EVCH_DELDOOR) { in evch_chunsubscribe()
2267 if ((rv = evch_chsubscribe((evch_bind_t *)bp, EVCH_DELDOOR, sid, class, in evch_usrsubscribe()
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h349 #define EVCH_DELDOOR 2 /* User event delivery via doors */ macro