Lines Matching refs:drives
10 * - added support for 40 Track 5.25" drives, 80-track hopefully behaves
11 * like 3.5" dd (no way to test - are there any 5.25" drives out there
165 #define FD_MAX_UNITS 4 /* Max. Number of drives */
325 * They are not reentrant and single threaded because all drives
1809 int drive,drives,nomem;
1812 drives=0;
1827 drives++;
1839 if ((drives > 0) || (nomem == 0)) {
1840 if (drives == 0)
1841 pr_cont(" no drives");
1843 return drives;
1884 if (fd_probe_drives() < 1) /* No usable drives */