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

  /src/sys/kern/
tty_subr.c 49 * it can free c_cq and set it to NULL. This speeds things up,
76 clp->c_cq = kmem_zalloc(QMEM(size), KM_SLEEP);
78 clp->c_cq = NULL;
93 if (clp->c_cq)
94 kmem_free(clp->c_cq, QMEM(clp->c_cn));
95 clp->c_cs = clp->c_cq = NULL;
112 if (clp->c_cq) {
114 if (isset(clp->c_cq, clp->c_cf - clp->c_cs) )
117 if (*(clp->c_cf - clp->c_cs + clp->c_cq))
190 isset(clp->c_cq, i)))
    [all...]
  /src/sys/sys/
tty.h 79 * if c_cq is NULL, the ring buffer has no TTY_QUOTE functionality
82 * *DON'T* play with c_cs, c_ce, c_cq, or c_cl outside tty_subr.c!!!
89 u_char *c_cq; /* N bits/bytes long, see tty_subr.c */ member in struct:clist
  /src/sys/net/
if_sl.c 366 sc->sc_oldbufquot = tp->t_outq.c_cq != 0;

Completed in 12 milliseconds