Searched defs:is_sync_neg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/contract/
H A Ddevice.c308 * the function is_sync_neg() whether an event is a synchronous (i.e.
942 is_sync_neg(uint_t old, uint_t new) function
950 CT_DEBUG((CE_WARN, "is_sync_neg: transition to same state: %s",
962 CT_DEBUG((CE_WARN, "is_sync_neg: Unsupported state transition: "
1042 ASSERT(is_sync_neg(ctd->cond_state, evtype));
1606 sync = is_sync_neg(get_state(dip), evtype);

Completed in 48 milliseconds