Searched refs:CTLF_COPYOUT (Results 1 – 2 of 2) sorted by relevance
1944 if (l->ctl_flags & CTLF_COPYOUT) in cte_qreadable()2019 return ((l->ctl_flags & CTLF_COPYOUT) || (l->ctl_position == NULL)); in cte_qreadable()2425 ASSERT((l->ctl_flags & (CTLF_COPYOUT|CTLF_RESET)) == 0); in cte_remove_listener()2472 if (l->ctl_flags & CTLF_COPYOUT) in cte_reset_listener()2502 if (l->ctl_flags & CTLF_COPYOUT) in cte_next_event()2559 l->ctl_flags |= CTLF_COPYOUT; in cte_get_event()2643 l->ctl_flags &= ~(CTLF_COPYOUT|CTLF_RESET); in cte_get_event()
298 #define CTLF_COPYOUT 0x1 /* performing copyout */ macro