HomeSort by relevance Sort by last modified time
    Searched refs:disk (Results 26 - 50 of 299) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/syslinux/com32/gpllib/disk/
read.c 19 #include <disk/errno_disk.h>
20 #include <disk/geom.h>
21 #include <disk/read.h>
22 #include <disk/util.h>
23 #include <disk/common.h>
40 drive_info.disk = drive;
60 drive_info.disk = drive;
66 * read_sectors - read several sectors from disk
67 * @drive_info: driveinfo struct describing the disk
106 inreg.edx.b[0] = drive_info->disk;
    [all...]
msdos.c 17 #include <disk/common.h>
18 #include <disk/geom.h>
19 #include <disk/msdos.h>
20 #include <disk/partition.h>
21 #include <disk/read.h>
42 * @nb_part_seen: Number of partitions found on the disk so far
151 if (read_mbr(d->disk, mbr) == -1)
util.c 18 #include <disk/geom.h>
write.c 19 #include <disk/common.h>
20 #include <disk/errno_disk.h>
21 #include <disk/read.h>
22 #include <disk/util.h>
23 #include <disk/write.h>
26 * write_sectors - write several sectors from disk
27 * @drive_info: driveinfo struct describing the disk
63 inreg.edx.b[0] = drive_info->disk;
87 inreg.edx.b[0] = drive_info->disk;
104 * write_verify_sectors - write several sectors from disk
    [all...]
mbrs.c 10 #include <disk/common.h>
11 #include <disk/geom.h>
12 #include <disk/read.h>
134 if (read_mbr(d->disk, &mbr) == -1)
  /external/curl/packages/vms/
build_gnv_curl_release_notes.com 40 $ 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/e2fsprogs/misc/
base_device.c 6 * one time. Otherwise, the disk heads will be seeking all over the
45 const char **hier, *disk; local
65 * on one disk, since we don't know how to parallelize them.
125 /* Now handle devfs /dev/disc or /dev/disk names */
126 disk = 0;
128 disk = "disc";
130 disk = "disk";
131 if (disk) {
133 if (strncmp(cp, disk, 4) != 0
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
ResourceLimits.h 20 // are automagically allocated on disk.
26 static void disk(const MagickSizeType limit_);
27 static MagickSizeType disk(void);
30 // exceeded, any subsequent pixels cached to disk are closed and reopened
32 // simultaneously on disk, but with a speed penalty due to repeated
42 // all subsequent pixels cache operations are to/from disk.
47 // all subsequent pixels cache operations are to/from disk or to/from
  /external/ltp/testscripts/
autofs1.sh 27 # 1) System with a floppy device with a floppy disk in it.
28 # 2) A spare (scratch) disk partition of 100MB or larger.
36 # - Added an additional error message if a floppy disk is not present
114 echo "Insert a disk into the floppy drive"
194 # (3) Automount the floppy disk
220 echo "/AUTOFS/DISK /etc/auto.disk" >> /etc/auto.master
221 echo "disk -fstype=auto,rw,sync :$disk_partition " > /etc/auto.disk
228 mkdir /AUTOFS/DISK/disk/tes
    [all...]
autofs4.sh 27 # 1) System with a floppy device with a floppy disk in it.
28 # 2) A spare (scratch) disk partition of 100MB or larger.
185 # (3) Automount the floppy disk
209 echo "/AUTOFS/DISK /etc/auto.disk " >> /etc/auto.master
210 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/tes
    [all...]
  /external/syslinux/efi/
derivative.c 22 di->disk.filesystem = __filesystem;
  /frameworks/base/core/java/android/os/storage/
IStorageEventListener.aidl 56 void onDiskScanned(in DiskInfo disk, int volumeCount) = 5;
58 void onDiskDestroyed(in DiskInfo disk) = 6;
  /external/autotest/client/tests/disktest/
disktest.py 10 Pattern test of the disk, using unique signatures for each block and each
12 disk and disk controller.
37 def test_one_disk_chunk(self, disk, chunk):
39 Tests one part of the disk by spawning a disktest instance.
41 @param disk: Directory (usually a mountpoint).
42 @param chunk: Portion of the disk used.
45 self.chunk_mb, disk, self.memory_mb, chunk)
47 (self.srcdir, self.chunk_mb, disk, chunk))
59 @param gigabytes: Disk space that will be used for the test to run
    [all...]
  /device/google/marlin/recovery/gpt-utils/
