Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dtty_ttydisc.c56 static unsigned long tty_nout = 0; variable
57 SYSCTL_ULONG(_kern, OID_AUTO, tty_nout, CTLFLAG_RD,
58 &tty_nout, 0, "Total amount of bytes transmitted");
1212 atomic_add_long(&tty_nout, len); in ttydisc_getc()
1256 atomic_add_long(&tty_nout, obytes - uio->uio_resid); in ttydisc_getc_uio()