Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dtty.h104 #ifndef TTYCLSIZE
105 #define TTYCLSIZE 1024 macro
/xnu-10002.41.9/bsd/kern/
H A Dtty.c3265 clalloc(&tp->t_rawq, TTYCLSIZE, 1); in ttymalloc()
3266 clalloc(&tp->t_canq, TTYCLSIZE, 1); in ttymalloc()
3268 clalloc(&tp->t_outq, TTYCLSIZE, 0); in ttymalloc()