Searched refs:c_cl (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dtty_subr.c121 clp->c_cf = clp->c_cl = (u_char *)0;
163 clp->c_cf = clp->c_cl = (u_char *)0;
180 cc = clp->c_cl - clp->c_cf;
181 if (clp->c_cf >= clp->c_cl)
194 clp->c_cf = clp->c_cl = (u_char *)0;
213 count = clp->c_cl - clp->c_cf;
248 clp->c_cf = clp->c_cl = (u_char *)0;
253 cc = clp->c_cl - clp->c_cf;
254 if (clp->c_cf >= clp->c_cl)
265 clp->c_cf = clp->c_cl
[all...]
H A Dtty_ptmx.c1010 tp->t_rawq.c_cf = tp->t_rawq.c_cl = 0;
H A Dtty.c1921 tp->t_rawq.c_cf = tp->t_rawq.c_cl = NULL;
/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h85 * NetBSD Clists are actually ring buffers. The c_cc, c_cf, c_cl fields have
90 * *DON'T* play with c_cs, c_ce, c_cq, or c_cl outside tty_subr.c!!!
96 u_char *c_cl; /* points to next open character */ member in struct:clist
261 #define TSA_OCOMPLETE(tp) ((void *)&(tp)->t_outq.c_cl)
264 #define TSA_PTC_WRITE(tp) ((void *)&(tp)->t_rawq.c_cl)

Completed in 26 milliseconds