| /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/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
|
| H A D | 051 | 170 run_qemu -drive if=ide,media=cdrom 221 run_qemu -drive file="$TEST_IMG",if=ide,media=cdrom,readonly=on
|
| /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/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/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/…
|
| H A D | bootindex.rst | 23 a short-form option like ``-hda`` or ``-cdrom``, so to use
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/ddrescue/ |
| H A D | ddrescue_1.29.1.bb | 3 from one file or block device (hard disc, cdrom, etc) to another, \
|
| /openbmc/qemu/tests/vm/ |
| H A D | centos-8-aarch64.ks | 17 cdrom
|
| /openbmc/qemu/docs/system/ppc/ |
| H A D | amigang.rst | 55 -cdrom "A1 Linux Net Installer.iso" \ 107 -cdrom debian-8.11.0-powerpc-netinst.iso \ 122 -cdrom debian-8.11.0-powerpc-netinst.iso
|
| /openbmc/openbmc/poky/meta/recipes-devtools/cdrtools/cdrtools/ |
| H A D | 0001-fix-nsectors-exceeds-0xffff-situation.patch | 19 [1]https://pdos.csail.mit.edu/6.828/2017/readings/boot-cdrom.pdf
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libusbgx/libusbgx/ |
| H A D | 0001-fix-stack-buffer-overflow-in-usbg_f_foo_attr_val-pro.patch | 213 - USBG_TO_UNION(usbg_f_ms_lun_attr_val, cdrom, WHAT) 231 * @brief Get the value which determines if lun is visible as a cdrom 234 bool cdrom) 237 - USBG_F_MS_LUN_BOOL_TO_ATTR_VAL(cdrom)); 238 + union usbg_f_ms_lun_attr_val val = {.cdrom = cdrom};
|
| /openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/files/unattended-boot-conf/Debian/ |
| H A D | preseed.cfg | 28 d-i apt-setup/cdrom/set-first boolean false
|
| /openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/ |
| H A D | 0001-Add-extra-sector-count-from-section-entry-for-EFI-ca.patch | 20 [1]https://pdos.csail.mit.edu/6.828/2017/readings/boot-cdrom.pdf
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/ |
| H A D | libsdl_1.2.15.bb | 46 EXTRA_OECONF = "--disable-static --enable-cdrom --enable-threads --enable-timers \
|
| /openbmc/qemu/docs/system/devices/ |
| H A D | usb.rst | 133 logical units: two disks and one cdrom drive: 140 -drive if=none,id=uas-cdrom,media=cdrom,format=raw,file=/path/to/image.iso \\ 145 -device scsi-cd,bus=uas.0,scsi-id=0,lun=5,drive=uas-cdrom
|
| /openbmc/qemu/docs/system/s390x/ |
| H A D | bootdevices.rst | 49 ``-hda``, ``-cdrom`` or ``-drive if=virtio``, since it is not possible to 51 ``-cdrom`` option even does not give you a real (virtio-scsi) CD-ROM device on
|
| /openbmc/qemu/docs/devel/testing/ |
| H A D | blkverify.rst | 69 $ ./qemu-system-x86_64 -cdrom debian.iso \
|
| /openbmc/qemu/tests/qtest/ |
| H A D | meson.build | 5 'cdrom-test' : 610, 23 'cdrom-test', 375 'cdrom-test': files('boot-sector.c'),
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | storage_common.c | 282 unsigned int cdrom:1; member
|