HomeSort by relevance Sort by last modified time
    Searched defs:Sector (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/
BlockIo.c 87 UINTN Sector;
141 Sector = (UINTN)MultU64x32 (Lba, Media->BlockSize / 512);
153 IoData.Sector = Sector;
156 Sector += IoData.Size / 512;
BlockFront.h 28 UINTN Sector; ///< 512 bytes sector.
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
BiosInt13.c     [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/
VirtioBlk.h 73 UINT64 Sector;
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Sector.java 30 class Sector {
35 * The buffer holding the contents of this {@code Sector}.
41 protected Sector(BlockDevice device, long offset, int size) {
50 * Reads the contents of this {@code Sector} from the device into the
72 * Returns the {@code BlockDevice} where this {@code Sector} is stored.
74 * @return this {@code Sector}'s device
122 * Returns the device offset to this {@code Sector}.
124 * @return the {@code Sector}'s device offset
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
IdeMode.h 92 UINT8 Sector;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyPei/
Fdc.h 87 /// When set to 0, the sector is read or written the same as the read and write commands.
114 #define STS1_DE BIT5 // Data Error: The FDC detected a CRC error in either the ID field or data field of a sector
130 #define STS2_WC BIT4 // Wrong Cylinder: The track address from sector ID field is different from the track address maintained inside FDC
173 UINT8 Number; ///< Number of bytes per sector
189 UINT8 Sector;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
IsaFloppy.h 111 UINT8 Sector;
140 UINT8 Sector;
152 UINT8 Sector;
319 // When set to 0, the sector is read or written the same as the read and
381 // data field of a sector
420 // Wrong Cylinder: The track address from sector ID field is different from
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
IdeData.h 244 UINT8 Sector;
  /external/valgrind/coregrind/
m_transtab.c 67 /* Number of entries in hash table of each sector. This needs to be a prime
80 // HTTno is the Sector->htt hash table index. Must be the same type as TTEno.
83 /* Because each sector contains a hash table of TTEntries, we need to
84 specify the maximum allowable loading, after which the sector is
88 /* The sector is deemed full when this many entries are in it. */
110 SECno from_sNo; /* sector number */
111 TTEno from_tteNo; /* TTE number in given sector */
122 SECno to_sNo; /* sector number */
123 TTEno to_tteNo; /* TTE number in given sector */
184 the corresponding host code (must be in the same sector!)
    [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 

Completed in 180 milliseconds