Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/kern/
H A Dtty_subr.c123 clp->c_cn = size; in clalloc()
132 kfree_data(clp->c_cs, clp->c_cn); in clfree()
135 kfree_data(clp->c_cq, QMEM(clp->c_cn)); in clfree()
240 if ((int)i == clp->c_cn) { in ndqb()
247 if ((int)i == clp->c_cn) { in ndqb()
313 if (clp->c_cc == clp->c_cn) { in putc()
412 if (clp->c_cc == clp->c_cn) { in b_to_q()
417 while (count > 0 && clp->c_cc < clp->c_cn) { in b_to_q()
H A Dtty_ptmx.c590 data = tp->t_outq.c_cn - tp->t_outq.c_cc; in ptsd_kqops_common()
/xnu-10002.41.9/bsd/sys/
H A Dtty.h96 int c_cn; /* total ring buffer length */ member