Searched refs:tty_nin (Results 1 – 1 of 1) sorted by relevance
53 static unsigned long tty_nin = 0; variable54 SYSCTL_ULONG(_kern, OID_AUTO, tty_nin, CTLFLAG_RD,55 &tty_nin, 0, "Total amount of bytes received");863 atomic_add_long(&tty_nin, 1); in ttydisc_rint()1122 atomic_add_long(&tty_nin, len); in ttydisc_rint_bypass()