Searched refs:clalloc (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.1.10/bsd/kern/ |
| H A D | tty_subr.c | 104 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 D | tty.c | 3271 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 D | tty.h | 288 int clalloc(struct clist *clp, int size, int quot);
|