HomeSort by relevance Sort by last modified time
    Searched full:disk (Results 126 - 150 of 753) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/qemu/block/
qcow2-cluster.c 174 * Writes one sector of the L1 table to the disk (can't update single entries
237 /* if there was an old l2 table, read it from the disk */
381 * For a given offset of the disk image, return cluster offset in
444 /* find the cluster offset for the given disk offset */
472 * for a given disk offset, load (and allocate if needed)
516 /* find the cluster offset for the given disk offset */
530 * For a given offset of the disk image, return cluster offset in
582 * Write L2 table updates to disk, writing whole sectors to avoid a
668 * For a given offset of the disk image, return cluster offset in
parallels.c 2 * Block driver for Parallels disk image format
6 * This code is based on comparing different disk images created by Parallels.
vmdk.c 198 "# Disk DescriptorFile\n"
208 "# The Disk Data Base \n"
269 * Each GDE span 32M disk, means:
575 * This problem may occur because of insufficient space on host disk
681 // update CID on the first write every time the virtual disk is opened
696 "# Disk DescriptorFile\n"
705 "# The Disk Data Base \n"
834 .help = "Virtual disk size"
  /external/qemu/
qemu-options.hx 59 "-fda/-fdb file use 'file' as floppy disk 0/1 image\n")
64 Use @var{file} as floppy disk 0/1 image (@pxref{disk_images}). You can
69 "-hda/-hdb file use 'file' as IDE hard disk 0/1 image\n")
72 "-hdc/-hdd file use 'file' as IDE hard disk 2/3 image\n")
79 Use @var{file} as hard disk 0, 1, 2 or 3 image (@pxref{disk_images}).
103 This option defines which disk image (@pxref{disk_images}) to use with
116 This option defines the type of the media: disk or cdrom.
124 Specify which disk @var{format} will be used rather than detecting
143 attempt to do disk IO directly to the guests memory. QEMU may still perform
149 caching is specified for a qcow2 disk image, @option{cache=writeback} will b
    [all...]
block.h 35 use a disk image format on top of
96 /* Ensure contents are flushed to disk. */
block_int.h 115 int64_t total_sectors; /* if we are reading a disk image, give its
148 /* Whether the disk can expand beyond total_sectors */
  /external/webkit/WebCore/platform/haiku/
CookieJarHaiku.cpp 42 // FIXME: Shouldn't this be saved to and restored from disk too?
  /external/webkit/WebCore/storage/
OriginUsageRecord.h 58 unsigned long long size; // This member remains uninitialized until disk usage is calculated.
  /external/webkit/WebKit/chromium/public/
WebStorageNamespace.h 65 // Shutdown the StorageNamespace. Write all StorageArea's to disk and disallow new
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseStressTest.java 81 * and when disk run out
  /packages/experimental/procstatlog/
procstatreport.py 116 <span style="font-size: 150%%">disk: %(device)s</span><br>
532 os.path.join(files_dir, "disk%d.csv" % num))
535 "id": cgi.escape("disk%d" % num),
536 "id_js": json.write("disk%d" % num),
542 "filename_js": json.write("%s/disk%d.csv" % (files_url, num)),
556 os.path.join(files_dir, "disk%d_time.csv" % num))
559 "id": cgi.escape("disk%d_time" % num),
560 "id_js": json.write("disk%d_time" % num),
562 "filename_js": json.write("%s/disk%d_time.csv" % (files_url, num)),
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
PreferencePage.java 70 { "Save to disk", HProfHandler.ACTION_SAVE },
  /external/bluetooth/glib/glib/
gdir.c 64 * in the on-disk encoding. On Windows in UTF-8
176 * UTF-8. On Unix, it is in the on-disk encoding.
  /external/e2fsprogs/lib/blkid/
blkidP.h 51 #define BLKID_BID_FL_VERIFIED 0x0001 /* Device data validated from disk */
102 #define BLKID_BIC_FL_CHANGED 0x0004 /* Cache has changed from disk */
getsize.c 39 #include <sys/disk.h>
142 * Note that FreeBSD >= 4.0 has disk devices as unbuffered (raw,
save.c 2 * save.c - write the cache struct to disk
54 * Write out the cache struct to the cache file on disk.
  /external/e2fsprogs/lib/ext2fs/
ext3_extents.h 68 * this is extent on-disk structure
79 * this is index on-disk structure
kernel-jbd.h 88 * On-disk structures
117 __u32 t_blocknr; /* The on-disk block number */
122 * The revoke descriptor: used on disk to describe a series of blocks to
133 #define JFS_FLAG_ESCAPE 1 /* on-disk block is escaped */
308 * FLUSH: All updates complete, but we are still writing to disk
309 * COMMIT: All data on disk, writing commit record
448 /* ... the transaction we are pushing to disk ... */
505 /* Total maximum capacity of the journal region on disk. */
  /external/iproute2/doc/
arpd.sgml 10 it on local disk and feeding it to kernel on demand to avoid
78 <tt/SIGHUP/ syncs database to disk. <tt/SIGUSR1/ sends some statistics
  /external/iproute2/man/man8/
arpd.8 12 daemon collects gratuitous ARP information, saving it on local disk and feeding it to kernel on demand to avoid redundant broadcasting due to limited size of kernel ARP cache.
47 arpd exits gracefully syncing database and restoring adjusted sysctl parameters, when receives SIGINT or SIGTERM. SIGHUP syncs database to disk. SIGUSR1 sends some statistics to syslog. Effect of another signals is undefined, they may corrupt database and leave sysctl praameters in an unpredictable state.
  /external/qemu/android/avd/
hardware-properties.ini 128 name = disk.cachePartition
134 name = disk.cachePartition.size
  /external/qemu/hw/
cdrom.c 29 #include "scsi-disk.h"
103 *q++ = 0x00; /* disk type */
  /external/yaffs2/yaffs2/direct/
yaffscfg2k.c 46 // /boot 2MB boot disk (flash)
47 // /flash 14MB flash disk (flash)
  /external/grub/stage2/
fsys_minix.c 22 Disk creation is like:
84 * This is the original minix inode layout on disk.
116 * minix super-block data on disk
479 the disk */
493 /* advance loc prematurely to next on-disk directory entry */
  /external/opencore/fileformats/mp4/composer/src/
mediadataatom.cpp 22 it's data on disk (such as during the creation ofmedia streams - i.e. audio
497 // be written to disk
577 // Render in-memory data directoy to disk
611 // Need to update the atoms size field on disk
637 // In the case where the mdat atom fp stored on disk file,

Completed in 80 milliseconds

1 2 3 4 56 7 8 91011>>