Lines Matching refs:ctl_flags
1866 if (l->ctl_flags & CTLF_RELIABLE) in cte_qrele()
1896 if (l->ctl_flags & CTLF_RELIABLE) in cte_qmove()
1952 if (l->ctl_flags & CTLF_COPYOUT) in cte_qreadable()
2027 return ((l->ctl_flags & CTLF_COPYOUT) || (l->ctl_position == NULL)); in cte_qreadable()
2045 if (l->ctl_flags & CTLF_RELIABLE) in cte_qwakeup()
2214 l->ctl_flags |= CTLF_DEAD; in cte_queue_drain()
2409 l->ctl_flags = 0; in cte_add_listener()
2433 ASSERT((l->ctl_flags & (CTLF_COPYOUT|CTLF_RESET)) == 0); in cte_remove_listener()
2444 if (l->ctl_flags & CTLF_RELIABLE) in cte_remove_listener()
2480 if (l->ctl_flags & CTLF_COPYOUT) in cte_reset_listener()
2481 l->ctl_flags |= CTLF_RESET; in cte_reset_listener()
2510 if (l->ctl_flags & CTLF_COPYOUT) in cte_next_event()
2511 l->ctl_flags |= CTLF_RESET; in cte_next_event()
2567 l->ctl_flags |= CTLF_COPYOUT; in cte_get_event()
2648 else if (!partial && ((l->ctl_flags & CTLF_RESET) == 0) && in cte_get_event()
2651 l->ctl_flags &= ~(CTLF_COPYOUT|CTLF_RESET); in cte_get_event()
2683 if ((l->ctl_flags & CTLF_RELIABLE) == 0) { in cte_set_reliable()
2684 l->ctl_flags |= CTLF_RELIABLE; in cte_set_reliable()