Lines Matching refs:rpm
123 static int rpm; /* revolutions/minute of drive */
124 static int rpm_set = 0; /* true if the user specified rpm */
293 rpm = number("rpm", optarg, NR_NONE, 3600);
295 if (rpm < 0)
373 * rpm - disk revolutions per minute
425 if (rpm < 0)
429 if (rpm < 60) {
431 gettext("Warning: setting rpm to 60\n"));
432 rpm = 60;
444 "Warning: rpm is obsolete for this device and will be ignored.\n"));
462 rpm = 60;
628 fssize, nsectors, ntracks, bsize, fsize, cpg, minfree, rpm/60,
789 if (rpm == 0)
790 rpm = ((int)g.dkg_rpm <= 0) ? 3600: g.dkg_rpm;