Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dtty.h178 #define OBUFSIZ 100 macro
/xnu-10002.41.9/bsd/kern/
H A Dtty.c2432 if (tp->t_outq.c_cc > hiwat + OBUFSIZ + 100) { in ttycheckoutq()
2464 char obuf[OBUFSIZ]; in ttwrite()
2552 cc = (int)MIN((size_t)size, OBUFSIZ); in ttwrite()