Symbol: DRAW_ROW
usr.bin/systat/vmmeter.c
132
DRAW_ROW(n, CPU_START + i, 6, "%*u", D(i, v_timer));
usr.bin/systat/vmmeter.c
133
DRAW_ROW(n, CPU_START + i, 8, "%*u", D(i, v_ipi));
usr.bin/systat/vmmeter.c
134
DRAW_ROW(n, CPU_START + i, 8, "%*u", D(i, v_intr));
usr.bin/systat/vmmeter.c
145
DRAW_ROW(n, CPU_START + i, 6, "%*.1f",
usr.bin/systat/vmmeter.c
147
DRAW_ROW(n, CPU_START + i, 6, "%*.1f", CPUV(d, sys));
usr.bin/systat/vmmeter.c
148
DRAW_ROW(n, CPU_START + i, 6, "%*.1f", CPUV(d, intr));
usr.bin/systat/vmmeter.c
149
DRAW_ROW(n, CPU_START + i, 6, "%*.1f", CPUV(d, idle));
usr.bin/systat/vmmeter.c
156
DRAW_ROW(n, CPU_START + i, 8, "%*u", 9999999);
usr.bin/systat/vmmeter.c
158
DRAW_ROW(n, CPU_START + i, 8, "%*u",
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
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
271
DRAW_ROW(n, TOT_STARTX - 1, 15, "%-*s", "contention");
usr.bin/systat/vmmeter.c
272
DRAW_ROW(n, TOT_STARTX - 1, 35, "%-*s", "function");