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

/darwin-on-arm/xnu/bsd/kern/
H A Dtty_subr.c104 clalloc(struct clist *clp, int size, int quot) function
279 //printf("putc: required clalloc\n");
281 if(clalloc(clp, 1024, 1)) {
370 printf("b_to_q: required clalloc\n");
372 if(clalloc(clp, 1024, 1))
H A Dtty.c3045 clalloc(&tp->t_rawq, TTYCLSIZE, 1);
3046 clalloc(&tp->t_canq, TTYCLSIZE, 1);
3048 clalloc(&tp->t_outq, TTYCLSIZE, 0);
/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h281 int clalloc(struct clist *clp, int size, int quot);

Completed in 19 milliseconds