/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | Drive_v1.xml | 4 <!--# Redfish Schema: Drive v1.21.0 --> 76 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive"> 80 <EntityType Name="Drive" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 81 <Annotation Term="OData.Description" String="The `Drive` schema represents a single physical drive for a system, including links to associated volumes. It also describes the location, such as a slot, socket, or bay, where a unit can be installed, by populating a resource instance with an absent state if a unit is not present."/> 82 <Annotation Term="OData.LongDescription" String="This resource shall represent a drive or other physical storage medium for a Redfish implementation. It may also represent a location, such as a slot, socket, or bay, where a unit may be installed, but the `State` property within the `Status` property contains `Absent`."/> 114 <Annotation Term="OData.Description" String="This action securely erases the contents of the drive."/> 115 <Annotation Term="OData.LongDescription" String="This action shall securely erase the drive."/> 116 <Parameter Name="Drive" Type="Drive [all...] |
/openbmc/bmcweb/redfish-core/schema/dmtf/installed/ |
H A D | Drive_v1.xml | 4 <!--# Redfish Schema: Drive v1.21.0 --> 76 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Drive"> 80 <EntityType Name="Drive" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 81 <Annotation Term="OData.Description" String="The `Drive` schema represents a single physical drive for a system, including links to associated volumes. It also describes the location, such as a slot, socket, or bay, where a unit can be installed, by populating a resource instance with an absent state if a unit is not present."/> 82 <Annotation Term="OData.LongDescription" String="This resource shall represent a drive or other physical storage medium for a Redfish implementation. It may also represent a location, such as a slot, socket, or bay, where a unit may be installed, but the `State` property within the `Status` property contains `Absent`."/> 114 <Annotation Term="OData.Description" String="This action securely erases the contents of the drive."/> 115 <Annotation Term="OData.LongDescription" String="This action shall securely erase the drive."/> 116 <Parameter Name="Drive" Type="Drive [all...] |
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 172 | 83 QEMU_OPTIONS="" do_run_qemu -drive if=none,file="$TEST_IMG" "$@" | 95 # Default drive semantics: 97 # By default you get a single empty floppy drive. You can override it with 98 # -drive and using the same index, but if you use -drive to add a floppy to a 100 # '-device floppy', even to a different slot, the default drive is disabled. 120 echo === Using -drive options === 122 check_floppy_qtree -drive if=floppy,file="$TEST_IMG" 123 check_floppy_qtree -drive if=floppy,file="$TEST_IMG",index=1 124 check_floppy_qtree -drive if=floppy,file="$TEST_IMG" -drive if=floppy,file="$TEST_IMG.2",index=1 128 echo === Using -drive if=none and -device === [all …]
|
H A D | 051 | 85 run_qemu -drive file="$TEST_IMG",format=qcow2,unknown_opt=,if=none,id=$device_id 86 run_qemu -drive file="$TEST_IMG",format=qcow2,unknown_opt=on,if=none,id=$device_id 87 run_qemu -drive file="$TEST_IMG",format=qcow2,unknown_opt=1234,if=none,id=$device_id 88 run_qemu -drive file="$TEST_IMG",format=qcow2,unknown_opt=foo,if=none,id=$device_id 94 run_qemu -drive file="$TEST_IMG",format=qcow2,file.unknown_opt= 95 run_qemu -drive file="$TEST_IMG",format=qcow2,file.unknown_opt=on 96 run_qemu -drive file="$TEST_IMG",format=qcow2,file.unknown_opt=1234 97 run_qemu -drive file="$TEST_IMG",format=qcow2,file.unknown_opt=foo 103 run_qemu -drive file="$TEST_IMG",format=foo 104 run_qemu -drive file="$TEST_IMG",driver=foo [all …]
|
H A D | 051.pc.out | 7 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=,if=none,id=drive0 8 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=,if=none,id=drive0: Block format '… 10 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=on,if=none,id=drive0 11 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=on,if=none,id=drive0: Block format… 13 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=1234,if=none,id=drive0 14 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=1234,if=none,id=drive0: Block form… 16 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=foo,if=none,id=drive0 17 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=foo,if=none,id=drive0: Block forma… 22 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt= 23 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=: Block protocol 'file' doesn… [all …]
|
H A D | 051.out | 7 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=,if=none,id=drive0 8 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=,if=none,id=drive0: Block format '… 10 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=on,if=none,id=drive0 11 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=on,if=none,id=drive0: Block format… 13 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=1234,if=none,id=drive0 14 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=1234,if=none,id=drive0: Block form… 16 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=foo,if=none,id=drive0 17 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,unknown_opt=foo,if=none,id=drive0: Block forma… 22 Testing: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt= 23 QEMU_PROG: -drive file=TEST_DIR/t.qcow2,format=qcow2,file.unknown_opt=: Block protocol 'file' doesn… [all …]
|
H A D | 172.out | 22 drive = "floppy0" 33 drive-type = "288" 51 drive = "floppy0" 62 drive-type = "144" 90 drive = "floppy1" 101 drive-type = "144" 104 drive = "floppy0" 115 drive-type = "288" 147 drive = "floppy1" 158 drive-type = "144" [all …]
|
H A D | 142 | 76 run_qemu -drive file="$TEST_IMG",cache=none 77 run_qemu -drive file="$TEST_IMG",cache=directsync 78 run_qemu -drive file="$TEST_IMG",cache=writeback 79 run_qemu -drive file="$TEST_IMG",cache=writethrough 80 run_qemu -drive file="$TEST_IMG",cache=unsafe 81 run_qemu -drive file="$TEST_IMG",cache=invalid_value 96 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",cache.direct=on | grep -e "Cache" -e "[Cc]annot… 98 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",file.cache.direct=on | grep -e "Cache" -e "[Cc]… 100 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.cache.direct=on | grep -e "Cache" -e "[… 102 …echo "$hmp_cmds" | run_qemu -drive "$files","$ids",backing.file.cache.direct=on | grep -e "Cache" … [all …]
|
H A D | 186.out | 57 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device ide-hd,drive=null 65 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device ide-hd,drive=null,id=qdev_id 73 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device scsi-hd,drive=null 81 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device scsi-hd,drive=null,id=qdev_… 89 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device virtio-blk-pci,drive=null 97 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device virtio-blk-pci,drive=null,i… 105 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device floppy,drive=null 114 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device floppy,drive=null,id=qdev_id 123 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device ide-cd,drive=null 132 Testing: -blockdev driver=null-co,read-zeroes=on,node-name=null -device ide-cd,drive=null,id=qdev_id [all …]
|
H A D | 186 | 92 check_info_block -blockdev driver=null-co,read-zeroes=on,node-name=null -device $dev,drive=null 93 …check_info_block -blockdev driver=null-co,read-zeroes=on,node-name=null -device $dev,drive=null,id… 97 echo "=== -drive if=none/-device=<node-name> ===" 101 # A monitor-owned one from -drive, and anonymous one from -device 103 …check_info_block -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device $dev,drive=nu… 107 echo "=== -drive if=none/-device=<bb-name> (with medium) ===" 111 …check_info_block -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device $dev,drive=no… 112 …check_info_block -drive if=none,driver=null-co,read-zeroes=on,node-name=null -device $dev,drive=no… 116 echo "=== -drive if=none/-device=<bb-name> (without medium) ===" 119 check_info_block -drive if=none [all …]
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | Drive.v1_20_1.json |
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/ |
H A D | Drive.v1_20_1.json |
|
/openbmc/linux/drivers/block/ |
H A D | amiflop.c | 53 * - added trackbuffer for each drive to speed things up 102 #define DSKSEL3 (0x1<<6) /* select drive 3 when low */ 103 #define DSKSEL2 (0x1<<5) /* select drive 2 when low */ 104 #define DSKSEL1 (0x1<<4) /* select drive 1 when low */ 105 #define DSKSEL0 (0x1<<3) /* select drive 0 when low */ 176 unsigned long code; /* code returned from drive */ 177 char *name; /* description of drive */ 199 int disk; /* disk in drive (-1 == unknown) */ 201 int busy; /* true when drive is active */ 227 #define FD_DD_3 0xffffffff /* double-density 3.5" (880K) drive */ [all …]
|
H A D | floppy.c | 240 * motor of these drives causes system hangs on some PCI computers. drive 241 * 0 is the low bit (0x1), and drive 7 is the high bit (0x80). Bits are on if 242 * a drive is allowed. 302 #define UNIT(x) ((x) & 0x03) /* drive on fdc */ 303 #define FDC(x) (((x) & 0x04) >> 2) /* fdc of drive */ 304 /* reverse mapping from unit and fdc to drive */ 353 * this struct defines the different floppy drive types. 360 CMOS drive type 361 | Maximum data rate supported by drive type 413 * types (e.g. 360kB diskette in 1.2MB drive, etc.). Bit 1 of 'stretch' [all …]
|
/openbmc/linux/arch/arm/boot/dts/nuvoton/ |
H A D | nuvoton-npcm730-gsj-gpio.dtsi | 9 drive-push-pull; 14 drive-push-pull; 19 drive-push-pull; 24 drive-push-pull; 29 drive-push-pull; 34 drive-push-pull; 39 drive-push-pull; 44 drive-push-pull; 59 drive-push-pull; 64 drive-push-pull; [all …]
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rockchip-pinconf.dtsi | 25 drive-strength = <0>; 31 drive-strength = <1>; 37 drive-strength = <2>; 43 drive-strength = <3>; 49 drive-strength = <4>; 55 drive-strength = <5>; 61 drive-strength = <6>; 67 drive-strength = <7>; 73 drive-strength = <8>; 79 drive-strength = <9>; [all …]
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | qru1000-idp.dts | 243 drive-strength = <2>; 248 drive-strength = <2>; 253 drive-strength = <2>; 258 drive-strength = <2>; 263 drive-strength = <2>; 268 drive-strength = <2>; 273 drive-strength = <2>; 278 drive-strength = <2>; 283 drive-strength = <2>; 288 drive-strength = <2>; [all …]
|
H A D | qdu1000-idp.dts | 243 drive-strength = <2>; 248 drive-strength = <2>; 253 drive-strength = <2>; 258 drive-strength = <2>; 263 drive-strength = <2>; 268 drive-strength = <2>; 273 drive-strength = <2>; 278 drive-strength = <2>; 283 drive-strength = <2>; 288 drive-strength = <2>; [all …]
|
H A D | msm8996-sony-xperia-tone.dtsi | 157 drive-strength = <2>; 162 drive-strength = <2>; 168 drive-strength = <2>; 173 drive-strength = <2>; 178 drive-strength = <2>; 243 drive-push-pull; 250 drive-push-pull; 253 qcom,drive-strength = <PMIC_GPIO_STRENGTH_NO>; 260 drive-push-pull; 269 drive-push-pull; [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/ |
H A D | Drive.interface.yaml | 2 Implement to provide drive attributes. 9 The size in bytes of the Drive. `0` if cannot be determined. 14 The communication protocol used by the Drive. 19 The type of physical form factor of the Drive. 24 The current state of encryption on the drive. 29 Indicates if the data on the drive is accessible. This does not 44 This property shall indicate whether the Drive is resettable. 68 The Drive protocol is unknown. 71 Possible Drive type 75 A hard disk drive is an electro-mechanical data storage device [all …]
|
/openbmc/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-apq8064-pins.dtsi | 14 drive-strengh = <16>; 20 drive-strengh = <10>; 26 drive-strengh = <10>; 34 drive-strengh = <8>; 40 drive-strengh = <8>; 46 drive-strengh = <8>; 66 drive-strength = <16>; 78 drive-strength = <2>; 105 drive-strength = <16>; 118 drive-strength = <2>; [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/ |
H A D | Drive.interface.yaml | 2 Implement to provide drive state management. 9 Describes if the drive is currently rebuilding. 14 The desired Drive transition 19 The current state of the Drive and is a read-only property. 26 Time when the Drive last rebooted represented in EpochTime. The time 35 The desired transition for the Drive 39 The Drive should be rebooted. 42 The Drive should be non-gracefully rebooted. 45 The Drive should be powercycled. 55 The current state of the Drive [all …]
|
/openbmc/qemu/tests/qtest/ |
H A D | cdrom-test.c | 142 "-device virtio-scsi -device scsi-cd,drive=cdr " in add_x86_tests() 149 "-device am53c974 -device scsi-cd,drive=cd1 " in add_x86_tests() 150 "-drive if=none,id=cd1,format=raw,file=", in add_x86_tests() 155 "-device dc390 -device scsi-cd,drive=cd1 " in add_x86_tests() 161 "-device lsi53c895a -device scsi-cd,drive=cd1 " in add_x86_tests() 173 "-drive if=ide,media=cdrom,file=", test_cdboot); in add_x86_tests() 179 "-device megasas -device scsi-cd,drive=cd1 " in add_x86_tests() 185 "-device megasas-gen2 -device scsi-cd,drive=cd1 " in add_x86_tests() 208 "-device virtio-scsi -device scsi-cd,drive=cdr " in add_s390x_tests() 212 "-device virtio-blk,drive=d1 " in add_s390x_tests() [all …]
|
H A D | drive_del-test.c | 147 " 'drive': 'drive0'," in device_add() 175 /* Start with an empty drive */ in test_drive_without_dev() 176 qts = qtest_init("-drive if=none,id=drive0 -M none"); in test_drive_without_dev() 178 /* Delete the drive */ in test_drive_without_dev() 181 /* Ensure re-adding the drive works - there should be no duplicate ID error in test_drive_without_dev() 182 * because the old drive must be gone. in test_drive_without_dev() 203 qts = qtest_init("-drive if=none,id=drive0"); in test_after_failed_device_add() 211 " 'drive': 'drive0'" in test_after_failed_device_add() 216 /* Delete the drive */ in test_after_failed_device_add() 219 /* Try to re-add the drive. This fails with duplicate IDs if a leaked in test_after_failed_device_add() [all …]
|
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | storage_device_message_registry.hpp | 201 "A drive failure condition was detected.", 202 "A failure condition for the drive located in '%1' was detected.", 208 …ly connected. Ensure all drives are fully seated. Replace the defective cables, drive, or both.", 213 "A previously detected failure condition on a drive was cleared.", 214 "A failure condition for the drive located in '%1' was cleared.", 225 "A drive was inserted.", 226 "The drive located in '%1' was inserted.", 232 "If the drive is not properly displayed, attempt to refresh the cached data.", 237 "A drive missing condition was detected.", 238 "A missing condition for the drive located in '%1' was detected.", [all …]
|