Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/contract/
H A Ddevice.h46 #define CT_DEV_ALLEVENT 0x7 macro
/titanic_41/usr/src/uts/common/contract/
H A Ddevice.c486 #define SAFE_EV (CT_DEV_ALLEVENT)
522 if (param_value & ~CT_DEV_ALLEVENT) in ctmpl_device_set()
526 if (param_value == CT_DEV_ALLEVENT) in ctmpl_device_set()
710 CT_DEV_ALLEVENT /* all device events bitmask */
762 ASSERT(!(ctd->cond_aset & ~CT_DEV_ALLEVENT)); in contract_device_free()
765 ASSERT(!(ctd->cond_currev_type & ~CT_DEV_ALLEVENT)); in contract_device_free()
946 ASSERT(old & CT_DEV_ALLEVENT); in is_sync_neg()
947 ASSERT(new & CT_DEV_ALLEVENT); in is_sync_neg()
1428 ASSERT(evtype & CT_DEV_ALLEVENT); in wait_for_acks()
1603 ASSERT(evtype == 0 || (evtype & CT_DEV_ALLEVENT)); in contract_device_publish()