HomeSort by relevance Sort by last modified time
    Searched full:disk (Results 1 - 25 of 4352) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_jnl_32bit/
name 1 on-disk 32-bit journal format
  /external/e2fsprogs/tests/f_jnl_64bit/
name 1 on-disk 64-bit journal format
  /external/syslinux/core/
ldlinux-c.c 12 di->disk.filesystem = SYSLINUX_FS_SYSLINUX;
13 di->disk.sector_shift = SectorShift;
14 di->disk.drive_number = DriveNumber;
16 di->disk.ptab_ptr = &PartInfo;
17 di->disk.esdi_ptr = &OrigESDI;
18 di->disk.partoffset = &Hidden;
  /external/syslinux/efi/
diskio.c 7 #include <disk.h>
23 static int efi_rdwr_sectors(struct disk *disk, void *buf,
26 struct efi_disk_private *priv = (struct efi_disk_private *)disk->private;
29 UINTN bytes = count * disk->sector_size;
32 status = write_blocks(bio, disk->disk_number, lba, bytes, buf);
34 status = read_blocks(bio, disk->disk_number, lba, bytes, buf);
41 return count << disk->sector_shift;
44 struct disk *efi_disk_init(void *private)
46 static struct disk disk local
    [all...]
  /external/syslinux/core/fs/
diskio.c 8 #include <disk.h>
14 void getoneblk(struct disk *disk, char *buf, block_t block, int block_size)
16 int sec_per_block = block_size / disk->sector_size;
18 disk->rdwr_sectors(disk, buf, block * sec_per_block, sec_per_block, 0);
28 dev.disk = firmware->disk_init(args);
diskio_bios.c 8 static inline sector_t chs_max(const struct disk *disk)
10 return (sector_t)disk->secpercyl << 10;
45 static int chs_rdwr_sectors(struct disk *disk, void *buf,
51 int sector_shift = disk->sector_shift;
52 uint32_t xlba = lba + disk->part_start; /* Truncated LBA (CHS is << 2 TB) */
59 uint32_t maxtransfer = disk->maxtransfer;
61 if (lba + disk->part_start >= chs_max(disk))
290 static struct disk disk; local
    [all...]
  /external/syslinux/core/include/
disk.h 17 * struct disk: contains the information about a specific disk and also
20 struct disk { struct
21 void *private; /* Firmware-private disk info */
33 int (*rdwr_sectors)(struct disk *, void *, sector_t, size_t, bool);
37 extern void getoneblk(struct disk *, char *, block_t, int);
40 struct disk *bios_disk_init(void *);
  /tools/acloud/internal/script/
create_extradisk.sh 4 # first arg is the size of a disk in GB.
10 echo "The argument should be the size of a disk in GB"
21 gcloud compute instances attach-disk instance-disk-creation --disk "${DISK_NAME}" --zone=${ZONE} --project=${PROJECT}
23 gcloud compute ssh instance-disk-creation --zone=${ZONE} --project=${PROJECT} --command "sudo mkfs.ext4 -F ${DEV_FILE}"
24 gcloud compute ssh instance-disk-creation --zone=${ZONE} --project=${PROJECT} --command "sudo mount -o discard,defaults ${DEV_FILE} /mnt"
25 gcloud compute ssh instance-disk-creation --zone=${ZONE} --project=${PROJECT} --command "ls /mnt"
26 gcloud compute ssh instance-disk-creation --zone=${ZONE} --project=${PROJECT} --command "sudo umount /mnt"
28 gcloud compute instances detach-disk instance-disk-creation --disk "${DISK_NAME}" --zone=${ZONE} --project=${PROJECT
    [all...]
  /external/autotest/client/site_tests/kernel_HdParm/
kernel_HdParm.py 14 Measure disk performance: both disk (-t) and cache (-T).
19 disk = utils.get_fixed_dst_drive()
21 logging.debug("Using device %s", disk)
23 result = utils.system_output('hdparm -T %s' % disk)
26 result = utils.system_output('hdparm -t %s' % disk)
  /external/autotest/client/tests/disktest/
control.export 4 Pattern test of the disk, using unique signatures for each block and each
6 disk and disk controller.
control 3 PURPOSE = 'Verify the integrity of the disk and disk controller.'
10 different patterns will be tested. Designed to check both the disk and disk
  /external/python/cpython2/Mac/Demo/applescript/
makedisk.py 7 filespec = macfs.FSSpec('my disk image.img')
9 objref = talker.create('my disk image', saving_as=filespec, leave_image_mounted=1)
11 print "ERROR: my disk image:", arg
  /external/syslinux/com32/gplinclude/disk/
swsusp.h 4 #include <disk/geom.h>
5 #include <disk/common.h>
6 #include <disk/partition.h>
  /external/autotest/client/site_tests/hardware_DiskSize/
control 7 PURPOSE = 'Ensure the hard disk is large enough.'
8 CRITERIA = 'Fails if the main disk is less than gb_main_disk_size.'
15 This test will find the disk where /dev is located by searching /proc/cmdline,
16 and will then determine the size of the main disk by reading /proc/partitions.
control.hwqual 7 PURPOSE = 'Ensure the hard disk is large enough.'
8 CRITERIA = 'Fails if the main disk is less than gb_main_disk_size.'
16 This test will find the disk where /dev is located by searching /proc/cmdline,
17 and will then determine the size of the main disk by reading /proc/partitions.
  /external/syslinux/com32/gpllib/disk/
swsusp.c 4 #include <disk/swsusp.h>
5 #include <disk/read.h>
6 #include <disk/geom.h>
10 * @drive_info: driveinfo struct describing the disk containing the partition
  /external/syslinux/gpxe/src/arch/i386/include/
bios_disks.h 18 * The location of a BIOS disk
26 * A physical BIOS disk device
36 * A BIOS disk driver, with a valid device ID range and naming
47 * Define a BIOS disk driver
  /external/autotest/client/tests/ddtest/
control 4 Spawn multiple threads to write sequentially to the same disk and time
6 in disk writes.
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
ScsiDisk.uni 2 // The Scsi Disk driver is used to retrieve the media info in the attached SCSI disk.
4 // It detects the SCSI disk media and installs Block I/O Protocol on the device handle.
19 #string STR_MODULE_ABSTRACT #language en-US "Used to retrieve the media information in the attached SCSI disk"
21 #string STR_MODULE_DESCRIPTION #language en-US "It detects the SCSI disk media and installs Block I/O Protocol on the device handle."
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/DiskIoDxe/
DiskIoDxe.uni 2 // Module that lays Disk I/O protocol on every Block I/O protocol.
4 // This module produces Disk I/O protocol to abstract the block accesses
8 // already have a Disk I/O protocol. File systems and other disk access
9 // code utilize the Disk I/O protocol.
24 #string STR_MODULE_ABSTRACT #language en-US "Lays Disk I/O protocol on every Block I/O protocol"
26 #string STR_MODULE_DESCRIPTION #language en-US "This module produces Disk I/O protocol to abstract the block accesses of the Block I/O protocol to a more general offset-length protocol to provide byte-oriented access to block media. It adds this protocol to any Block I/O interface that appears in the system that does not already have a Disk I/O protocol. File systems and other disk access code utilize the Disk I/O protocol."
    [all...]
  /external/cros/system_api/dbus/vm_concierge/
service.proto 16 // Path to the disk image that should be used as the root file system for
21 // The type of disk image.
26 // A qcow2-compatible disk image.
30 // Describes any additional disk images that should be mounted inside the VM.
32 // Path to the disk image on the host.
35 // Path where this disk image will be mounted inside the VM.
38 // The file system type for this disk image.
48 // If true, the disk image will be mounted writable.
51 // If true, the disk image will be mounted.
54 // Image type of the disk
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/
RamDiskHiiStrings.uni 18 #string STR_FORM_SET_TITLE #language en-US "RAM Disk Configuration"
21 #string STR_MAIN_FORM_TITLE #language en-US "RAM Disk HII Main Screen"
24 #string STR_RAM_DISK_LIST_TEXT #language en-US "Created RAM disk list:"
27 #string STR_GOTO_ADD_RAW_FORM_HELP #language en-US "Create a raw RAM disk."
29 #string STR_GOTO_ADD_FROM_FILE_FORM_HELP #language en-US "Create a RAM disk from a given file."
30 #string STR_REMOVE_SEL_HELP #language en-US "Remove selected RAM disk(s)"
31 #string STR_REMOVE_SEL_TEXT #language en-US "Remove selected RAM disk(s)."
33 #string STR_ADD_RAW_FORM_TITLE #language en-US "Add A Raw RAM Disk"
37 #string STR_SIZE_HELP #language en-US "The valid RAM disk size should be multiples of the RAM disk block size."
    [all...]
  /art/test/118-noimage-dex2oat/
expected.txt 3 Has image is false, is image dex2oat enabled is false, is BOOTCLASSPATH on disk is false.
9 Has image is true, is image dex2oat enabled is true, is BOOTCLASSPATH on disk is true.
13 Has image is true, is image dex2oat enabled is true, is BOOTCLASSPATH on disk is true.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
RamDisk.h 2 This file defines the EFI RAM Disk Protocol.
22 // EFI RAM Disk Protocol GUID value
33 Register a RAM disk with specified address, size and type.
35 @param[in] RamDiskBase The base address of registered RAM disk.
36 @param[in] RamDiskSize The size of registered RAM disk.
37 @param[in] RamDiskType The type of registered RAM disk. The GUID can be
44 of the RAM disk device.
46 DevicePath is created by appending a RAM disk node
48 NULL, the returned DevicePath is a RAM disk device
53 @retval EFI_SUCCESS The RAM disk is registered successfully.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DiskIo/
DiskIo.c 18 Disk IO protocol as defined in the EFI 1.0 specification.
20 The Disk IO protocol is used to convert block oriented devices into byte
21 oriented devices. The Disk IO protocol is intended to layer on top of the
31 EFI_GUID_STRING(&gEfiDiskIoProtocolGuid, "DiskIo Protocol", "EFI 1.0 Disk IO Protocol");

Completed in 266 milliseconds

1 2 3 4 5 6 7 8 91011>>