Lines Matching full:drive
31 /** Get drive parameters */
41 /** Get extended drive parameters */
67 /** An INT 13 emulated drive */
75 /** BIOS in-use drive number (0x80-0xff) */
76 unsigned int drive;
77 /** BIOS natural drive number (0x80-0xff)
79 * This is the drive number that would have been assigned by
80 * 'naturally' appending the drive to the end of the BIOS
81 * drive list.
83 * If the emulated drive replaces a preexisting drive, this is
84 * the drive number that the preexisting drive gets remapped
146 /** Total number of sectors on drive */
158 /** No such drive */
178 /** Removable drive */
184 /** Drive can be locked (valid only for removable drives) */
198 /** Removable drive functions supported */
227 /** Drive number */
228 uint8_t drive;
288 extern void register_int13_drive ( struct int13_drive *drive );
289 extern void unregister_int13_drive ( struct int13_drive *drive );
290 extern int int13_boot ( unsigned int drive );