Searched refs:cdrom (Results 1 - 25 of 59) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/cdrom/
H A DMakefile1 # Makefile for the kernel cdrom device drivers.
8 obj-$(CONFIG_BLK_DEV_IDECD) += cdrom.o
9 obj-$(CONFIG_BLK_DEV_SR) += cdrom.o
10 obj-$(CONFIG_PARIDE_PCD) += cdrom.o
11 obj-$(CONFIG_CDROM_PKTCDVD) += cdrom.o
13 obj-$(CONFIG_VIOCD) += viocd.o cdrom.o
14 obj-$(CONFIG_GDROM) += gdrom.o cdrom.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/cdrom/
H A DMakefile1 LATEXFILE = cdrom-standard
H A Dcdrom-standard.tex2 \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\ devic
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dlowlevel.c23 #include <linux/cdrom.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Dsmb.conf217 ;[cdrom]
221 ; path = /cdrom
225 # cdrom share is accesed. For this to work /etc/fstab must contain
228 # /dev/scd0 /cdrom iso9660 defaults,noauto,ro,user 0 0
233 # is mounted on /cdrom
235 ; preexec = /bin/mount /cdrom
236 ; postexec = /bin/umount /cdrom
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-unstable/
H A Dsmb.conf217 ;[cdrom]
221 ; path = /cdrom
225 # cdrom share is accesed. For this to work /etc/fstab must contain
228 # /dev/scd0 /cdrom iso9660 defaults,noauto,ro,user 0 0
233 # is mounted on /cdrom
235 ; preexec = /bin/mount /cdrom
236 ; postexec = /bin/umount /cdrom
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-woody/
H A Dsmb.conf217 ;[cdrom]
221 ; path = /cdrom
225 # cdrom share is accesed. For this to work /etc/fstab must contain
228 # /dev/scd0 /cdrom iso9660 defaults,noauto,ro,user 0 0
233 # is mounted on /cdrom
235 ; preexec = /bin/mount /cdrom
236 ; postexec = /bin/umount /cdrom
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/
H A Ddvdspeed.c7 #include <linux/cdrom.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/examples/
H A Ddevfsd.conf63 # Uncomment this if you want the old /dev/cdrom symlink
64 #REGISTER ^cdroms/cdrom0$ CFUNCTION GLOBAL mksymlink $devname cdrom
65 #UNREGISTER ^cdroms/cdrom0$ CFUNCTION GLOBAL unlink cdrom
67 REGISTER ^cdroms/cdrom0$ EXECUTE /bin/ln -sf $devname cdrom
68 UNREGISTER ^cdroms/cdrom0$ EXECUTE /bin/rm -f cdrom
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Daedsp16.c429 int cdrom; member in struct:d_hcfg
600 DBG((" CDROM : %s present\n", (decoded_hcfg.cdrom!=4)?"":" not"));
616 decoded_hcfg.cdrom = CDROM(hard_cfg[1]);
635 decoded_hcfg.cdrom = CONFIG_SC6600_CDROM; /* 4:N-3:I-2:G-1:P-0:S */
662 BLDCDROM(hard_cfg[1], decoded_hcfg.cdrom);
753 if (decoded_hcfg.cdrom != 2)
755 if ((decoded_hcfg.cdrom == 4) ||
756 (decoded_hcfg.cdrom == 3))
771 if (decoded_hcfg.cdrom == 3) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-cd.h8 #include <linux/cdrom.h>
34 /* Structure of a MSF cdrom address. */
78 /* Extra per-device info for cdrom drives. */
93 /* Per-device info needed by cdrom.c generic driver. */
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");
H A Dide-cd_verbose.c11 #include <linux/cdrom.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/tridge/
H A Dsmb.conf91 [cdrom]
93 path = /mount/cdrom
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dartstd.cpp129 #include "../../art/cdrom.xpm"
189 ART(wxART_CDROM, cdrom)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/storage/
H A Ddebug.c45 #include <linux/cdrom.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpktcdvd.h61 /* underlying cdrom device happy */
113 #include <linux/cdrom.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/
H A DMakefile56 obj-y += cdrom/
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dfile_storage.c218 int cdrom; member in struct:__anon16171
238 .cdrom = 0,
266 module_param_named(cdrom, mod_data.cdrom, bool, S_IRUGO);
267 MODULE_PARM_DESC(cdrom, "true to emulate cdrom instead of disk");
1485 buf[0] = (mod_data.cdrom ? TYPE_CDROM : TYPE_DISK);
1493 (mod_data.cdrom ? product_cdrom_id :
2354 if (!mod_data.cdrom)
2364 if (!mod_data.cdrom)
[all...]
H A Df_mass_storage.c74 * ->cdrom Flag specifying that LUN shall be reported as
128 * cdrom=b[,b...] Default false, boolean for whether to emulate
411 char cdrom; member in struct:fsg_config::fsg_lun_config
1184 buf[0] = curlun->cdrom ? TYPE_CDROM : TYPE_DISK;
2028 if (!common->curlun || !common->curlun->cdrom)
2040 if (!common->curlun || !common->curlun->cdrom)
2719 curlun->cdrom = !!lcfg->cdrom;
2720 curlun->ro = lcfg->cdrom || lcfg->ro;
2793 OR(cfg->product_name, common->luns->cdrom
3043 int cdrom[FSG_MAX_LUNS]; member in struct:fsg_module_parameters
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dcdunix.cpp42 #include <linux/cdrom.h>
57 OpenDevice(wxT("/dev/cdrom"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Ddirctrlg.h272 cdrom, enumerator in enum:wxFileIconsTable::iconId_Type
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus/
H A Dwrapper.c13 #include <linux/cdrom.h>
131 * (should do this only for cdrom/loop though)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hfsplus_journal/
H A Dwrapper.c13 #include <linux/cdrom.h>
188 * (should do this only for cdrom/loop though)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dsr_vendor.c9 * Aug 1997: Ha! Got a SCSI-3 cdrom spec across my fingers. SCSI-3 does
37 #include <linux/cdrom.h>
213 printk(KERN_INFO "%s: Hmm, seems the cdrom "

Completed in 204 milliseconds

123