Home
last modified time | relevance | path

Searched refs:cdrom (Results 1 – 25 of 65) sorted by relevance

123

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/images/build-appliance-image/
H A DREADME_VirtualBox_Guest_Additions.txt20 the actual name <cdromedev> by viewing the cdrom info:
22 # cat /proc/sys/dev/cdrom/info
24 Mount the cdrom drive:
25 # mount -t iso9660 <cdromdev> /media/cdrom
27 # mount -t iso9660 /dev/hda /media/cdrom
39 # /media/cdrom/VBoxLinuxAdditions.run --nox11
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Dstorage_common.c231 if (curlun->cdrom) { in fsg_lun_open()
244 if (curlun->cdrom) { in fsg_lun_open()
360 return sprintf(buf, "%u\n", curlun->cdrom); in fsg_show_cdrom()
470 bool cdrom; in fsg_store_cdrom() local
473 ret = strtobool(buf, &cdrom); in fsg_store_cdrom()
478 ret = cdrom ? _fsg_store_ro(curlun, true) : 0; in fsg_store_cdrom()
481 curlun->cdrom = cdrom; in fsg_store_cdrom()
H A Df_mass_storage.h12 bool cdrom[FSG_MAX_LUNS]; member
39 _FSG_MODULE_PARAM_ARRAY(prefix, params, cdrom, bool, \
91 char cdrom; member
H A Df_mass_storage.c1074 buf[0] = curlun->cdrom ? TYPE_ROM : TYPE_DISK; in do_inquiry()
1966 if (!common->curlun || !common->curlun->cdrom) in do_scsi_command()
1978 if (!common->curlun || !common->curlun->cdrom) in do_scsi_command()
2779 return lun->cdrom ? S_IRUGO : (S_IWUSR | S_IRUGO); in fsg_lun_dev_is_visible()
2820 lun->cdrom = !!cfg->cdrom; in fsg_common_create_lun()
2821 lun->ro = cfg->cdrom || cfg->ro; in fsg_common_create_lun()
2865 lun->cdrom ? "CD-ROM " : "", in fsg_common_create_lun()
2916 pn ?: ((*common->luns)->cdrom in fsg_common_set_inquiry_string()
3153 CONFIGFS_ATTR(fsg_lun_opts_, cdrom);
3515 lun->cdrom = !!params->cdrom[i]; in fsg_config_from_params()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/eudev/
H A Dpermissions.rules26 KERNEL=="hd[a-z]|pcd[0-9]*", DRIVERS=="ide-cdrom|pcd", \
28 ENV{ID_CDROM}=="?*", GROUP="cdrom"
38 SUBSYSTEMS=="scsi", ATTRS{type}=="4", GROUP="cdrom"
39 SUBSYSTEMS=="scsi", ATTRS{type}=="5", GROUP="cdrom"
97 KERNEL=="cdemu[0-9]*", GROUP="cdrom"
98 KERNEL=="pktcdvd[0-9]*", GROUP="cdrom"
/OK3568_Linux_fs/kernel/Documentation/ide/
H A Dide.rst90 ide_core.cdrom=[interface_number.device_number]
94 ide_core.chs=1.0:1050,32,64 ide_core.cdrom=1.1
118 Courtesy of Scott Snyder and others, the driver supports ATAPI cdrom drives
122 If for some reason your cdrom drive is *not* found at boot time, you can force
126 ide_core.cdrom=1.0 /* "master" on second interface (hdc) */
130 ide_core.cdrom=1.1 /* "slave" on second interface (hdd) */
133 interface (/dev/hda) and an IDE cdrom drive on the secondary interface
134 (/dev/hdc). To mount a CD in the cdrom drive, one would use something like::
136 ln -sf /dev/hdc /dev/cdrom
137 mkdir /mnt/cdrom
[all …]
H A DChangeLog.ide-cd.1994-200450 * 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.
/OK3568_Linux_fs/kernel/Documentation/cdrom/
H A Dindex.rst4 cdrom title
10 cdrom-standard
H A Dcdrom-standard.rst62 which was expressed through `cdrom.h`, it appeared to be a rather wild
85 in the file `cdrom.c`. This driver is intended to be an additional software
98 programmer's interface defined in `cdrom.h`. This guide was written to
100 Driver code defined in `cdrom.c`.
133 CD-ROM drivers\' header files to the kernel's cdrom directory. This was
134 done to help ensure that the user is only presented with only one cdrom
135 interface, the interface defined in `cdrom.h`.
139 of common **CD-ROM device operations**, *<cdrom-device>_dops*.
144 in the file `cdrom.c`. In this file, the Uniform CD-ROM Driver interfaces
164 declared above are all implemented in `cdrom.c`, since this file is the
[all …]
H A Dide-cd.rst104 5. You may want to create a symbolic link /dev/cdrom pointing to the
107 ln -s /dev/hdX /dev/cdrom
122 mount -t iso9660 /dev/cdrom /mnt/cdrom
124 where it is assumed that /dev/cdrom is a link pointing to the actual
125 device (as described in step 5 of the last section) and /mnt/cdrom is
127 CDROM under the /mnt/cdrom directory. If you want to eject the CDROM,
130 umount /mnt/cdrom
137 You should feel free to remove the cdrom line from /etc/fstab and
189 form `hdX=cdrom`, where X is the drive letter corresponding to
193 hdX: ATAPI cdrom (?)
[all …]
H A Dpacket-writing.rst27 # mount /dev/pktcdvd/dev_name /cdrom -t udf -o rw,noatime
42 # mount /dev/pktcdvd/dev_name /cdrom -t udf -o rw,noatime
56 # mount /dev/hdc /cdrom -t udf -o rw,noatime
69 # mount /dev/pktcdvd/dev_name /cdrom -t udf -o rw,noatime
/OK3568_Linux_fs/kernel/Documentation/userspace-api/ioctl/
H A Dcdrom.rst11 in drivers/cdrom/cdrom.c and drivers/block/scsi_ioctl.c
13 ioctl values are listed in <linux/cdrom.h>. As of this writing, they
23 CDROMSTOP Stop the cdrom drive
24 CDROMSTART Start the cdrom drive
25 CDROMEJECT Ejects the cdrom media
91 are defined in <linux/cdrom.h>
257 Stop the cdrom drive
282 Start the cdrom drive
308 - Ejects the cdrom media
467 - As of 2.6.8.1, comments in <linux/cdrom.h> indicate that this
[all …]
H A Dindex.rst14 cdrom
/OK3568_Linux_fs/kernel/drivers/cdrom/
H A DMakefile2 obj-$(CONFIG_CDROM) += cdrom.o
/OK3568_Linux_fs/buildroot/system/skeleton/etc/
H A Dgroup12 cdrom:x:11:
/OK3568_Linux_fs/buildroot/package/ddrescue/
H A DConfig.in6 file or block device (hard disc, cdrom, etc) to another,
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/dlink/
H A Ddl2k.rst86 [root@XXX /] mkdir cdrom
87 [root@XXX /] mount -r -t iso9660 -o conv=auto /dev/cdrom /cdrom
91 [root@XXX dl2k] cp /cdrom/linux/dl2k.tgz /root/dl2k
/OK3568_Linux_fs/debian/scripts/rkstage0/02-sys-tweaks/
H A D00-run.sh33 for GRP in adm dialout cdrom audio users sudo video games plugdev input gpio spi i2c netdev render;…
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide.c236 module_param_named(cdrom, ide_cdroms, ide_dev_mask, 0);
237 MODULE_PARM_DESC(cdrom, "force device as a CD-ROM");
/OK3568_Linux_fs/kernel/drivers/block/xen-blkback/
H A Dxenbus.c482 int cdrom) in xen_vbd_create() argument
513 if (vbd->bdev->bd_disk->flags & GENHD_FL_CD || cdrom) in xen_vbd_create()
713 int cdrom = 0; in backend_changed() local
751 cdrom = strcmp(device_type, "cdrom") == 0; in backend_changed()
767 !strchr(be->mode, 'w'), cdrom); in backend_changed()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A Dinit56 …CDROMS_LIST=$(sed -ne 's/^drive name:\t\+\(.*\)$/ \/dev\/\1/p' /proc/sys/dev/cdrom/info 2>/dev/nul…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/ddrescue/
H A Dddrescue_1.26.bb3 from one file or block device (hard disc, cdrom, etc) to another, \
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-mass-storage31 cdrom Flag specifying that LUN shall be reported as
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/
H A D0037-sanitizer-Remove-include-linux-fs.h-to-resolve-fscon.patch40 #include <linux/cdrom.h>
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dbeyond-buildroot.txt38 qemu-system-i386 -cdrom output/images/rootfs.iso9660

123