Home
last modified time | relevance | path

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

/openbsd/src/sys/sys/
Dsysctl.h161 #define KERN_TTYCOUNT 57 /* int: number of tty devices */ macro
/openbsd/src/usr.sbin/pstat/
Dpstat.c950 mib[1] = KERN_TTYCOUNT; in ttymodeprep()
/openbsd/src/sys/kern/
Dkern_sysctl.c350 {KERN_TTYCOUNT, &tty_count, SYSCTL_INT_READONLY},
597 case KERN_TTYCOUNT: in kern_sysctl()