Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dcontract_impl.h299 #define CTLF_RESET 0x2 /* event pointer reset or moved */ macro
/titanic_44/usr/src/uts/common/os/
H A Dcontract.c2425 ASSERT((l->ctl_flags & (CTLF_COPYOUT|CTLF_RESET)) == 0); in cte_remove_listener()
2473 l->ctl_flags |= CTLF_RESET; in cte_reset_listener()
2503 l->ctl_flags |= CTLF_RESET; in cte_next_event()
2640 else if (!partial && ((l->ctl_flags & CTLF_RESET) == 0) && in cte_get_event()
2643 l->ctl_flags &= ~(CTLF_COPYOUT|CTLF_RESET); in cte_get_event()