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

/system/core/libdiskconfig/
H A Dconfig_mbr.c144 struct pc_boot_record *ebr; local
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 */

Completed in 68 milliseconds