Searched defs:ebr (Results 1 - 1 of 1) sorted by relevance

/system/core/libdiskconfig/
H A Dconfig_mbr.c145 struct pc_boot_record *ebr; local
153 /* we are going to write the ebr at the current LBA, and then bump the
158 ebr = (struct pc_boot_record *) &item->data;
159 memset(ebr, 0, sizeof(struct pc_boot_record));
160 ebr->mbr_sig = PC_BIOS_BOOT_SIG;
178 cfg_pentry(&ebr->ptable[PC_EBR_LOGICAL_PART], PC_PART_NORMAL,
199 cfg_pentry(&ebr->ptable[PC_EBR_NEXT_PTR_PART], PC_PART_NORMAL,
242 /* if extended, need 1 lba for ebr */

Completed in 103 milliseconds