Searched refs:cpustats_mib (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/usr.bin/systat/ |
| D | cpu.c | 149 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()
|
| D | vmstat.c | 595 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/ |
| D | machine.c | 246 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()
|