Lines Matching refs:drive
282 dev->drive); in try_device()
291 dev->drive); in try_device()
293 sprintf(errmsg,"init %c: non DOS media", dev->drive); in try_device()
314 dev->drive, strerror(errno)); in try_device()
318 drive, strerror(errno)); in try_device()
323 dev->drive); in try_device()
368 Stream_t *find_device(char drive, int mode, struct device *out_dev, in find_device() argument
376 sprintf(errmsg, "Drive '%c:' not supported", drive); in find_device()
382 if (dev->drive != drive) in find_device()
486 Stream_t *fs_init(char drive, int mode, int *isRop) in fs_init() argument
511 This->drive = drive; in fs_init()
514 This->head.Next = find_device(drive, mode, &dev, &boot, name, &media, in fs_init()
607 return This->drive; in getDrive()