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

  /bootable/diskinstaller/
installer_img_layout.conf 8 start_lba 2048
android_img_system_layout.conf 8 start_lba 2048
android_img_data_layout.conf 8 start_lba 2048
installer.c 234 offset = pinfo->start_lba * dinfo->sect_size;
  /external/grub/stage2/
vstafs.h 39 unsigned long start_lba; member in struct:bootrecord
  /build/target/board/vbox_x86/
disk_layout.conf 18 # Start_lba should be on a cylindar boundary.
19 start_lba 63
  /system/core/include/diskconfig/
diskconfig.h 69 uint32_t start_lba; /* bytes 8-11 */ member in struct:pc_partition
86 uint32_t start_lba; /* the LBA where this partition begins */ member in struct:part_info
  /system/core/libdiskconfig/
config_mbr.c 47 pentry->start_lba = start;
50 ALOGI("Configuring pentry. status=0x%x type=0x%x start_lba=%u len_lba=%u",
51 pentry->status, pentry->type, pentry->start_lba, pentry->len_lba);
116 pinfo->start_lba = *lba;
181 pinfo->start_lba = *lba;
  /bootable/diskinstaller/editdisklbl/
editdisklbl.c 191 loff_t offs = part_file_map[cnt].pinfo->start_lba * dinfo->sect_size;
  /external/blktrace/
blktrace_api.h 126 __u64 start_lba; member in struct:blk_user_trace_setup
  /external/clang/test/Sema/
struct-packed-align.c 127 nt start_lba; member in struct:nS
  /external/strace/
block.c 46 uint64_t start_lba; member in struct:blk_user_trace_setup
253 "buf_nr=%u, start_lba=%" PRIu64 ", "
256 buts.buf_nr, buts.start_lba,

Completed in 466 milliseconds