HomeSort by relevance Sort by last modified time
    Searched full:lba (Results 26 - 45 of 45) sorted by null

12

  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
cdrom.h 84 int lba; member in union:cdrom_addr
478 int lba; member in struct:dvd_lu_send_title_key
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
cdrom.h 84 int lba; member in union:cdrom_addr
478 int lba; member in struct:dvd_lu_send_title_key
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
cdrom.h 84 int lba; member in union:cdrom_addr
478 int lba; member in struct:dvd_lu_send_title_key
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
cdrom.h 84 int lba; member in union:cdrom_addr
478 int lba; member in struct:dvd_lu_send_title_key
  /external/e2fsprogs/lib/ext2fs/
dosio.c 83 * Calculates a CHS address of a sector from its LBA
  /external/grub/stage2/
start.S 89 /* check if we use LBA or CHS */
asm.S 1064 * Check if LBA is supported for DRIVE. If it is supported, then return
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/qnx/
SDL_syscdrom.c 298 cdrom->track[i].offset = toc.toc_entry[i].addr.lba;
  /external/grub/
ChangeLog 465 equal to 0x88 or the drive supports LBA.
    [all...]
  /external/kernel-headers/original/linux/
hdreg.h 424 #define HDIO_SET_ADDRESS 0x032f /* change lba addressing modes */
473 * 1: LBA
cdrom.h 164 int lba; member in union:cdrom_addr
653 int lba; member in struct:dvd_lu_send_title_key
    [all...]
  /external/qemu/block/
vvfat.c 383 int lba; local
392 /* LBA is used when partition is outside the CHS geometry */
393 lba = sector2CHS(s->bs, &partition->start_CHS, s->first_sectors_number-1);
394 lba|= sector2CHS(s->bs, &partition->end_CHS, s->sector_count);
396 /*LBA partitions are identified only by start/length_sector_long not by CHS*/
401 /* DOS uses different types when partition is LBA,
404 s->fat_type==16 ? (lba?0xe:0x06):
405 /*fat_tyoe==32*/ (lba?0xc:0x0b);
    [all...]
  /external/grub/docs/
grub.texi 326 have the new interface, Logical Block Address (@dfn{LBA}) mode. GRUB
327 automatically detects if LBA mode is available and uses it if
328 available. In LBA mode, GRUB can access the entire disk.
    [all...]
grub.info 275 Address ("LBA") mode. GRUB automatically detects if LBA mode is
276 available and uses it if available. In LBA mode, GRUB can access
    [all...]
multiboot.texi     [all...]
multiboot.info     [all...]
  /external/qemu/
vl-android.c     [all...]
vl.c     [all...]
block.c 825 /* if heads > 16, it means that a BIOS LBA
    [all...]
qemu-options.hx     [all...]

Completed in 209 milliseconds

12