/Linux-v4.19/Documentation/cdrom/ |
D | cdrom-standard.tex | 2 \def\version{$Id: cdrom-standard.tex,v 1.9 1997/12/28 15:42:49 david Exp $} 11 \def\cdrom{{\sc cd-rom}} 13 \def\cdromc{{\tt {cdrom.c}}} 14 \def\cdromh{{\tt {cdrom.h}}} 24 \title{A \linux\ \cdrom\ standard} 52 This divergence of behavior has been very significant for \cdrom\ 55 their drivers totally inconsistent, the writers of \linux\ \cdrom\ 58 maintain uniform behavior across all the \linux\ \cdrom\ drivers. 61 all the different \cdrom\ device drivers for \linux. This document also 62 defines the various $ioctl$s, and how the low-level \cdrom\ device [all …]
|
D | ide-cd | 102 5. You may want to create a symbolic link /dev/cdrom pointing to the 105 ln -s /dev/hdX /dev/cdrom 120 mount -t iso9660 /dev/cdrom /mnt/cdrom 122 where it is assumed that /dev/cdrom is a link pointing to the actual 123 device (as described in step 5 of the last section) and /mnt/cdrom is 125 CDROM under the /mnt/cdrom directory. If you want to eject the CDROM, 128 umount /mnt/cdrom 135 You should feel free to remove the cdrom line from /etc/fstab and 187 form `hdX=cdrom', where X is the drive letter corresponding to 191 hdX: ATAPI cdrom (?) [all …]
|
D | packet-writing.txt | 20 # mount /dev/pktcdvd/dev_name /cdrom -t udf -o rw,noatime 35 # mount /dev/pktcdvd/dev_name /cdrom -t udf -o rw,noatime 49 # mount /dev/hdc /cdrom -t udf -o rw,noatime 62 # mount /dev/pktcdvd/dev_name /cdrom -t udf -o rw,noatime
|
D | Makefile | 1 LATEXFILE = cdrom-standard
|
D | 00-INDEX | 5 cdrom-standard.tex
|
/Linux-v4.19/drivers/usb/gadget/function/ |
D | storage_common.c | 231 if (curlun->cdrom) { in fsg_lun_open() 244 if (curlun->cdrom) { in fsg_lun_open() 358 return sprintf(buf, "%u\n", curlun->cdrom); in fsg_show_cdrom() 468 bool cdrom; in fsg_store_cdrom() local 471 ret = strtobool(buf, &cdrom); in fsg_store_cdrom() 476 ret = cdrom ? _fsg_store_ro(curlun, true) : 0; in fsg_store_cdrom() 479 curlun->cdrom = cdrom; in fsg_store_cdrom()
|
D | f_mass_storage.h | 12 bool cdrom[FSG_MAX_LUNS]; member 39 _FSG_MODULE_PARAM_ARRAY(prefix, params, cdrom, bool, \ 91 char cdrom; member
|
D | f_mass_storage.c | 1066 buf[0] = curlun->cdrom ? TYPE_ROM : TYPE_DISK; in do_inquiry() 1911 if (!common->curlun || !common->curlun->cdrom) in do_scsi_command() 1923 if (!common->curlun || !common->curlun->cdrom) in do_scsi_command() 2713 return lun->cdrom ? S_IRUGO : (S_IWUSR | S_IRUGO); in fsg_lun_dev_is_visible() 2754 lun->cdrom = !!cfg->cdrom; in fsg_common_create_lun() 2755 lun->ro = cfg->cdrom || cfg->ro; in fsg_common_create_lun() 2799 lun->cdrom ? "CD-ROM " : "", in fsg_common_create_lun() 2850 pn ?: ((*common->luns)->cdrom in fsg_common_set_inquiry_string() 3088 CONFIGFS_ATTR(fsg_lun_opts_, cdrom); 3449 lun->cdrom = !!params->cdrom[i]; in fsg_config_from_params()
|
D | storage_common.h | 106 unsigned int cdrom:1; member
|
/Linux-v4.19/Documentation/ide/ |
D | ide.txt | 86 or ide_core.cdrom=[interface_number.device_number] 90 ide_core.chs=1.0:1050,32,64 ide_core.cdrom=1.1 112 Courtesy of Scott Snyder and others, the driver supports ATAPI cdrom drives 116 If for some reason your cdrom drive is *not* found at boot time, you can force 120 ide_core.cdrom=1.0 /* "master" on second interface (hdc) */ 122 ide_core.cdrom=1.1 /* "slave" on second interface (hdd) */ 125 interface (/dev/hda) and an IDE cdrom drive on the secondary interface 126 (/dev/hdc). To mount a CD in the cdrom drive, one would use something like: 128 ln -sf /dev/hdc /dev/cdrom 129 mkdir /mnt/cdrom [all …]
|
D | ChangeLog.ide-cd.1994-2004 | 50 * Read total cdrom capacity during open. 86 * problem with "hde=cdrom" with no drive present. -ml 116 * -- Integrate with generic cdrom driver. 127 * using the generic cdrom driver. 209 * packet interface to cdrom.c.
|
/Linux-v4.19/Documentation/ioctl/ |
D | cdrom.txt | 10 in drivers/cdrom/cdrom.c and drivers/block/scsi_ioctl.c 12 ioctl values are listed in <linux/cdrom.h>. As of this writing, they 21 CDROMSTOP Stop the cdrom drive 22 CDROMSTART Start the cdrom drive 23 CDROMEJECT Ejects the cdrom media 92 are defined in <linux/cdrom.h> 214 CDROMSTOP Stop the cdrom drive 232 CDROMSTART Start the cdrom drive 251 CDROMEJECT Ejects the cdrom media 371 As of 2.6.8.1, comments in <linux/cdrom.h> indicate that this [all …]
|
D | 00-INDEX | 5 cdrom.txt
|
D | ioctl-number.txt | 80 0x20 all drivers/cdrom/cm206.h 174 'S' all linux/cdrom.h conflict! 298 0x90 00 drivers/cdrom/sbpcd.h
|
/Linux-v4.19/drivers/cdrom/ |
D | Makefile | 2 obj-$(CONFIG_CDROM) += cdrom.o
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | configfs-usb-gadget-mass-storage | 28 cdrom - Flag specifying that LUN shall be reported as
|
/Linux-v4.19/drivers/ide/ |
D | ide.c | 235 module_param_named(cdrom, ide_cdroms, ide_dev_mask, 0); 236 MODULE_PARM_DESC(cdrom, "force device as a CD-ROM");
|
/Linux-v4.19/Documentation/networking/ |
D | dl2k.txt | 76 [root@XXX /] mkdir cdrom 77 [root@XXX /] mount -r -t iso9660 -o conv=auto /dev/cdrom /cdrom 81 [root@XXX dl2k] cp /cdrom/linux/dl2k.tgz /root/dl2k
|
/Linux-v4.19/drivers/block/xen-blkback/ |
D | xenbus.c | 453 int cdrom) in xen_vbd_create() argument 484 if (vbd->bdev->bd_disk->flags & GENHD_FL_CD || cdrom) in xen_vbd_create() 682 int cdrom = 0; in backend_changed() local 720 cdrom = strcmp(device_type, "cdrom") == 0; in backend_changed() 736 !strchr(be->mode, 'w'), cdrom); in backend_changed()
|
/Linux-v4.19/Documentation/scsi/ |
D | scsi.txt | 27 as a module). The disk driver (sd_mod.o), cdrom driver (sr_mod.o),
|
D | scsi-changer.txt | 66 I test and use the driver myself with a 35 slot cdrom jukebox from 172 for a old, second-hand (but full functional) cdrom jukebox which I use
|
/Linux-v4.19/drivers/ |
D | Makefile | 94 obj-y += cdrom/
|
/Linux-v4.19/Documentation/filesystems/ |
D | sharedsubtree.txt | 157 The system administrator can make the mount at /cdrom shared 158 mount --bind /cdrom /cdrom 159 mount --make-shared /cdrom 162 mount at /cdrom which is a replica of the same mount in the 165 So when a CD is inserted and mounted at /cdrom that mount gets 166 propagated to the other mount at /cdrom in all the other clone
|
/Linux-v4.19/Documentation/sysctl/ |
D | README | 60 dev/ device specific information (eg dev/cdrom/info)
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | nfsroot.txt | 275 3.2) Booting from a cdrom using isolinux 277 When building kernels, an easy way to create a bootable cdrom that 286 This can be written to a cdrom using a variety of tools including
|