Home
last modified time | relevance | path

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

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