/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/ |
DiskImage.h | 44 This is for making the Disk buffer refresh as few as possible.
55 Read a disk from disk into HBufferImage.
76 Save lines in HBufferImage to disk.
77 NOT ALLOW TO WRITE TO ANOTHER DISK!!!!!!!!!
|
/external/autotest/server/site_tests/firmware_DevBootUSB/ |
firmware_DevBootUSB.py | 15 This test requires a USB disk plugged-in, which contains a Chrome OS test 18 screen should not boot the USB disk. When dev_boot_usb=1, pressing Ctrl-U 19 should boot the USB disk. 51 logging.info("Expected internal disk boot, set dev_boot_usb to 1.") 54 "Not internal disk boot, dev_boot_usb misbehaved"))
|
/external/fio/ |
diskutil.h | 20 * Disk utils as read in /sys/block/<dev>/stat 40 * Per-device disk util management 44 /* If this disk is a slave, hook it into the master's 63 * for aggregating a software RAID's disk util figures. 105 * disk util stuff
|
/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...] |
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/ |
DiskLruCacheWrapper.java | 34 * Get a DiskCache in the given directory and size. If a disk cache has alread been created with 38 * @param directory The directory for the disk cache 39 * @param maxSize The max size for the disk cache 40 * @return The new disk cache with the given arguments, or the current cache if one already exists 77 Log.w(TAG, "Unable to get from disk cache", e); 101 Log.w(TAG, "Unable to put to disk cache", e); 113 Log.w(TAG, "Unable to delete from disk cache", e);
|
/frameworks/base/cmds/statsd/src/storage/ |
StorageManager.h | 60 * Send broadcasts to relevant receiver for each data stored on disk. 66 * Returns true if there's at least one report on disk. 71 * Appends ConfigMetricsReport found on disk to the specific proto and 77 * Call to load the saved configs from disk. 82 * Call to load the specified config from disk. Returns false if the config file does not 101 * Prints disk usage statistics related to statsd. 107 * Prints disk usage statistics about a directory related to statsd.
|
/external/gptfdisk/ |
sgdisk.8 | 30 want to make one or two quick changes to a disk. (The program may query the 35 Ordinarily, \fBsgdisk\fR operates on disk device files, such as 38 can also operate on disk image files, which can be either copies of whole 39 disks (made with \fBdd\fR, for instance) or raw disk images used by 40 emulators such as QEMU or VMWare. Note that only \fIraw\fR disk images 42 disk image formats. 53 partitions with the Mac OS X Disk Utility program and Linux partitions 57 the disk. If it finds valid GPT data, \fBsgdisk\fR will use it. If 69 partition type codes may become corrupted if the disk uses unrecognized 106 If Windows is to boot from a GPT disk, a partition of type \fIMicrosof [all...] |
diskio-windows.cc | 4 // Description: Class to handle low-level disk I/O for GPT fdisk 87 // Close the disk, in case it's already open for reading only.... 114 // Close the disk device. Note that this does NOT erase the stored filenames, 124 // returns an error condition, assume it's a disk file and return a value of 125 // SECTOR_SIZE (512). If the disk can't be opened at all, return a value of 0. 130 // If disk isn't open, try to open it.... 159 // Resync disk caches so the OS uses the new partition table. This code varies 167 // If disk isn't open, try to open it.... 174 cout << "Disk synchronization failed! The computer may use the old partition table\n" 175 << "until you reboot or remove and re-insert the disk!\n" [all...] |
fixparts.8 | 20 behind on a disk that was once used as a GPT disk but then incompletely 26 extend beyond the physical end of the disk or that overlap with nearby 28 repair occurs automatically, so if it's the only problem with your disk, 55 These partitions are defined in the first sector of the hard disk and 66 A disk can contain an arbitrary number of logical partitions 76 arbitrarily interspersed. A disk can contain one to three primary 84 Unlike most disk utilities, \fBfixparts\fR' user interface ignores extended 102 disk looks like a conventional GPT disk, \fBfixparts\fR refuses to run. I [all...] |
gdisk.8 | 36 modify disk structures until you explicitly write them to disk, so if you 40 Ordinarily, \fBgdisk\fR operates on disk device files, such as 43 can also operate on disk image files, which can be either copies of whole 44 disks (made with \fBdd\fR, for instance) or raw disk images used by 45 emulators such as QEMU or VMWare. Note that only \fIraw\fR disk images 47 disk image formats. 59 partitions with the Mac OS X Disk Utility program and Linux partitions 63 the disk. If it finds valid GPT data, \fBgdisk\fR will use it. If 72 may become corrupted if the disk uses unrecognized type codes. Boo [all...] |
diskio.cc | 4 // Description: Class to handle low-level disk I/O for GPT fdisk 54 // Open a disk device for reading. Returns 1 on success, 0 on failure. 75 // Open a disk for reading and writing by filename.
|
/external/syslinux/com32/hdt/ |
hdt-cli-disk.c | 98 more_printf("Which disk?\n"); 105 more_printf("Invalid disk: %d.\n", drive); 117 more_printf("No disk found\n"); 128 more_printf("DISK 0x%X:\n" 134 d->disk, 146 fprintf(stderr, "I/O error parsing disk 0x%X\n", d->disk); 149 fprintf(stderr, "Disk 0x%X: unrecognized partition layout\n", 150 d->disk); 181 more_printf("No disk found\n") [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/kernel-headers/original/uapi/linux/ |
dqblk_xfs.h | 24 * Disk quota - quotactl(2) commands for the XFS Quota Manager (XQM). 37 #define Q_XGETQUOTA XQM_CMD(3) /* get disk limits and usage */ 38 #define Q_XSETQLIM XQM_CMD(4) /* set disk limits */ 40 #define Q_XQUOTARM XQM_CMD(6) /* free disk space used by dquots */ 43 #define Q_XGETNEXTQUOTA XQM_CMD(9) /* get disk limits and usage >= ID */ 58 __u64 d_blk_hardlimit;/* absolute limit on disk blks */ 59 __u64 d_blk_softlimit;/* preferred limit on disk blks */ 62 __u64 d_bcount; /* # disk blocks owned by the user */ 66 __s32 d_btimer; /* similar to above; for disk blocks */ 68 __u16 d_bwarns; /* # warnings issued wrt disk blocks * [all...] |
bfs_fs.h | 3 * include/linux/bfs_fs.h - BFS data structures on disk. 23 /* BFS inode layout on disk */ 50 /* BFS superblock layout on disk */
|
minix_fs.h | 32 * This is the original minix inode layout on disk. 64 * minix super-block data on disk 80 * V3 minix super-block data on disk
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
StorageWizardFormatConfirm.java | 79 final DiskInfo disk = context.getSystemService(StorageManager.class) local 85 disk.getShortDescription())); 88 disk.getDescription(), 89 disk.getShortDescription(), 90 disk.getShortDescription())); 95 disk.getShortDescription()),
|
/tools/acloud/internal/proto/ |
internal_config.proto | 24 // Default extra data disk size. 46 // The name of the default disk image, e.g. avd-system.tar.gz 48 // The mime type of the disk image, e.g. 'application/x-tar' 50 // The file extension of disk image, e.g. ".tar.gz" 53 // e.g. "disk.raw" 58 // Default data disk device to use when extra_data_disk_size_gb
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/ |
hotplug01.txt | 5 writing to disk doesn't cause an issue. We create a process that writes 6 to disk, force it to run only on a specified CPU by setting its CPU 30 Start up a process that writes to disk
|
/external/perfetto/infra/git_mirror_bot/ |
Makefile | 43 --boot-disk-size "10" \ 44 --boot-disk-type "pd-standard" \ 45 --boot-disk-device-name "perfetto-ci-git-mirror-bot" \
|
/external/webrtc/webrtc/base/ |
optionsfile.h | 19 // Implements storage of simple options in a text file on disk. This is 27 // Loads the file from disk, overwriting the in-memory values. 29 // Saves the contents in memory, overwriting the on-disk values.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
minix_fs.h | 31 * This is the original minix inode layout on disk. 63 * minix super-block data on disk 79 * V3 minix super-block data on disk
|
/development/samples/browseable/BeamLargeFiles/ |
_index.jd | 14 will save the file to disk and display a notification that the user can select to open
|
/development/samples/browseable/DisplayingBitmaps/ |
_index.jd | 13 bitmaps (both in memory and on disk), managing bitmap memory and displaying bitmaps
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ |
ScsiDiskExtra.uni | 18 "SCSI Disk DXE Driver"
|