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

  /external/syslinux/com32/gpllib/disk/
msdos.c 35 * process_extended_partition - execute a callback for each partition contained listed in an ebr
38 * @ebr_offset: Relative start (lba) of the current ebr processed within
50 /* The ebr is located at the first sector of the extended partition */
51 char *ebr = malloc(SECTOR * sizeof(char)); local
53 if (read_sectors(drive_info, ebr, partition_offset + ebr_offset, 1) == -1)
57 if (!msdos_magic_present(ebr))
61 (struct part_entry *)(ebr + PARTITION_TABLES_OFFSET);
69 * This EBR partition table entry points to the
70 * logical partition associated to that EBR
74 /* Last EBR in the extended partition? *
    [all...]
  /system/core/libdiskconfig/
config_mbr.c 134 * the next EBR.
144 struct pc_boot_record *ebr; local
148 ALOGE("Unable to allocate memory for EBR.");
152 /* we are going to write the ebr at the current LBA, and then bump the
157 ebr = (struct pc_boot_record *) &item->data;
158 memset(ebr, 0, sizeof(struct pc_boot_record));
159 ebr->mbr_sig = PC_BIOS_BOOT_SIG;
177 cfg_pentry(&ebr->ptable[PC_EBR_LOGICAL_PART], PC_PART_NORMAL,
198 cfg_pentry(&ebr->ptable[PC_EBR_NEXT_PTR_PART], PC_PART_NORMAL,
261 /* if extended, need 1 lba for ebr */
    [all...]
  /external/gptfdisk/
basicmbr.cc 250 struct TempMBR ebr; local
267 if (myDisk->Seek(offset) == 0) { // seek to EBR record
271 if (myDisk->Read(&ebr, 512) != 512) { // Load the data....
276 ReverseBytes(&ebr.MBRSignature, 2);
277 ReverseBytes(&ebr.partitions[0].firstLBA, 4);
278 ReverseBytes(&ebr.partitions[0].lengthLBA, 4);
279 ReverseBytes(&ebr.partitions[1].firstLBA, 4);
280 ReverseBytes(&ebr.partitions[1].lengthLBA, 4);
283 if (ebr.MBRSignature != MBR_SIGNATURE) {
285 cerr << "EBR signature for logical partition invalid; read 0x"
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 1140 milliseconds