Searched refs:CBSIZE (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dclist.h73 char c_info[CBSIZE]; /* characters */
H A Dparam.h180 #define CBSIZE (CBLOCK - sizeof(struct cblock *) - CBQSIZE) macro
H A Dtty.h178 #define TTMAXHIWAT roundup(2048, CBSIZE)
179 #define TTMINHIWAT roundup(100, CBSIZE)
/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c2746 tp->t_hiwat = roundup(x, CBSIZE);

Completed in 29 milliseconds