Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dtty_subr.c104 clalloc(struct clist *clp, int size, int quot) in clalloc() function
306 if (clalloc(clp, 1024, 1)) { in putc()
405 if (clalloc(clp, 1024, 1)) { in b_to_q()
H A Dtty.c3271 clalloc(&tp->t_rawq, TTYCLSIZE, 1); in ttymalloc()
3272 clalloc(&tp->t_canq, TTYCLSIZE, 1); in ttymalloc()
3274 clalloc(&tp->t_outq, TTYCLSIZE, 0); in ttymalloc()
/xnu-11215.1.10/bsd/sys/
H A Dtty.h288 int clalloc(struct clist *clp, int size, int quot);