Home
last modified time | relevance | path

Searched refs:t_ififosize (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/sys/
H A Dtty.h104 int t_ififosize; /* Total size of upstream fifos. */ member
/dragonfly/sys/kern/
H A Dtty.c2448 tp->t_ififosize = 2 * 2048; in ttsetwater()
2456 x = cps + tp->t_ififosize; in ttsetwater()
/dragonfly/sys/dev/serial/sio/
H A Dsio.c2479 tp->t_ififosize = 2 * ibufsize; in siosetwater()