Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c1952 if (l->ctl_flags & CTLF_COPYOUT) in cte_qreadable()
2027 return ((l->ctl_flags & CTLF_COPYOUT) || (l->ctl_position == NULL)); in cte_qreadable()
2433 ASSERT((l->ctl_flags & (CTLF_COPYOUT|CTLF_RESET)) == 0); in cte_remove_listener()
2480 if (l->ctl_flags & CTLF_COPYOUT) in cte_reset_listener()
2510 if (l->ctl_flags & CTLF_COPYOUT) in cte_next_event()
2567 l->ctl_flags |= CTLF_COPYOUT; in cte_get_event()
2651 l->ctl_flags &= ~(CTLF_COPYOUT|CTLF_RESET); in cte_get_event()
/illumos-gate/usr/src/uts/common/sys/
H A Dcontract_impl.h298 #define CTLF_COPYOUT 0x1 /* performing copyout */ macro