Searched refs:clalloc (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.121.3/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 | 3164 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 D | tty.h | 287 int clalloc(struct clist *clp, int size, int quot);
|