Home
last modified time | relevance | path

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

/openbsd/src/usr.bin/systat/
Dcpu.c149 int cpustats_mib[] = { CTL_KERN, KERN_CPUSTATS, 0 }, i; in cpu_info() local
155 cpustats_mib[2] = i; in cpu_info()
157 if (sysctl(cpustats_mib, 3, &cpu_tm[i], &size, NULL, 0) == -1) in cpu_info()
Dvmstat.c595 static int cpustats_mib[3] = { CTL_KERN, KERN_CPUSTATS, 0 }; in getinfo() local
618 cpustats_mib[2] = i; in getinfo()
620 if (sysctl(cpustats_mib, 3, &cs, &size, NULL, 0) == -1) { in getinfo()
/openbsd/src/usr.bin/top/
Dmachine.c246 static int cpustats_mib[] = {CTL_KERN, KERN_CPUSTATS, /*fillme*/0}; in get_system_info() local
260 cpustats_mib[2] = i; in get_system_info()
262 if (sysctl(cpustats_mib, 3, &cp_time[i], &size, NULL, 0) == -1) in get_system_info()