HomeSort by: relevance | last modified time | path
    Searched refs:c_cs (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
tty_subr.c 74 clp->c_cs = kmem_zalloc(size, KM_SLEEP);
81 clp->c_ce = clp->c_cs + size;
91 if (clp->c_cs)
92 kmem_free(clp->c_cs, clp->c_cn);
95 clp->c_cs = clp->c_cq = NULL;
114 if (isset(clp->c_cq, clp->c_cf - clp->c_cs) )
117 if (*(clp->c_cf - clp->c_cs + clp->c_cq))
123 clp->c_cf = clp->c_cs;
156 clp->c_cf = clp->c_cs;
187 i = clp->c_cf - clp->c_cs;
    [all...]
  /src/sys/sys/
tty.h 82 * *DON'T* play with c_cs, c_ce, c_cq, or c_cl outside tty_subr.c!!!
87 u_char *c_cs; /* start of ring buffer */ member in struct:clist
  /src/sys/dev/qbus/
dhu.c 298 tp->t_outq.c_cs, tp->t_outq.c_cn, 0, BUS_DMA_NOWAIT);
674 (tp->t_outq.c_cf - tp->t_outq.c_cs);

Completed in 13 milliseconds