Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Devchannels.c333 ASSERT(sdp->sd_active == 0); in evch_zonefree()
1236 if ((flags & EVCH_SUB_KEEP) && (esp->sd_active == 0)) { in evch_chsubscribe()
1246 esp->sd_active++; in evch_chsubscribe()
1308 sdp->sd_active++; in evch_chsubscribe()
1382 sdp->sd_active--; in evch_chunsubscribe()
1383 ASSERT(sdp->sd_active == 0); in evch_chunsubscribe()
1559 subp->sb_active = sdp->sd_active; in evch_chgetchdata()
/titanic_41/usr/src/uts/common/sys/
H A Dsysevent_impl.h368 int sd_active; /* Subscription is in use indicator */ member