Home
last modified time | relevance | path

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

/openbsd/usr.bin/systat/
H A Dcpu.c149 int cpustats_mib[] = { CTL_KERN, KERN_CPUSTATS, 0 }, i; in cpu_info()
H A Dvmstat.c595 static int cpustats_mib[3] = { CTL_KERN, KERN_CPUSTATS, 0 }; in getinfo()
/openbsd/usr.bin/top/
H A Dmachine.c246 static int cpustats_mib[] = {CTL_KERN, KERN_CPUSTATS, /*fillme*/0}; in get_system_info()
/openbsd/sys/sys/
H A Dsysctl.h189 #define KERN_CPUSTATS 85 /* struct: cpu statistics */ macro
/openbsd/sys/kern/
H A Dkern_pledge.c859 mib[0] == CTL_KERN && mib[1] == KERN_CPUSTATS) in pledge_sysctl()
H A Dkern_sysctl.c501 case KERN_CPUSTATS: in kern_sysctl_dirs_locked()