Searched refs:tk_nin (Results 1 – 6 of 6) sorted by relevance
/openbsd/usr.bin/vmstat/ |
H A D | dkstats.c | 144 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 D | dkstats.h | 50 int64_t tk_nin; /* TTY Chars in. */ member
|
/openbsd/usr.sbin/iostat/ |
H A D | iostat.c | 392 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 D | tty.h | 250 extern int64_t tk_cancc, tk_nin, tk_nout, tk_rawcc;
|
/openbsd/sys/kern/ |
H A D | tty.c | 174 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 D | ppp_tty.c | 806 ++tk_nin; in pppinput()
|