/bootable/diskinstaller/ |
installer_img_layout.conf | 4 # bytes in a disk "block", must be a power of 2! 10 # Autodetect disk size if == 0
|
/external/kernel-headers/original/asm-arm/ |
fcntl.h | 6 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */
|
/external/e2fsprogs/lib/ext2fs/ |
jfs_dat.h | 3 * on-disk data structures 9 * On-disk structures 36 __u32 t_blocknr; /* The on-disk block number */ 41 #define JFS_FLAG_ESCAPE 1 /* on-disk block is escaped */
|
ext2_ext_attr.h | 4 On-disk format of extended attributes for the ext2 filesystem. 21 __u32 h_blocks; /* number of disk blocks used */ 29 __u16 e_value_offs; /* offset in disk block of value */ 30 __u32 e_value_block; /* disk block attribute is stored on (n/i) */
|
flushb.c | 3 * device to disk and to flush any buffers from disk cache. 43 #define FDFLUSH _IO(2,0x4b) /* flush floppy disk */
|
/external/kernel-headers/original/linux/ |
genhd.h | 6 * Generic hard disk header file by 141 * Macros to operate on percpu disk statistics: 195 /* Inlines to alloc and free disk stats in struct gendisk */ 197 static inline int init_disk_stats(struct gendisk *disk) 199 disk->dkstats = alloc_percpu(struct disk_stats); 200 if (!disk->dkstats) 205 static inline void free_disk_stats(struct gendisk *disk) 207 free_percpu(disk->dkstats); 210 static inline int init_disk_stats(struct gendisk *disk) 215 static inline void free_disk_stats(struct gendisk *disk) [all...] |
blkpg.h | 5 * Partition table and disk geometry handling 11 * find the device number of the encompassing disk) 12 * get_all_partitions() (given the device number of a disk, return the
|
fd.h | 53 /* set/get disk parameters */ 71 /* begin formatting a disk */ 75 /* end formatting a disk */ 135 unsigned char spindown_offset; /* decides in which position the disk 150 * disk changes. 165 * used in succession to try to read the disk. If the FDC cannot lock onto 166 * the disk, the next format is tried. This uses the variable 'probing'. 170 int checkfreq; /* how often should the drive be checked for disk 181 FD_DISK_CHANGED_BIT, /* disk has been changed since last i/o */ 182 FD_DISK_WRITABLE_BIT /* disk is writable * [all...] |
efs_fs_i.h | 18 * layout of an extent, in memory and on disk. 8 bytes exactly. 36 * extent based filesystem inode as it appears on disk. The efs inode
|
/packages/apps/Email/src/org/apache/james/mime4j/util/ |
TempPath.java | 34 * or on disk is up to to the implementation.
36 * <code>.tmp</code> if created on disk.
44 * or on disk is up to to the implementation.
56 * or on disk can be specified using the <code>allowInMemory</code>
58 * the new file will be created on disk.
66 * file MUST be created on disk.
|
/external/e2fsprogs/e2fsck/ |
flushb.c | 2 * flushb.c --- This routine flushes the disk buffers for a disk 34 fprintf(stderr, _("Usage: %s disk\n"), progname);
|
/external/e2fsprogs/misc/ |
base_device.c | 6 * one time. Otherwise, the disk heads will be seeking all over the 44 const char **hier, *disk; local 64 * on one disk, since we don't know how to parallelize them. 124 /* Now handle devfs /dev/disc or /dev/disk names */ 125 disk = 0; 127 disk = "disc"; 129 disk = "disk"; 130 if (disk) { 132 if (strncmp(cp, disk, 4) != 0 [all...] |
badblocks.8.in | 42 is used to search for bad blocks on a device (usually a disk partition). 52 disk. If it is not specified the first block on the disk is used as a default. 126 Repeat scanning the disk until there are no new blocks discovered in 127 num_passes consecutive scans of the disk. 133 Specify a test pattern to be read (and written) to disk blocks. The 144 specified pattern has previously been written to the disk - if not, large
|
/external/webkit/WebKitTools/BuildSlaveSupport/ |
build-launcher-dmg | 30 # Script used by build slaves to create a disk-image containing WebKit.app. 70 print "Creating disk image...\n"; 72 die "Creating disk image failed" if $?; 78 print "Compressing disk image...\n"; 79 system("mv", "-f", $nightlyLauncherDiskImagePath, "$nightlyLauncherDiskImagePath.uncompressed.dmg") == 0 or die "Renaming disk image failed"; 81 die "Compressing disk image failed" if $?; 91 system("rsync", "-vP", $nightlyLauncherDiskImagePath, "$nightlyRemoteHost:$nightlyRemoteDiskImagePath") == 0 or die "Failed uploading disk image"; 92 system("ssh", $nightlyRemoteHost, $nightlyRemoteLatestPath, $buildTag, "mac", $nightlyRemoteDiskImagePath, $revision) == 0 or die "Failed linking disk image to latest"; 98 system("rsync", "-vP", $nightlyLauncherDiskImagePath, $remoteDiskImagePath) == 0 or die "Failed uploading disk image"; 117 print "Disk image left at $nightlyLauncherDiskImagePath\n" [all...] |
/system/vold/ |
DirectVolume.cpp | 82 /* We can handle this disk */ 98 if (!strcmp(devtype, "disk")) { 104 if (!strcmp(devtype, "disk")) { 110 if (!strcmp(devtype, "disk")) { 160 snprintf(msg, sizeof(msg), "Volume %s %s disk inserted (%d:%d)", 186 SLOGE("Partition '%s' has a different major than its disk!", devpath); 217 SLOGI("Volume %s disk has changed", getLabel()); 253 SLOGD("Volume %s %s disk %d:%d removed\n", getLabel(), getMountpoint(), major, minor); 254 snprintf(msg, sizeof(msg), "Volume %s %s disk removed (%d:%d)", 271 * the removal notification will be sent on the Disk [all...] |
/external/grub/stage2/ |
defs.h | 31 * Compatibility definitions for disk IO. 35 * Disk devices do all IO in 512-byte blocks. 40 * Conversion between bytes and disk blocks. 77 * Note that the disk devices are assumed to have DEV_BSIZE "sectors"
|
/external/webkit/WebCore/manual-tests/ |
directory-drop-on-view.html | 11 Drag a file that WebKit doesn't recognise -- eg. a disk image, tarball, etc.<br />
|
/external/yaffs2/yaffs2/direct/ |
yaffs_flashif.h | 3 * yaffs_ramdisk.h: yaffs ram disk component 16 // This provides a rma disk under yaffs.
|
yaffs_ramdisk.h | 3 * yaffs_ramdisk.h: yaffs ram disk component 16 // This provides a rma disk under yaffs.
|
/external/yaffs2/yaffs2/ |
yaffs_tagscompat.h | 3 * yaffs_ramdisk.h: yaffs ram disk component 16 /* This provides a ram disk under yaffs.
|
/frameworks/base/docs/html/guide/developing/tools/ |
othertools.jd | 44 <p>The mksdcard tool lets you quickly create a FAT32 disk image that you can 60 <td>A volume label for the disk image to create. </td> 65 <td>An integer that specifies the size (in bytes) of disk image to create. 72 <td>The path/filename of the disk image to create. </td> 77 <p>Once you have created the disk image file, you can load it in the emulator at
|
/external/jpeg/ |
makefile.vms | 24 $ OPT = ",Sys$Disk:[]makvms.opt/Option" 127 $ mcr sys$disk:[]djpeg -dct int -ppm -outfile testout.ppm testorig.jpg 128 $ mcr sys$disk:[]djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg 129 $ mcr sys$disk:[]cjpeg -dct int -outfile testout.jpg testimg.ppm 130 $ mcr sys$disk:[]djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg 131 $ mcr sys$disk:[]cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm 132 $ mcr sys$disk:[]jpegtran -outfile testoutt.jpg testprog.jpg
|
/external/webkit/WebKit/win/Interfaces/ |
IWebIconDatabase.idl | 39 - disk storage 45 - Save icons to disk for later use. 47 Every icon in the database has a retain count. If an icon has a retain count greater than 0, it will be written to disk for later use. If an icon's retain count equals zero it will be removed from disk. The retain count is not persistent across launches. If the WebKit client wishes to retain an icon it should retain the icon once for every launch. This is best done at initialization time before the database begins removing icons. To make sure that the database does not remove unretained icons prematurely, call delayDatabaseCleanup until all desired icons are retained. Once all are retained, call allowDatabaseCleanup. 80 @discussion Returns an icon for a web site URL from memory or disk. nil if none is found. 90 @discussion Returns an icon URL for a web site URL from memory or disk. nil if none is found. 146 @discussion Returns an icon URL for a web site URL from memory or disk. nil if none is found.
|
/build/tools/acp/ |
README | 17 volume. "cp" works okay copying from local disk. 22 If you copy from NFS to local disk, your NFS files will always be 23 newer, because the local disk time stamp is truncated rather than
|
/external/grub/stage1/ |
stage1.h | 69 /* The segment of disk buffer. The disk buffer MUST be 32K long and 79 /* The flag for BIOS drive number to designate a hard disk vs. a
|