HomeSort by: relevance | last modified time | path
    Searched defs:times_mib_len (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/systat/
syscall.c 79 static size_t counts_mib_len, times_mib_len; variable
121 times_mib_len = __arraycount(times_mib);
122 if (sysctlnametomib("kern.syscalls.times", times_mib, &times_mib_len))
123 times_mib_len = 0;
252 if (times_mib_len == 0) {
420 if (times_mib_len != 0) {
421 if (sysctl(times_mib, times_mib_len, &stats->times,

Completed in 20 milliseconds