Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c337 ASSERT(sdp->sd_active == 0); in evch_zonefree()
1239 if ((flags & EVCH_SUB_KEEP) && (esp->sd_active == 0)) { in evch_chsubscribe()
1249 esp->sd_active++; in evch_chsubscribe()
1311 sdp->sd_active++; in evch_chsubscribe()
1385 sdp->sd_active--; in evch_chunsubscribe()
1386 ASSERT(sdp->sd_active == 0); in evch_chunsubscribe()
1562 subp->sb_active = sdp->sd_active; in evch_chgetchdata()
/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent_impl.h368 int sd_active; /* Subscription is in use indicator */ member