Searched refs:TTYCLSIZE (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dtty.h102 #ifndef TTYCLSIZE
103 #define TTYCLSIZE 1024 macro
/xnu-2422.115.4/bsd/kern/
H A Dtty.c3044 /* XXX: default to TTYCLSIZE(1024) chars for now */
3045 clalloc(&tp->t_rawq, TTYCLSIZE, 1);
3046 clalloc(&tp->t_canq, TTYCLSIZE, 1);
3048 clalloc(&tp->t_outq, TTYCLSIZE, 0);

Completed in 23 milliseconds