Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dtty_subr.c74 clp->c_cs = kmem_zalloc(size, KM_SLEEP); in clalloc()
81 clp->c_ce = clp->c_cs + size; in clalloc()
91 if (clp->c_cs) in clfree()
92 kmem_free(clp->c_cs, clp->c_cn); in clfree()
95 clp->c_cs = clp->c_cq = NULL; in clfree()
114 if (isset(clp->c_cq, clp->c_cf - clp->c_cs) ) in getc()
117 if (*(clp->c_cf - clp->c_cs + clp->c_cq)) in getc()
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()
[all …]
/netbsd-src/sys/sys/
H A Dtty.h87 u_char *c_cs; /* start of ring buffer */ member
/netbsd-src/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()