Home | History | Annotate | Download | only in hdt

Lines Matching full:drive

43  * @drive_info:	driveinfo struct describing the drive on which the partition
102 int drive = strtol(argv[0], (char **)NULL, 16);
104 if (drive < 0x80 || drive >= 0xff) {
105 more_printf("Invalid disk: %d.\n", drive);
109 int i = drive - 0x80;
165 for (int drive = 0x80; drive < 0xff; drive++) {
166 if (hardware->disk_info[drive - 0x80].cbios) {
174 sprintf(buf, "0x%x", drive);
192 for (int drive = 0x80; drive < 0xff; drive++) {