Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dtty.h144 #define TTMINLOWAT 32 macro
/dragonfly/sys/kern/
H A Dtty.c2480 x = CLAMP(cps / 2, TTMAXLOWAT, TTMINLOWAT); in ttsetwater()