CLAMP 2034 kern/tty.c tp->t_lowat = x = CLAMP(cps / 2, TTMAXLOWAT, TTMINLOWAT); CLAMP 2036 kern/tty.c x = CLAMP(x, TTMAXHIWAT, TTMINHIWAT);