HomeSort by relevance Sort by last modified time
    Searched refs:g_cpus_per_line (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/intrstat/
intrstat.c 64 static int g_cpus_per_line = INTRSTAT_CPUS_PER_LINE(80); variable
137 * thereby using the default value of g_cpus_per_line. (This
143 g_cpus_per_line = INTRSTAT_CPUS_PER_LINE(win.ws_col);
145 if (g_cpus_per_line < 1)
146 g_cpus_per_line = 1;
166 if (++j >= g_cpus_per_line)
202 for (i = g_start, j = 0; i < g_max_cpus && j < g_cpus_per_line; i++) {
  /onnv/onnv-gate/usr/src/cmd/trapstat/sun4/
trapstat.c 75 static int g_cpus_per_line = (80 - TSTAT_COLUMN_OFFS) / TSTAT_COLUMNS_PER_CPU; variable
817 * thereby using the default value of g_cpus_per_line. (This
823 g_cpus_per_line = (win.ws_col - TSTAT_COLUMN_OFFS) /
826 if (g_cpus_per_line < 1)
827 g_cpus_per_line = 1;
    [all...]

Completed in 60 milliseconds