Home | History | Annotate | Download | only in disk

Lines Matching full:drive

31  * @drive:	Drive number
37 int read_mbr(int drive, void *buf)
40 drive_info.disk = drive;
47 * dev_read - read from a drive
48 * @drive: Drive number
53 * High-level routine to read from a hard drive.
57 int dev_read(int drive, void *buf, unsigned int lba, int sectors)
60 drive_info.disk = drive;