Symbol: TOT_START
usr.bin/systat/vmmeter.c
194
DRAW_ROW(n, TOT_START, 6, "%*u", DTOT(v_timer)); /* timer */
usr.bin/systat/vmmeter.c
195
DRAW_ROW(n, TOT_START, 8, "%*u", DTOT(v_ipi)); /* ipi */
usr.bin/systat/vmmeter.c
196
DRAW_ROW(n, TOT_START, 8, "%*u", DTOT(v_intr)); /* extint */
usr.bin/systat/vmmeter.c
198
DRAW_ROW(n, TOT_START, 6, "%*.1f", CPUVTOT(user) + /* user */
usr.bin/systat/vmmeter.c
200
DRAW_ROW(n, TOT_START, 6, "%*.1f", CPUVTOT(sys)); /* sys */
usr.bin/systat/vmmeter.c
201
DRAW_ROW(n, TOT_START, 6, "%*.1f", CPUVTOT(intr)); /* intr */
usr.bin/systat/vmmeter.c
202
DRAW_ROW(n, TOT_START, 6, "%*.1f", CPUVTOT(idle)); /* idle */
usr.bin/systat/vmmeter.c
204
DRAW_ROWX(n, TOT_START, 8, "%7u", DTOT(v_lock_colls));
usr.bin/systat/vmmeter.c
205
DRAW_ROWX(n, TOT_START, 0, " (%5.2f%% coltot)",
usr.bin/systat/vmmeter.c
230
DRAW_ROW(n, TOT_START - 1, 6, "%*s", "timer");
usr.bin/systat/vmmeter.c
231
DRAW_ROW(n, TOT_START - 1, 8, "%*s", "ipi");
usr.bin/systat/vmmeter.c
232
DRAW_ROW(n, TOT_START - 1, 8, "%*s", "extint");
usr.bin/systat/vmmeter.c
233
DRAW_ROW(n, TOT_START - 1, 6, "%*s", "user%");
usr.bin/systat/vmmeter.c
234
DRAW_ROW(n, TOT_START - 1, 6, "%*s", "sys%");
usr.bin/systat/vmmeter.c
235
DRAW_ROW(n, TOT_START - 1, 6, "%*s", "intr%");
usr.bin/systat/vmmeter.c
236
DRAW_ROW(n, TOT_START - 1, 6, "%*s", "idle%");
usr.bin/systat/vmmeter.c
237
DRAW_ROW(n, TOT_START - 1, 8, "%*s", "smpcol");
usr.bin/systat/vmmeter.c
238
DRAW_ROW(n, TOT_START - 1, (WideMode ? 24 : 16), "%*s", "contention");
usr.bin/systat/vmmeter.c
240
DRAW_ROW(n, TOT_START - 1, 17, "%*s", "lockaddr");
usr.bin/systat/vmmeter.c
243
DRAW_ROW(n, TOT_START - 1, 30, "%*s", "sample_pc");
usr.bin/systat/vmmeter.c
247
DRAW_ROW(n, TOT_START + 1, 6, "%*s", "-----");
usr.bin/systat/vmmeter.c
248
DRAW_ROW(n, TOT_START + 1, 8, "%*s", "-------");
usr.bin/systat/vmmeter.c
249
DRAW_ROW(n, TOT_START + 1, 8, "%*s", "-------");
usr.bin/systat/vmmeter.c
250
DRAW_ROW(n, TOT_START + 1, 6, "%*s", "-----");
usr.bin/systat/vmmeter.c
251
DRAW_ROW(n, TOT_START + 1, 6, "%*s", "-----");
usr.bin/systat/vmmeter.c
252
DRAW_ROW(n, TOT_START + 1, 6, "%*s", "-----");
usr.bin/systat/vmmeter.c
253
DRAW_ROW(n, TOT_START + 1, 6, "%*s", "-----");
usr.bin/systat/vmmeter.c
254
DRAW_ROW(n, TOT_START + 1, 8, "%*s", "-------");
usr.bin/systat/vmmeter.c
255
DRAW_ROW(n, TOT_START + 1, (WideMode ? 24 : 16),
usr.bin/systat/vmmeter.c
259
DRAW_ROW(n, TOT_START + 1, 17, "%*s", "---------------");
usr.bin/systat/vmmeter.c
261
DRAW_ROW(n, TOT_START + 1, 30,
usr.bin/systat/vmmeter.c
265
mvprintw(TOT_START, X_START, "total");