Home
last modified time | relevance | path

Searched refs:TTYHOG (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dtty.h179 #ifndef TTYHOG
180 #define TTYHOG 1024 macro
/xnu-8019.80.24/bsd/kern/
H A Dtty_dev.c806 retval = (TTYHOG - 2) - (tp->t_rawq.c_cc + tp->t_canq.c_cc);
876 if ((tp->t_rawq.c_cc + tp->t_canq.c_cc) >= TTYHOG - 2 &&
H A Dtty_ptmx.c859 retval = (TTYHOG - 2) - (tp->t_rawq.c_cc + tp->t_canq.c_cc); in ptmx_kqops_common()
H A Dtty.c229 #define I_HIGH_WATER (TTYHOG - 2 * 256) /* XXX */
230 #define I_LOW_WATER ((TTYHOG - 2 * 256) * 7 / 8) /* XXX */