/external/vboot_reference/tests/ |
D | load_kernel_tests.sh | 62 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/ |
D | base_device.c | 44 const char **hier, *disk; in base_device() local 125 disk = 0; in base_device() 127 disk = "disc"; in base_device() 129 disk = "disk"; in base_device() 130 if (disk) { in base_device() 132 if (strncmp(cp, disk, 4) != 0) in base_device()
|
/external/fio/tools/plot/ |
D | fio2gnuplot | 246 for disk in xrange(len(fio_data_file)): 248 min_file.write("# Disk%d was coming from %s\n" % (disk,fio_data_file[disk])) 249 max_file.write("# Disk%d was coming from %s\n" % (disk,fio_data_file[disk])) 250 average_file.write("# Disk%d was coming from %s\n" % (disk,fio_data_file[disk])) 251 stddev_file.write("# Disk%d was coming from %s\n" % (disk,fio_data_file[disk])) 252 avg = average(disk_perf[disk]) 253 variance = map(lambda x: (x - avg)**2, disk_perf[disk]) 256 average_file.write('%d %d\n' % (disk, avg)) 257 stddev_file.write('%d %d\n' % (disk, standard_deviation)) 258 local_min=min(disk_perf[disk]) [all …]
|
/external/fio/tools/ |
D | genfio | 48 one test after another then one disk after another 56 Separated each disk with a comma 110 for disk in $(echo $@ | tr "," " "); do 111 R=$(basename $disk | sed 's|/|_|g') 133 disk=$2 134 PRINTABLE_DISK=$(diskname_to_printable $disk) 139 filename=$disk 148 for disk in $(echo $DISKS | tr "," " "); do 150 gen_seq_suite "$mode" "$disk" 160 for disk in $(echo $DISKS | tr "," " "); do [all …]
|
/external/e2fsprogs/lib/quota/ |
D | quotaio_tree.h | 38 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/gptfdisk/ |
D | README.Windows | 6 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 …]
|
D | NEWS | 9 …(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 …]
|
D | gpt.h | 85 int LoadHeader(struct GPTHeader *header, DiskIO & disk, uint64_t sector, int *crcOk); 86 int LoadPartitionTable(const struct GPTHeader & header, DiskIO & disk, uint64_t sector = 0); 88 int SaveHeader(struct GPTHeader *header, DiskIO & disk, uint64_t sector); 89 int SavePartitionTable(DiskIO & disk, uint64_t sector);
|
D | README | 7 This package includes the source code for four related disk partitioning 70 disk 78 access up to three GPT partitions on the disk (gdisk and sgdisk only) 90 use in scripts to help automate tasks such as disk cloning or preparing 101 Typically, the symptom is a disk that appears to hold no partitions; 108 * Old GPT data -- If a disk is used as a GPT disk and then re-used as an 109 MBR disk, the GPT data may be incompletely erased. This happens if the 110 disk is repartitioned with fdisk or the Microsoft Windows installer, for 118 that's too large, typically ending after the last sector of the disk. 130 * Leftover RAID data -- If a disk is used in a RAID array and then re-used [all …]
|
D | gpt.cc | 917 int GPTData::LoadHeader(struct GPTHeader *header, DiskIO & disk, uint64_t sector, int *crcOk) { in LoadHeader() argument 921 disk.Seek(sector); in LoadHeader() 922 if (disk.Read(&tempHeader, 512) != 512) { in LoadHeader() 946 int GPTData::LoadPartitionTable(const struct GPTHeader & header, DiskIO & disk, uint64_t sector) { in LoadPartitionTable() argument 950 if (disk.OpenForRead()) { in LoadPartitionTable() 952 retval = disk.Seek(header.partitionEntriesLBA); in LoadPartitionTable() 954 retval = disk.Seek(sector); in LoadPartitionTable() 960 if (disk.Read(partitions, sizeOfParts) != (int) sizeOfParts) { in LoadPartitionTable() 1219 int GPTData::SaveHeader(struct GPTHeader *header, DiskIO & disk, uint64_t sector) { in SaveHeader() argument 1225 if (disk.Seek(sector)) { in SaveHeader() [all …]
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | PERFORMANCE.README | 8 from CDROM and hard disk for Zisofs, Cloop, Squashfs 2.0 and Squashfs2.1. 64 1.2 Performance tests from Hard disk 69 mounted from Hard disk 79 from Hard disk 92 on filesystem mounted from Hard disk 140 2.2 Performance tests from Hard disk 145 mounted from Hard disk 154 from Hard disk 166 on filesystem mounted from Hard disk
|
D | README-2.1 | 34 filesystems mounted on hard disk. 51 filesystems mounted on hard disk.
|
/external/e2fsprogs/ext2ed/ |
D | Makefile.in | 23 $(srcdir)/disk.c $(srcdir)/win.c $(srcdir)/group_com.c \ 28 disk.o win.o group_com.o file_com.o blockbitmap_com.o ext2_com.o \ 89 disk.o: $(srcdir)/disk.c $(srcdir)/ext2ed.h
|
/external/fio/examples/ |
D | surface-scan.fio | 1 ; writes 512 byte verification blocks until the disk is full, 13 filename=datafile.tmp ; or use a full disk, for example /dev/sda
|
D | disk-zone-profile.fio | 1 ; Read disk in zones of 128m/2g, generating a plot of that afterwards
|
/external/selinux/policycoreutils/sepolicy/sepolicy/help/ |
D | system_relabel.txt | 1 SELinux is a labeling system. Sometimes the labels on disk can get messed up. One way to fix this… 8 If you add a new disk which does not have labels you could simply execute
|
/external/e2fsprogs/tests/f_jnl_64bit/ |
D | name | 1 on-disk 64-bit journal format
|
/external/e2fsprogs/tests/f_jnl_32bit/ |
D | name | 1 on-disk 32-bit journal format
|
/external/squashfs-tools/kernel/Documentation/filesystems/ |
D | squashfs.txt | 141 and doesn't require much extra storage on disk. 153 block index to datablock location on disk. 156 retaining a simple and space-efficient block list on disk. The cache 166 location on disk and compressed size using a fragment lookup table. This 186 an inode number to inode disk location lookup table. This is required to 188 location on disk, which is necessary when the export code reinstantiates
|
/external/toybox/toys/pending/ |
D | fdisk.c | 223 static void read_geometry(struct hd_geometry *disk) in read_geometry() argument 228 disk->heads = geometry.heads; in read_geometry() 229 disk->sectors = geometry.sectors; in read_geometry() 347 struct hd_geometry disk; in read_mbr() local 372 disk.heads = disk.sectors = 0; in read_mbr() 373 read_geometry(&disk); //CHS values in read_mbr() 378 …g_sectors = (toys.optflags & FLAG_S && TT.sectors)? TT.sectors : s? s : disk.sectors?disk.sectors… in read_mbr() 379 g_heads = (toys.optflags & FLAG_H && TT.heads)? TT.heads : h? h : disk.heads? disk.heads : 255; in read_mbr()
|
/external/libpng/contrib/gregbook/ |
D | README | 152 symbols," with "disk" and "dir" set appropriately: 154 $ rpng == "$disk:[dir]rpng-x.exe" 155 $ rpng2 == "$disk:[dir]rpng2-x.exe" 156 $ wpng == "$disk:[dir]wpng.exe"
|
/external/dnsmasq/contrib/slackware-dnsmasq/ |
D | dnsmasq.leasedir.diff.gz |
|
/external/icu/icu4c/source/samples/ufortune/resources/ |
D | root.txt | 62 "99 blocks of crud on the disk, 65 100 blocks of crud on the disk! 67 100 blocks of crud on the disk, 70 101 blocks of crud on the disk! ...",
|
/external/jpeg/ |
D | makefile.mms | 136 mcr sys$disk:[]djpeg -dct int -ppm -outfile testout.ppm testorig.jpg 137 mcr sys$disk:[]djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg 138 mcr sys$disk:[]cjpeg -dct int -outfile testout.jpg testimg.ppm 139 mcr sys$disk:[]djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg 140 mcr sys$disk:[]cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm 141 mcr sys$disk:[]jpegtran -outfile testoutt.jpg testprog.jpg
|
/external/glide/ |
D | README.md | 7 disk caching, and resource pooling into a simple and easy to use interface. 230 …id team and Jake Wharton for the [disk cache implementation](https://github.com/JakeWharton/DiskLr…
|