Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dtty.h94 size_t t_inlow; /* (t) Input low watermark. */ member
/freebsd/sys/kern/
H A Dtty.c137 tp->t_inlow = (ttyinq_getallocatedsize(&tp->t_inq) * 9) / 10; in tty_watermarks()
253 tp->t_inlow = 0; in ttydev_leave()
1299 xt->xt_inlow = tp->t_inlow; in tty_to_xtty()
2411 db_printf("\tinlow: %zu\n", tp->t_inlow); in DB_SHOW_COMMAND()
2470 isiz - tp->t_inlow, osiz, in DB_SHOW_ALL_COMMAND()
H A Dtty_ttydisc.c428 if (ttyinq_bytesleft(&tp->t_inq) >= tp->t_inlow || in ttydisc_read()
/freebsd/usr.sbin/pstat/
H A Dpstat.c240 xt.xt_inlow = tty.t_inlow; in ttymode_kvm()