Home | History | Annotate | Download | only in iostat

Lines Matching defs:defdrives

98 static int	defdrives;
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) drives
981 (int)ndrive < defdrives)
982 ? (int)(ndrive) : defdrives;
994 ndrives == defdrives)