Lines Matching full:dos
134 [0x01] = "Primary DOS with 12 bit FAT",
137 [0x04] = "Primary DOS with 16 bit FAT (< 32MB)",
138 [0x05] = "Extended DOS",
139 [0x06] = "Primary DOS, 16 bit FAT (>= 32MB)",
144 [0x0B] = "DOS or Windows 95 with 32 bit FAT",
145 [0x0C] = "DOS or Windows 95 with 32 bit FAT (LBA)",
146 [0x0E] = "Primary 'big' DOS (>= 32MB, LBA)",
147 [0x0F] = "Extended DOS (LBA)",
149 [0x11] = "OS/2 BM: hidden DOS with 12-bit FAT",
151 [0x14] = "OS/2 BM: hidden DOS with 16-bit FAT (< 32MB)",
152 [0x16] = "OS/2 BM: hidden DOS with 16-bit FAT (>= 32MB)",
156 [0x24] = "NEC DOS",
210 [0xDB] = "CP/M, Concurrent CP/M, Concurrent DOS or CTOS",
212 [0xE1] = "DOS access or SpeedStor with 12-bit FAT extended partition",
213 [0xE3] = "DOS R/O or SpeedStor",
219 [0xF2] = "DOS 3.3+ Secondary",
247 static void dos(struct dos_partition *partp);
396 dos(partp); in main()
425 printf("Information from DOS bootblock is:\n"); in main()
471 printf("Information from DOS bootblock is:\n"); in print_s0()
555 dos(partp); in init_sector0()
610 dos(partp); in change_part()
696 * Change real numbers into strange dos numbers *
699 dos(struct dos_partition *partp) in dos() function
1261 dos(partp); in process_partition()