gpt-utils.h 130 //Path to block dev representing the disk
132 //Block size of disk
141 //GPT disk methods
144 void gpt_disk_free(struct gpt_disk *disk);
145 //Get the details of the disk holding the partition whose name
147 int gpt_disk_get_disk_info(const char *dev, struct gpt_disk *disk);
150 uint8_t* gpt_disk_get_pentry(struct gpt_disk *disk,
154 //Update the crc fields of the modified disk structure
155 int gpt_disk_update_crc(struct gpt_disk *disk);
157 //Write the contents of struct gpt_disk back to the actual disk
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 98 public void onDiskScanned(DiskInfo disk, int volumeCount) {
99 onDiskScannedInternal(disk, volumeCount);
103 public void onDiskDestroyed(DiskInfo disk) {
104 onDiskDestroyedInternal(disk);
171 for (DiskInfo disk : disks) {
172 onDiskScannedInternal(disk, disk.volumeCount);
230 private void onDiskScannedInternal(DiskInfo disk, int volumeCount) {
231 if (volumeCount == 0 && disk.size > 0) {
234 R.string.ext_media_unsupported_notification_title, disk.getDescription())
339 final DiskInfo disk = vol.getDisk(); local
353 final DiskInfo disk = vol.getDisk(); local
407 final DiskInfo disk = vol.getDisk(); local
420 final DiskInfo disk = vol.getDisk(); local
438 final DiskInfo disk = vol.getDisk(); local
455 final DiskInfo disk = vol.getDisk(); local
    [all...]
  /external/syslinux/com32/hdt/
hdt-dump-disks.c 89 char disk[5]={0}; local
91 snprintf(disk,sizeof(disk),"0x%X",d->disk);
97 add_as("disk->number",disk)
98 add_ai("disk->cylinders",d->legacy_max_cylinder +1)
99 add_ai("disk->heads",d->legacy_max_head +1)
100 add_ai("disk->sectors_per_track",d->legacy_sectors_per_track)
101 add_as("disk->edd_version",edd_version
    [all...]
hdt-ata.h 33 #include <disk/geom.h>
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Containers_and_folders.py 18 class disk(aetools.ComponentItem): class in inherits:aetools.ComponentItem
19 """disk - A disk """
26 """capacity - the total number of bytes (free or used) on the disk """
34 """format - the filesystem format of this disk """
38 """free space - the number of free bytes left on the disk """
42 """ignore privileges - Ignore permissions on this disk? """
50 """startup - Is this disk the boot disk? """
64 disks = disk
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Containers_and_folders.py 18 class disk(aetools.ComponentItem): class in inherits:aetools.ComponentItem
19 """disk - A disk """
26 """capacity - the total number of bytes (free or used) on the disk """
34 """format - the filesystem format of this disk """
38 """free space - the number of free bytes left on the disk """
42 """ignore privileges - Ignore permissions on this disk? """
50 """startup - Is this disk the boot disk? """
64 disks = disk
    [all...]
  /external/syslinux/core/fs/ufs/
ufs.c 25 #include <disk.h>
36 do_checksb(struct ufs_super_block *sb, struct disk *disk,
44 count = sizeof *sb >> disk->sector_shift;
45 /* Get lba address based on sector size of disk */
46 lba = sblock_off >> (disk->sector_shift);
48 disk->rdwr_sectors(disk, sb, lba, count, 0);
61 ufs_checksb(struct ufs_super_block *sb, struct disk *disk)
442 struct disk *disk = fs->fs_dev->disk; local
    [all...]
  /external/fio/tools/plot/
fio2gnuplot 142 f.write("# Disk%d was coming from %s\n" % (index,fio_data_file[index]))
246 for disk in xrange(len(fio_data_file)):
247 # print disk_perf[disk]
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])
    [all...]
  /external/autotest/client/site_tests/platform_CrosDisksDBus/
platform_CrosDisksDBus.py 28 def validate_disk_properties(self, disk):
29 # Disk properties provided by the API
49 # Check if all disk properties are set.
50 if prop_name not in disk:
51 raise error.TestFail("disk.%s not found" % prop_name)
53 # Check if each disk property has the right data type.
54 prop_value = disk[prop_name]
57 "disk.%s is %s, but %s expected"
61 if not disk['DeviceFile']:
63 "disk.DeviceFile should not be empty"
    [all...]
  /system/update_engine/common/
utils_unittest.cc 114 string disk; local
117 EXPECT_TRUE(utils::SplitPartitionName("/dev/sda3", &disk, &part_num));
118 EXPECT_EQ("/dev/sda", disk);
121 EXPECT_TRUE(utils::SplitPartitionName("/dev/sdp1234", &disk, &part_num));
122 EXPECT_EQ("/dev/sdp", disk);
125 EXPECT_TRUE(utils::SplitPartitionName("/dev/mmcblk0p3", &disk, &part_num));
126 EXPECT_EQ("/dev/mmcblk0", disk);
129 EXPECT_TRUE(utils::SplitPartitionName("/dev/ubiblock3_2", &disk, &part_num));
130 EXPECT_EQ("/dev/ubiblock", disk);
133 EXPECT_TRUE(utils::SplitPartitionName("/dev/loop10", &disk, &part_num))
    [all...]
  /external/syslinux/bios/dosutil/
copybs.com 5 $Filesystem not found on disk
  /external/syslinux/core/fs/
getfssec.c 31 * Generic getfssec implementation for disk-based filesystems, which
93 struct disk *disk = fs->fs_dev->disk; local
176 disk->rdwr_sectors(disk, buf, inode->this_extent.pstart, chunk, 0);

Completed in 671 milliseconds

12 3 4 5 6 7 8 91011>>