Home
last modified time | relevance | path

Searched full:disks (Results 1 – 25 of 99) sorted by relevance

1234

/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility/
H A D0001-gnome-disk-utility-remove-libcanberra-dependency.patch14 src/disks/gducreatediskimagedialog.c | 27 ++-------------------------
15 src/disks/gdurestorediskimagedialog.c | 20 +-------------------
16 src/disks/meson.build | 1 -
31 diff --git a/src/disks/gducreatediskimagedialog.c b/src/disks/gducreatediskimagedialog.c
33 --- a/src/disks/gducreatediskimagedialog.c
34 +++ b/src/disks/gducreatediskimagedialog.c
83 diff --git a/src/disks/gdurestorediskimagedialog.c b/src/disks/gdurestorediskimagedialog.c
85 --- a/src/disks/gdurestorediskimagedialog.c
86 +++ b/src/disks/gdurestorediskimagedialog.c
121 diff --git a/src/disks/meson.build b/src/disks/meson.build
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A Dinit28 DISKS="/dev/hd[a-z] /dev/hd[a-z][a-z]"
29 DISKS="$DISKS /dev/sd[a-z] /dev/sd[a-z][a-z]"
30 DISKS="$DISKS /dev/sr[a-z] /dev/sr[a-z][a-z]"
58 for disk in $DISKS ; do
71 log_progress_msg "no disks with monitoring capability were found."
/openbmc/qemu/tests/functional/
H A Dtest_x86_64_kvm_xen.py85 ' xen_emul_unplug=ide-disks')
95 ' xen_emul_unplug=ide-disks pci=nomsi')
105 ' xen_emul_unplug=ide-disks noapic pci=nomsi')
115 ' xen_emul_unplug=ide-disks')
128 ' xen_emul_unplug=ide-disks' +
139 ' xen_emul_unplug=ide-disks pci=nomsi' +
149 ' xen_emul_unplug=ide-disks' +
H A Dtest_aarch64_device_passthrough.py25 # find disks from nvme serial
31 # bind disks to vfio
91 # supporting it with two nvme disks attached, and launching a nested VM
109 # we generate two random disks
/openbmc/qemu/tests/qemu-iotests/
H A D267.out35 List of snapshots present on all disks:
46 List of snapshots present on all disks:
71 List of snapshots present on all disks:
96 List of snapshots present on all disks:
107 List of snapshots present on all disks:
121 List of snapshots present on all disks:
136 List of snapshots present on all disks:
147 List of snapshots present on all disks:
168 List of snapshots present on all disks:
H A D240.out18 .==Attach two SCSI disks using the same block device and the same iothread==
35 .==Attach two SCSI disks using the same block device but different iothreads==
56 .==Attach a SCSI disks using the same block device as a NBD server==
H A D24055 iotests.log('==Attach two SCSI disks using the same block device and the same iothread==')
69 iotests.log('==Attach two SCSI disks using the same block device but different iothreads==')
89 iotests.log('==Attach a SCSI disks using the same block device as a NBD server==')
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/
H A Dnetdata.conf309 # enable new disks detected at runtime = yes
310 # performance metrics for physical disks = auto
311 # performance metrics for virtual disks = auto
313 # bandwidth for all disks = auto
314 # operations for all disks = auto
315 # merged operations for all disks = auto
316 # i/o time for all disks = auto
317 # queued operations for all disks = auto
318 # utilization percentage for all disks = auto
319 # extended operations for all disks = auto
[all …]
/openbmc/u-boot/lib/efi_loader/
H A Defi_disk.c316 int disks = 0; in efi_disk_create_partitions() local
341 disks++; in efi_disk_create_partitions()
344 return disks; in efi_disk_create_partitions()
361 int disks = 0; in efi_disk_register() local
384 disks++; in efi_disk_register()
387 disks += efi_disk_create_partitions( in efi_disk_register()
404 printf("Scanning disks on %s...\n", if_typename); in efi_disk_register()
430 disks++; in efi_disk_register()
433 disks += efi_disk_create_partitions in efi_disk_register()
439 printf("Found %d disks\n", disks); in efi_disk_register()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/testdisk/
H A Dtestdisk_7.2.bb1 …rimarily designed to help recover lost partitions and/or make non-booting disks bootable again whe…
15 …d to recover lost files including video, documents and archives from Hard Disks and CDRom and lost…
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/
H A D0007-invoking-mount-with-infinite-timeout.patch7 lots of disks, or with slow disks.
H A D0009-invoking-fsck-with-infinite-timeout.patch7 lots of disks, or with slow disks.
H A D0011-invoking-dd-with-infinite-timeout.patch7 lots of disks, or with slow disks.
H A D0010-invoking-mkfs-with-infinite-timeout.patch7 lots of disks, or with slow disks.
/openbmc/openbmc/poky/meta/recipes-devtools/fdisk/
H A Dgptfdisk_1.0.10.bb2 … GUID Partition Table (GPT) disks. The related FixParts utility fixes some common problems on Mast…
/openbmc/openbmc/poky/meta/recipes-devtools/mtools/
H A Dmtools_4.0.48.bb1 SUMMARY = "Utilities to access MS-DOS disks without mounting them"
2 DESCRIPTION = "Mtools is a collection of utilities to access MS-DOS disks from GNU and Unix without…
/openbmc/qemu/hw/i386/xen/
H A Dxen_platform.c98 * bit 0: Unplug all IDE and SCSI disks.
100 * bit 2: Unplug IDE disks except primary master. This is overridden if
102 * bit 3: Unplug all NVMe disks.
163 * request unplug of 'aux' disks (which is stated to mean all IDE disks,
166 * NOTE: The semantics of what happens if unplug of all disks and 'aux' disks
275 DPRINTF("unplug disks\n"); in platform_fixed_ioport_writew()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Inventory/Item/
H A DDiskBackplane.interface.yaml3 that typically houses storage disks such as hard drives and SSDs.
/openbmc/qemu/tests/qemu-iotests/tests/
H A Diothreads-stream36 # Only one iothread for both disks
40 iotests.log('Preparing disks...')
H A Diothreads-stream.out1 Preparing disks...
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A D0001-Use-long-long-instead-of-int64_t.patch49 @@ -522,7 +522,7 @@ Status parseProcDiskStats(const std::vector<StringData>& disks,
58 @@ -597,7 +597,7 @@ Status parseProcDiskStats(const std::vector<StringData>& disks,
/openbmc/u-boot/lib/efi_driver/
H A Defi_block_device.c137 int disks; in efi_bl_bind() local
177 disks = efi_bl_bind_partitions(handle, bdev); in efi_bl_bind()
178 EFI_PRINT("Found %d partitions\n", disks); in efi_bl_bind()
/openbmc/u-boot/doc/
H A DREADME.nvme46 be executed for all NVMe hard disks attached to the NVMe controller to be
49 To list all of the NVMe hard disks, try:
/openbmc/qemu/docs/interop/
H A Dprl-xml.rst108 such disks and should not create them.
146 * ``Compressed`` for expanding disks.
192 GUID for new disks. The Top snapshot cannot have this GUID.
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python3-gpt-image/
H A Dpython3-gpt-image_0.9.0.bb2 on local disks. Written in pure Python gpt-image allows GPT disk images to \

1234