Home | History | Annotate | Download | only in linux

Lines Matching full:drive

33  *       -    drive = open("/dev/cdrom", O_RDONLY);
34 * + drive = open("/dev/cdrom", O_RDONLY | O_NONBLOCK);
42 /* When a driver supports a certain function, but the cdrom drive we are
63 #define CDROMSTOP 0x5307 /* Stop the cdrom drive */
64 #define CDROMSTART 0x5308 /* Start the cdrom drive */
83 #define CDROMRESET 0x5312 /* hard-reset the drive */
84 #define CDROMVOLREAD 0x5313 /* Get the drive's volume setting
107 * drive spindown time. They should be implemented in the
146 #define CDROM_SEND_PACKET 0x5393 /* send a packet to the drive */
383 #define CDC_DRIVE_STATUS 0x800 /* driver implements drive status */
385 #define CDC_CD_R 0x2000 /* drive is a CD-R */
386 #define CDC_CD_RW 0x4000 /* drive is a CD-RW */
387 #define CDC_DVD 0x8000 /* drive is a DVD */
388 #define CDC_DVD_R 0x10000 /* drive can write DVD-R */
389 #define CDC_DVD_RAM 0x20000 /* drive can write DVD-RAM */
390 #define CDC_MO_DRIVE 0x40000 /* drive is an MO device */
391 #define CDC_MRW 0x80000 /* drive can read MRW */
392 #define CDC_MRW_W 0x100000 /* drive can write MRW */
395 /* drive status possibilities returned by CDROM_DRIVE_STATUS ioctl */
423 * per drive - SCSI CD-ROM's use minors to differentiate between the