Home
last modified time | relevance | path

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

/netbsd/sys/kern/
H A Dtty_subr.c91 if (clp->c_cs) in clfree()
123 clp->c_cf = clp->c_cs; in getc()
156 clp->c_cf = clp->c_cs; in q_to_b()
187 i = clp->c_cf - clp->c_cs; in ndqb()
233 clp->c_cf = clp->c_cs; in ndflush()
255 if (!clp->c_cs) { in putc()
269 i = clp->c_cl - clp->c_cs; in putc()
284 clp->c_cl = clp->c_cs; in putc()
344 if (!clp->c_cs) { in b_to_q()
374 clp->c_cl = clp->c_cs; in b_to_q()
[all …]
/netbsd/sys/sys/
H A Dtty.h87 u_char *c_cs; /* start of ring buffer */ member
/netbsd/sys/dev/qbus/
H A Ddhu.c298 tp->t_outq.c_cs, tp->t_outq.c_cn, 0, BUS_DMA_NOWAIT); in dhu_attach()
674 (tp->t_outq.c_cf - tp->t_outq.c_cs); in dhustart()