Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/contract/
H A Ddevice.h44 #define CT_DEV_ALLEVENT 0x7 macro
/illumos-gate/usr/src/uts/common/contract/
H A Ddevice.c487 #define SAFE_EV (CT_DEV_ALLEVENT)
524 if (param_value & ~CT_DEV_ALLEVENT) in ctmpl_device_set()
528 if (param_value == CT_DEV_ALLEVENT) in ctmpl_device_set()
712 CT_DEV_ALLEVENT /* all device events bitmask */
764 ASSERT(!(ctd->cond_aset & ~CT_DEV_ALLEVENT)); in contract_device_free()
767 ASSERT(!(ctd->cond_currev_type & ~CT_DEV_ALLEVENT)); in contract_device_free()
948 ASSERT(old & CT_DEV_ALLEVENT); in is_sync_neg()
949 ASSERT(new & CT_DEV_ALLEVENT); in is_sync_neg()
1429 ASSERT(evtype & CT_DEV_ALLEVENT); in wait_for_acks()
1604 ASSERT(evtype == 0 || (evtype & CT_DEV_ALLEVENT)); in contract_device_publish()