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

  /src/usr.sbin/iostat/
iostat.c 98 static int defdrives; variable in typeref:typename:int
325 defdrives = width;
326 if (defdrives == 0) {
327 defdrives = 5000; /* anything absurdly big */
330 defdrives -= LAYOUT_CPU + LAYOUT_CPU_GAP;
332 defdrives -= LAYOUT_TTY + LAYOUT_TTY_GAP;
334 defdrives /= LAYOUT_DRIVE_2 + LAYOUT_DRIVE_GAP;
336 defdrives /= LAYOUT_DRIVE_3 + LAYOUT_DRIVE_GAP;
338 defdrives /= LAYOUT_DRIVE_1 + LAYOUT_DRIVE_GAP;
977 * Pick up to defdrives (or all if -x is given) drive
    [all...]

Completed in 14 milliseconds