Home
last modified time | relevance | path

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

/xnu-8020.121.3/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.c3164 clalloc(&tp->t_rawq, TTYCLSIZE, 1); in ttymalloc()
3165 clalloc(&tp->t_canq, TTYCLSIZE, 1); in ttymalloc()
3167 clalloc(&tp->t_outq, TTYCLSIZE, 0); in ttymalloc()
/xnu-8020.121.3/bsd/sys/
H A Dtty.h287 int clalloc(struct clist *clp, int size, int quot);