Home
last modified time | relevance | path

Searched refs:disk (Results 1 – 25 of 762) sorted by relevance

12345678910>>...31

/external/syzkaller/tools/
Dcreate-gce-image.sh74 sudo umount disk.mnt || true
81 rm -rf disk.mnt disk.raw || true
83 fallocate -l 2G disk.raw
89 sudo qemu-nbd -c $DISKDEV --format=raw disk.raw
96 mkdir -p disk.mnt
98 sudo mount $PARTDEV disk.mnt
100 sudo cp -a $1/. disk.mnt/.
101 sudo cp $2 disk.mnt/vmlinuz
102 sudo sed -i "/^root/ { s/:x:/::/ }" disk.mnt/etc/passwd
103 echo "T0:23:respawn:/sbin/getty -L ttyS0 115200 vt100" | sudo tee -a disk.mnt/etc/inittab
[all …]
/external/syzkaller/pkg/build/
Dlinux_generated.go33 sudo umount disk.mnt || true
40 rm -rf disk.mnt disk.raw || true
42 fallocate -l 2G disk.raw
48 sudo qemu-nbd -c $DISKDEV --format=raw disk.raw
55 mkdir -p disk.mnt
57 sudo mount $PARTDEV disk.mnt
59 sudo cp -a $1/. disk.mnt/.
60 sudo cp $2 disk.mnt/vmlinuz
61 sudo sed -i "/^root/ { s/:x:/::/ }" disk.mnt/etc/passwd
62 echo "T0:23:respawn:/sbin/getty -L ttyS0 115200 vt100" | sudo tee -a disk.mnt/etc/inittab
[all …]
/external/curl/packages/vms/
Dbuild_gnv_curl_release_notes.com40 $ curl_readme = f$search("sys$disk:[--]readme.")
43 $ curl_readme = f$search("sys$disk:[--]$README.")
51 $ curl_copying = f$search("sys$disk:[--]copying.")
54 $ curl_copying = f$search("sys$disk:[--]$COPYING.")
62 $ vms_readme = f$search("sys$disk:[]readme.")
65 $ vms_readme = f$search("sys$disk:[]$README.")
73 $ curl_release_notes = f$search("sys$disk:[--]release-notes.")
76 $ curl_release_notes = f$search("sys$disk:[--]$RELEASE-NOTES.")
84 $ if f$search("sys$disk:[]hp_ssl_release_info.txt") .eqs. ""
92 sys$disk:[]curl_release_note_start.txt, -
[all …]
/external/cros/system_api/dbus/vm_concierge/
Dservice.proto17 // Path to the disk image that should be used as the root file system for
22 // The type of disk image.
27 // A qcow2-compatible disk image.
31 // Describes any additional disk images that should be mounted inside the VM.
33 // Path to the disk image on the host.
36 // Path where this disk image will be mounted inside the VM.
39 // The file system type for this disk image.
49 // If true, the disk image will be mounted writable.
52 // If true, the disk image will be mounted.
55 // Image type of the disk.
[all …]
/external/ltp/testscripts/
Dautofs1.sh221 echo "disk -fstype=auto,rw,sync :$disk_partition " > /etc/auto.disk
228 mkdir /AUTOFS/DISK/disk/test
229 cp /etc/auto.master /etc/auto.media /AUTOFS/DISK/disk/test
235 if [ -e /AUTOFS/DISK/disk/test ]; then
236 cd /AUTOFS/DISK/disk/test
237 umount /AUTOFS/DISK/disk/ >/dev/null 2>&1
241 rm -rf /etc/auto.master /etc/auto.media /etc/auto.disk /AUTOFS
246 umount /AUTOFS/DISK/disk/
250 rm -rf /etc/auto.master /etc/auto.media /etc/auto.disk /AUTOFS
260 ls -l /AUTOFS/DISK/disk
[all …]
Dautofs4.sh210 echo "disk -fstype=ext2 :$disk_partition " > /etc/auto.disk
215 mkdir /AUTOFS/DISK/disk/test
216 cp /etc/auto.master /etc/auto.media /AUTOFS/DISK/disk/test
221 cd /AUTOFS/DISK/disk/test
222 umount /AUTOFS/DISK/disk/ >/dev/null 2>&1
226 rm -rf /etc/auto.master /etc/auto.media /etc/auto.disk /AUTOFS
232 umount /AUTOFS/DISK/disk/ >/dev/null 2>&1
236 rm -rf /etc/auto.master /etc/auto.media /etc/auto.disk /AUTOFS
246 ls -l /AUTOFS/DISK/disk
257 rm -rf /etc/auto.master /etc/auto.media /etc/auto.disk /AUTOFS
/external/autotest/client/tests/disktest/
Ddisktest.py37 def test_one_disk_chunk(self, disk, chunk): argument
45 self.chunk_mb, disk, self.memory_mb, chunk)
47 (self.srcdir, self.chunk_mb, disk, chunk))
70 for disk in disks:
71 free = min(utils.freespace(disk) / 1024**3, free)
87 for disk in disks:
88 pid = self.test_one_disk_chunk(disk, i)
Dcontrol3 PURPOSE = 'Verify the integrity of the disk and disk controller.'
10 different patterns will be tested. Designed to check both the disk and disk
/external/vboot_reference/tests/
Dload_kernel_tests.sh62 dd if=/dev/zero of=disk.test bs=1024 count=1024
63 ${CGPT} create disk.test
64 ${CGPT} add -i 1 -S 1 -P 1 -b 64 -s 960 -t kernel -l kernelA disk.test
65 ${CGPT} show disk.test
68 dd if=kernel.test of=disk.test bs=512 seek=64 conv=notrunc
72 ${BUILD_RUN}/tests/verify_kernel disk.test \
/external/e2fsprogs/misc/
Dbase_device.c45 const char **hier, *disk; in base_device() local
126 disk = 0; in base_device()
128 disk = "disc"; in base_device()
130 disk = "disk"; in base_device()
131 if (disk) { in base_device()
133 if (strncmp(cp, disk, 4) != 0) in base_device()
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/
DContainers_and_folders.py18 class disk(aetools.ComponentItem): class
64 disks = disk
150 disk._superclassnames = ['container']
153 disk._privpropdict = {
163 disk._privelemdict = {
184 'disk' : disk,
251 'cdis' : disk,
/external/u-boot/doc/
DREADME.sata3 There are two ways to operate the hard disk
5 * Read/write raw blocks from/to SATA hard disk
8 1.0 How to read the SATA hard disk's information?
17 1.1 How to raw write the kernel, file system, dtb to a SATA hard disk?
19 Notes: Hard disk sectors are normally 512 bytes, so
34 1.2 How to raw read the kernel, file system, dtb from a SATA hard disk?
/external/autotest/client/site_tests/kernel_HdParm/
Dkernel_HdParm.py19 disk = utils.get_fixed_dst_drive()
21 logging.debug("Using device %s", disk)
23 result = utils.system_output('hdparm -T %s' % disk)
26 result = utils.system_output('hdparm -t %s' % disk)
/external/e2fsprogs/lib/support/
Dquotaio_tree.h38 void (*mem2disk_dqblk)(void *disk, struct dquot *dquot);
40 void (*disk2mem_dqblk)(struct dquot *dquot, void *disk);
42 int (*is_id)(void *disk, struct dquot *dquot);
58 int qtree_entry_unused(struct qtree_mem_dqinfo *info, char *disk);
/external/f2fs-tools/fsck/
Dquotaio_tree.h44 void (*mem2disk_dqblk)(void *disk, struct dquot *dquot);
46 void (*disk2mem_dqblk)(struct dquot *dquot, void *disk);
48 int (*is_id)(void *disk, struct dquot *dquot);
64 int qtree_entry_unused(struct qtree_mem_dqinfo *info, char *disk);
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/SystemEvents/
DDisk_Folder_File_Suite.py74 class disk(aetools.ComponentItem): class
125 disks = disk
225 'disk' : disk,
235 disk._superclassnames = ['item']
236 disk._privpropdict = {
251 disk._privelemdict = {
339 'cdis' : disk,
/external/autotest/server/site_tests/firmware_DevBootUSB/
Dcontrol9 PURPOSE = "Press Ctrl-U on developer screen to boot USB disk"
10 CRITERIA = "This test will fail if firmware does not boot USB disk"
19 This test requires a USB disk plugged-in, which contains a Chrome OS test
22 screen should not boot the USB disk. When dev_boot_usb=1, pressing Ctrl-U
23 should boot the USB disk.
/external/autotest/client/site_tests/hardware_DiskSize/
Dcontrol7 PURPOSE = 'Ensure the hard disk is large enough.'
8 CRITERIA = 'Fails if the main disk is less than gb_main_disk_size.'
15 This test will find the disk where /dev is located by searching /proc/cmdline,
16 and will then determine the size of the main disk by reading /proc/partitions.
Dcontrol.hwqual7 PURPOSE = 'Ensure the hard disk is large enough.'
8 CRITERIA = 'Fails if the main disk is less than gb_main_disk_size.'
16 This test will find the disk where /dev is located by searching /proc/cmdline,
17 and will then determine the size of the main disk by reading /proc/partitions.
/external/gptfdisk/
DREADME.Windows6 Most versions of Windows cannot boot from a GPT disk on BIOS-based
12 GPT fdisk on a BIOS-mode boot disk, or perhaps even on a data disk, you may
58 won't be able to edit hard disk partition tables, although you will be able
59 to edit raw disk image files.
61 The program requires a hard disk identifier as an option. You can specify
68 on the first disk. The second way to specify a disk device is via a
74 table on the first physical disk. Change the number at the end of the
75 device name to change the disk edited.
77 If you pass the "-l" option to gdisk.exe in addition to the disk
80 never writes data back to the disk when used in this way.
[all …]
DNEWS9 …(https://github.com/ceph/ceph/blob/9bcc42a3e6b08521694b5c0228b2c6ed7b3d312e/src/ceph-disk#L76-L81):
14 89C57F98-2FE5-4DC0-89C1-F3AD0CEFF2BE/0xf804 (Ceph disk in creation), and
15 89C57F98-2FE5-4DC0-89C1-5EC00CEFF2BE/0xf805 (Ceph dm-crypt disk in
65 mid-disk that might not be backup GPT data structures, which could
74 - If the GPT data seem to be damaged in some way or if the disk seems to
75 be a hybrid MBR and if the MBR partition(s) don't fit on the disk, the
76 verify (v) function now warns of this condition, and writing the disk if
108 on sector 1: Previously, a disk with multiple 0xEE partitions would
119 VirtualBox's EFI) to ignore the disk.
125 as /dev/disk* devices. The result is that, when using the /dev/rdisk*
[all …]
/external/bcc/tools/
Dbiolatency_example.txt4 biolatency traces block device I/O (disk I/O), and records the distribution
30 The latency of the disk I/O is measured from the issue to the device to its
139 The -D option will print a histogram per disk. Eg:
145 Bucket disk = 'xvdb'
162 Bucket disk = 'xvdc'
178 Bucket disk = 'xvda1'
217 -D, --disks print a histogram per disk device
224 ./biolatency -D # show each disk device separately
/external/u-boot/arch/arm/dts/
Dstm32mp157c-ed1.dts215 regulator-state-disk {
238 regulator-state-disk {
262 regulator-state-disk {
285 regulator-state-disk {
304 regulator-state-disk {
323 regulator-state-disk {
341 regulator-state-disk {
359 regulator-state-disk {
379 regulator-state-disk {
398 regulator-state-disk {
[all …]
/external/u-boot/lib/efi_loader/
Defi_disk.c236 struct efi_disk_obj **disk) in efi_disk_add_dev() argument
294 if (disk) in efi_disk_add_dev()
295 *disk = diskobj; in efi_disk_add_dev()
357 struct efi_disk_obj *disk; in efi_disk_register() local
371 desc, desc->devnum, 0, 0, &disk); in efi_disk_register()
385 disk->parent.handle, desc, if_typename, in efi_disk_register()
417 i, 0, 0, &disk); in efi_disk_register()
431 disk->parent.handle, desc, in efi_disk_register()
/external/e2fsprogs/doc/RelNotes/
Dv1.02.txt11 disk (/dev/hda versus /dev/hda1). If a user really wants to format a
12 whole disk, the -F (force) option forces mke2fs to format a whole disk
18 disk will be checked, so it's rarely a problem in real life.

12345678910>>...31