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

  /src/usr.bin/vmstat/
vmstat.c 1301 size_t evlen_max, total_max, rate_max; local in function:doevcnt
1340 total_max = sizeof("total") - 1;
1353 if (total_max < len)
1354 total_max = len;
1370 if (total_max < len)
1371 total_max = len;
1385 (int)total_max, "total",
1403 (int)total_max, evs->ev_count,
1415 (int)total_max, counttotal,
vmstat.c 1301 size_t evlen_max, total_max, rate_max; local in function:doevcnt
1340 total_max = sizeof("total") - 1;
1353 if (total_max < len)
1354 total_max = len;
1370 if (total_max < len)
1371 total_max = len;
1385 (int)total_max, "total",
1403 (int)total_max, evs->ev_count,
1415 (int)total_max, counttotal,

Completed in 25 milliseconds