Lines Matching refs:wnd
165 wmove(wnd, row, 0); wclrtobot(wnd); in labeliostat()
166 mvwaddstr(wnd, row++, INSET, in labeliostat()
168 mvwaddstr(wnd, row++, 0, "cpu user|"); in labeliostat()
169 mvwaddstr(wnd, row++, 0, " nice|"); in labeliostat()
170 mvwaddstr(wnd, row++, 0, " system|"); in labeliostat()
171 mvwaddstr(wnd, row++, 0, "interrupt|"); in labeliostat()
172 mvwaddstr(wnd, row++, 0, " idle|"); in labeliostat()
186 #define DRIVESPERLINE ((getmaxx(wnd) - 1 - INSET) / COLWIDTH) in numlabels()
194 linesperregion = (getmaxy(wnd) - 1 - row - regions) / regions; in numlabels()
204 if (_col + COLWIDTH >= getmaxx(wnd) - 1 - INSET) { in numlabels()
206 if (row > getmaxy(wnd) - 1 - (linesperregion + 1)) in numlabels()
211 mvwaddstr(wnd, row, _col + 4, tmpstr); in numlabels()
212 mvwaddstr(wnd, row + 1, _col, " KB/t tps MB/s "); in numlabels()
226 mvwaddstr(wnd, row++, INSET, in barlabels()
231 if (row > getmaxy(wnd) - 1 - linesperregion) in barlabels()
235 mvwprintw(wnd, row++, 0, "%-5.5s MB/s|", in barlabels()
237 mvwaddstr(wnd, row++, 0, " tps|"); in barlabels()
239 mvwaddstr(wnd, row++, 0, " KB/t|"); in barlabels()
266 if (row > getmaxy(wnd) - linesperregion) in showiostat()
273 wmove(wnd, row + linesperregion, 0); in showiostat()
274 wdeleteln(wnd); in showiostat()
275 wmove(wnd, row + 3, 0); in showiostat()
276 winsertln(wnd); in showiostat()
279 if (_col + COLWIDTH >= getmaxx(wnd) - 1 - INSET) { in showiostat()
281 if (row > getmaxy(wnd) - 1 - (linesperregion + 1)) in showiostat()
283 wmove(wnd, row + linesperregion, 0); in showiostat()
284 wdeleteln(wnd); in showiostat()
285 wmove(wnd, row + 3, 0); in showiostat()
286 winsertln(wnd); in showiostat()
313 mvwprintw(wnd, row, _col, " %5.2Lf %3.0Lf %5.2Lf ", in devstats()
318 wmove(wnd, row++, _col); in devstats()
320 wmove(wnd, row++, _col); in devstats()
323 wmove(wnd, row++, _col); in devstats()
342 wmove(wnd, row, INSET); in stat1()
359 waddch(wnd, 'X'); in histogram()
360 waddstr(wnd, buf); in histogram()
364 waddch(wnd, 'X'); in histogram()
365 wclrtoeol(wnd); in histogram()
380 wclear(wnd); in cmdiostat()