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

1 2 34 5 6 7 8 91011>>

  /system/extras/f2fs_utils/
make_f2fs_main.c 27 #include <sys/disk.h>
  /external/syslinux/com32/chain/
mangle.c 247 fs_lba = *sdi->disk.partoffset;
250 * fs_lba should be verified against the disk as some DRMK
305 if (iter->di.disk & 0x80)
313 *(uint8_t *)((char *)data->data + off) = (opt.swap ? iter->di.disk & 0x80 : iter->di.disk);
444 opt.regs.ebx.b[0] = opt.regs.edx.b[0] = iter->di.disk;
489 diter->di.disk == siter->di.disk) {
600 * start = 0 would be converted to the beginning of the disk (C/H/S =
utility.c 39 #include <syslinux/disk.h>
86 * cadd - if the disk is larger than reported geometry /and/ if the geometry has
114 if (di->disk & 0x80) {
  /build/soong/third_party/zip/
writer.go 104 b = b[4:] // skip disk number start and internal file attr (2x uint16)
139 b.uint32(0) // number of this disk
140 b.uint32(0) // number of the disk with the start of the central directory
141 b.uint64(records) // total number of entries in the central directory on this disk
144 b.uint64(offset) // offset of start of central directory with respect to the starting disk number
148 b.uint32(0) // number of the disk with the start of the zip64 end of central directory
167 b = b[4:] // skip over disk number and first disk number (2x uint16)
168 b.uint16(uint16(records)) // number of entries this disk
  /external/curl/packages/vms/
build_curl-config_script.com 109 $ open/read/error=read_loop_end c_c_in sys$disk:[--]curl-config.in
110 $ create sys$disk:[--]curl-config.
111 $ open/append c_c_out sys$disk:[--]curl-config.
  /external/syslinux/core/fs/ext2/
ext2.c 8 #include "disk.h"
274 struct disk *disk = fs->fs_dev->disk; local
280 disk->rdwr_sectors(disk, &sb, 2, 2, 0);
298 fs->sector_shift = disk->sector_shift;
  /system/vold/
VolumeManager.cpp 266 LOG(ERROR) << "Failed to create virtual disk";
276 auto disk = new android::vold::Disk("virtual", buf.st_rdev, "virtual", local
277 android::vold::Disk::Flags::kAdoptable | android::vold::Disk::Flags::kSd);
278 disk->create();
279 mVirtualDisk = std::shared_ptr<android::vold::Disk>(disk);
324 // Consider creating a virtual disk
349 if (devType != "disk") return
372 auto disk = new android::vold::Disk(eventPath, device, local
    [all...]
  /external/syslinux/core/fs/fat/
fat.c 8 #include <disk.h>
727 struct disk *disk = fs->fs_dev->disk; local
732 fs->sector_shift = fs->block_shift = disk->sector_shift;
736 disk->rdwr_sectors(disk, &fat, 0, 1, 0);
796 struct disk *disk; local
801 disk = this_fs->fs_dev->disk
    [all...]
  /external/ltp/testcases/kernel/io/disktest/
disktest.spec 13 This package provides the disk testing utility for performing IO testing to
  /external/syslinux/com32/include/syslinux/
disk.h 31 * @file syslinux/disk.h
52 int disk; member in struct:disk_info
53 int ebios; /* EBIOS supported on this disk */
122 * A GPT disk/partition GUID
173 extern int disk_get_params(int disk, struct disk_info *const diskinfo);
  /external/syslinux/core/include/
fs.h 13 #include "disk.h"
83 * that is contiguous on disk.
127 * the pointer points to the disk structure,
133 struct disk *disk; member in struct:device
  /external/fio/os/
os-freebsd.h 8 #include <sys/disk.h>
  /external/syslinux/com32/gpllib/
Makefile 10 GPLDIRS := $(SRC) $(addprefix $(SRC)/,disk dmi vpd acpi zzjson)
  /external/syslinux/com32/modules/
Makefile 22 disk.c32 pcitest.c32 elf.c32 linux.c32 reboot.c32 pmload.c32 \
  /external/syslinux/com32/hdt/
hdt-menu-disk.c 50 drive_info[dn].disk, nb_partitions_seen);
92 drive_info[dn].disk, nb_partitions_seen);
151 /* Compute the disk submenu */
161 snprintf(buffer, sizeof buffer, " Disk <0x%X> (EDD %X)",
162 d[disk_number].disk, d[disk_number].edd_version);
258 snprintf(buffer, sizeof buffer, " Disk <%d> ", i + 1);
259 add_item(buffer, "Disk", OPT_SUBMENU, NULL,
  /frameworks/base/cmds/sm/src/com/android/commands/sm/
Sm.java 97 } else if ("set-virtual-disk".equals(op)) {
107 for (DiskInfo disk : disks) {
108 if (!onlyAdoptable || disk.isAdoptable()) {
109 System.out.println(disk.getId());
251 System.err.println(" sm set-virtual-disk [true|false]");
253 System.err.println(" sm partition DISK [public|private|mixed] [ratio]");
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DiskReceiver.java 129 Log.d(TAG, "Scanning disk: " + diskInfo);
131 Log.d(TAG, "Disk ID " + diskInfo.id + " has no media");
135 Log.d(TAG, "Disk ID " + diskInfo.id + " has usable volumes, deferring");
138 // No usable volumes, prompt the user to erase the disk
157 final DiskInfo disk = info.getDisk(); local
158 if (disk.isAdoptable()) {
160 info.getId(), disk.getId());
  /prebuilts/go/darwin-x86/src/archive/zip/
writer.go 109 b = b[4:] // skip disk number start and internal file attr (2x uint16)
148 b.uint32(0) // number of this disk
149 b.uint32(0) // number of the disk with the start of the central directory
150 b.uint64(records) // total number of entries in the central directory on this disk
153 b.uint64(offset) // offset of start of central directory with respect to the starting disk number
157 b.uint32(0) // number of the disk with the start of the zip64 end of central directory
176 b = b[4:] // skip over disk number and first disk number (2x uint16)
177 b.uint16(uint16(records)) // number of entries this disk
  /prebuilts/go/linux-x86/src/archive/zip/
writer.go 109 b = b[4:] // skip disk number start and internal file attr (2x uint16)
148 b.uint32(0) // number of this disk
149 b.uint32(0) // number of the disk with the start of the central directory
150 b.uint64(records) // total number of entries in the central directory on this disk
153 b.uint64(offset) // offset of start of central directory with respect to the starting disk number
157 b.uint32(0) // number of the disk with the start of the zip64 end of central directory
176 b = b[4:] // skip over disk number and first disk number (2x uint16)
177 b.uint16(uint16(records)) // number of entries this disk
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
Gpt.asm 101 ; Read GPT Header from hard disk to 0x0000:0x0800
114 ; Read Target GPT Entry from hard disk to 0x0000:0x0A00
144 ; Read Target DBR from hard disk to 0x0000:0x7C00
177 ; ES:DI = Buffer to store sectors read from disk
188 lea si, [bp + OFFSET AddressPacket] ; DS:SI = Disk Address Packet
238 ; PhysicalDrive - Used to indicate which disk to be boot
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageSettings.java 138 public void onDiskDestroyed(DiskInfo disk) {
208 for (DiskInfo disk : disks) {
209 if (disk.volumeCount == 0 && disk.size > 0) {
211 pref.setKey(disk.getId());
212 pref.setTitle(disk.getDescription());
308 } else if (key.startsWith("disk:")) {
309 // Picked an unsupported disk
453 if (vol.disk != null && vol.disk.isUsb() &
491 final DiskInfo disk = sm.findDiskById(diskId); local
    [all...]
  /frameworks/base/core/java/android/os/storage/
StorageManager.java 96 * OBBs contain a filesystem that maybe be encrypted on disk and mounted
175 * application is interested in allocating or managing disk space.
189 * enough disk space to reach this requested value.
342 public void onDiskScanned(DiskInfo disk, int volumeCount) {
344 args.arg1 = disk;
350 public void onDiskDestroyed(DiskInfo disk) throws RemoteException {
352 args.arg1 = disk;
659 for (DiskInfo disk : getDisks()) {
660 if (Objects.equals(disk.id, id)) {
661 return disk;
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/
CreateBootDisk.bat 48 @echo Start to create floppy boot disk ...
67 @echo Start to create file boot disk ...
79 @echo Start to create usb boot disk ...
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
ExternalStorageProvider.java 188 final DiskInfo disk = volume.getDisk(); local
189 if (DEBUG) Log.d(TAG, "Disk for root " + rootId + " is " + disk);
190 if (disk != null && disk.isSd()) {
192 } else if (disk != null && disk.isUsb()) {
245 // Create the "Documents" directory on disk (don't use the localized title).
  /external/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
cpuhotplug01.sh 19 Desc: What happens to disk controller interrupts when offlining CPUs?
139 # Start up a process that writes to disk; keep track of its PID
192 tst_resm TPASS "online and offline cpu${CPU} when writing disk"

Completed in 1412 milliseconds

1 2 34 5 6 7 8 91011>>