/openbmc/phosphor-misc/usb-ctrl/ |
H A D | usb-ctrl | 92 local cdrom= 103 cdrom=0 108 cdrom=0 111 cdrom) 114 cdrom=1 119 cdrom=0 126 cdrom=0 132 echo $cdrom > "${usb_gadget_syspath}/cdrom"
|
/openbmc/openbmc/poky/meta/recipes-core/images/build-appliance-image/ |
H A D | README_VirtualBox_Guest_Additions.txt | 20 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
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | storage_common.c | 232 if (curlun->cdrom) { in fsg_lun_open() 245 if (curlun->cdrom) { in fsg_lun_open() 361 return sprintf(buf, "%u\n", curlun->cdrom); in fsg_show_cdrom() 471 bool cdrom; in fsg_store_cdrom() local 474 ret = kstrtobool(buf, &cdrom); in fsg_store_cdrom() 479 ret = cdrom ? _fsg_store_ro(curlun, true) : 0; in fsg_store_cdrom() 482 curlun->cdrom = cdrom; in fsg_store_cdrom()
|
H A 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
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 140 | 57 SYSEMU_DRIVE_ARG=if=none,media=cdrom,id=drv,"$TEST_IMG" 59 SYSEMU_DRIVE_ARG=if=none,media=cdrom,id=drv,file="$TEST_IMG",driver=$IMGFMT
|
H A D | 186 | 134 check_info_block -drive if=ide,media=cdrom 135 check_info_block -drive if=ide,driver=null-co,read-zeroes=on,media=cdrom
|
/openbmc/linux/Documentation/cdrom/ |
H A D | cdrom-standard.rst | 62 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 D | packet-writing.rst | 27 # 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
|
H A D | index.rst | 10 cdrom-standard
|
/openbmc/linux/Documentation/userspace-api/ioctl/ |
H A D | cdrom.rst | 11 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 94 are defined in <linux/cdrom.h> 260 Stop the cdrom drive 285 Start the cdrom drive 311 - Ejects the cdrom media 470 - As of 2.6.8.1, comments in <linux/cdrom.h> indicate that this [all …]
|
H A D | index.rst | 14 cdrom
|
/openbmc/linux/drivers/cdrom/ |
H A D | Makefile | 2 obj-$(CONFIG_CDROM) += cdrom.o
|
/openbmc/qemu/docs/system/ |
H A D | device-url-syntax.rst.inc | 8 as images for the guest storage. Both disk and cdrom images are 29 -cdrom iscsi://192.0.2.1/iqn.2001-04.com.example/2 \\ 189 …|qemu_system_x86| --drive media=cdrom,file=https://archives.fedoraproject.org/pub/archive/fedora/l… 191 …|qemu_system_x86| --drive media=cdrom,file.driver=http,file.url=http://archives.fedoraproject.org/…
|
/openbmc/openbmc/meta-hpe/meta-gxp/recipes-connectivity/jsnbd/jsnbd/ |
H A D | state_hook | 46 echo 0 > functions/mass_storage.usb0/lun.0/cdrom
|
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/files/unattended-boot-conf/Fedora/ |
H A D | ks.cfg | 13 cdrom
|
/openbmc/qemu/docs/system/ppc/ |
H A D | amigang.rst | 54 -cdrom "A1 Linux Net Installer.iso" \ 106 -cdrom debian-8.11.0-powerpc-netinst.iso \ 121 -cdrom debian-8.11.0-powerpc-netinst.iso
|
/openbmc/openbmc/meta-phosphor/recipes-connectivity/jsnbd/jsnbd/ |
H A D | state_hook | 64 echo 0 > functions/mass_storage.usb0/lun.0/cdrom
|
/openbmc/qemu/hw/block/ |
H A D | meson.build | 3 'cdrom.c',
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/ |
H A D | init | 56 …CDROMS_LIST=$(sed -ne 's/^drive name:\t\+\(.*\)$/ \/dev\/\1/p' /proc/sys/dev/cdrom/info 2>/dev/nul…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/ddrescue/ |
H A D | ddrescue_1.29.bb | 3 from one file or block device (hard disc, cdrom, etc) to another, \
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/dlink/ |
H A D | dl2k.rst | 86 [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
|
/openbmc/qemu/tests/vm/ |
H A D | centos-8-aarch64.ks | 17 cdrom
|
/openbmc/linux/Documentation/ |
H A D | subsystem-apis.rst | 59 cdrom/index
|
/openbmc/linux/drivers/block/xen-blkback/ |
H A D | xenbus.c | 482 int cdrom) in xen_vbd_create() argument 512 if (cdrom || disk_to_cdi(vbd->bdev->bd_disk)) in xen_vbd_create() 707 int cdrom = 0; in backend_changed() local 745 cdrom = strcmp(device_type, "cdrom") == 0; in backend_changed() 761 !strchr(be->mode, 'w'), cdrom); in backend_changed()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | configfs-usb-gadget-mass-storage | 31 cdrom Flag specifying that LUN shall be reported as
|