Home
last modified time | relevance | path

Searched refs:c_ccmax (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/kern/
H A Dtty_subr.c78 cl->c_ccmax = ccmax; in clist_alloc_cblocks()
94 cl->c_ccmax = 0; in clist_free_cblocks()
115 if (++i == cl->c_ccmax) in clist_getc()
162 if (i >= cl->c_ccmax) in ndflush()
163 i -= cl->c_ccmax; in ndflush()
180 if (i >= cl->c_ccmax) in clist_putc()
181 i -= cl->c_ccmax; in clist_putc()
206 if (i >= cl->c_ccmax) in clist_btoq()
207 i -= cl->c_ccmax; in clist_btoq()
283 if (i >= cl->c_ccmax) in clist_unputc()
[all …]
H A Dtty.c1098 if (tp->t_canq.c_ccmax > 0 && in ttioctl()
1099 tp->t_rawq.c_ccmax > 0) { in ttioctl()
1664 clist_alloc_cblocks(&tp->t_rawq, tq.c_ccmax); in ttypend()
/dragonfly/sys/sys/
H A Dtty.h47 int c_ccmax; /* Max # chars for this clist. */ member
226 #define TSA_OCOMPLETE(tp) ((void *)&(tp)->t_outq.c_ccmax)
229 #define TSA_PTC_WRITE(tp) ((void *)&(tp)->t_rawq.c_ccmax)