Searched refs:tty_nout (Results 1 – 1 of 1) sorted by relevance
56 static unsigned long tty_nout = 0; variable57 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()