Searched refs:c_cq (Results 1 – 3 of 3) sorted by relevance
76 clp->c_cq = kmem_zalloc(QMEM(size), KM_SLEEP); in clalloc()78 clp->c_cq = NULL; in clalloc()93 if (clp->c_cq) in clfree()94 kmem_free(clp->c_cq, QMEM(clp->c_cn)); in clfree()95 clp->c_cs = clp->c_cq = NULL; in clfree()112 if (clp->c_cq) { in getc()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()190 isset(clp->c_cq, i))) { in ndqb()270 if (clp->c_cq) { in putc()[all …]
89 u_char *c_cq; /* N bits/bytes long, see tty_subr.c */ member
366 sc->sc_oldbufquot = tp->t_outq.c_cq != 0; in slopen()