Home
last modified time | relevance | path

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

/openbsd/usr.bin/vmstat/
H A Ddkstats.c144 SWAP(tk_nin); in dkswap()
377 size = sizeof(cur.tk_nin); in dkreadstats()
381 if (sysctl(mib, 3, &cur.tk_nin, &size, NULL, 0) == -1) { in dkreadstats()
383 cur.tk_nin = 0; in dkreadstats()
385 size = sizeof(cur.tk_nin); in dkreadstats()
408 deref_nl(X_TK_NIN, &cur.tk_nin, sizeof(cur.tk_nin)); in dkreadstats()
H A Ddkstats.h50 int64_t tk_nin; /* TTY Chars in. */ member
/openbsd/usr.sbin/iostat/
H A Diostat.c392 printf("%6.0f %8.0f", cur.tk_nin / etime, in display()
395 printf("%4.0f %4.0f", cur.tk_nin / etime, in display()
/openbsd/sys/sys/
H A Dtty.h250 extern int64_t tk_cancc, tk_nin, tk_nout, tk_rawcc;
/openbsd/sys/kern/
H A Dtty.c174 int64_t tk_cancc, tk_nin, tk_nout, tk_rawcc; variable
266 ++tk_nin; in ttyinput()
2453 return (sysctl_rdquad(oldp, oldlenp, newp, tk_nin)); in sysctl_tty()
/openbsd/sys/net/
H A Dppp_tty.c806 ++tk_nin; in pppinput()