Home | History | Annotate | Download | only in libdiskconfig

Lines Matching defs:mbr

36          * the mbr if these are 0 */
89 struct pc_boot_record *mbr = (void *)PC_MBR_DISK_OFFSET;
90 /* grab the offset in mbr where to write this partition entry. */
91 item->offset = (loff_t)((uintptr_t)((uint8_t *)(&mbr->ptable[pnum])));
138 * entry in the MBR).
216 ALOGE("Unable to allocate memory for MBR signature.");
222 struct pc_boot_record *mbr = (void *)PC_MBR_DISK_OFFSET;
223 /* grab the offset in mbr where to write mbr signature. */
224 item->offset = (loff_t)((uintptr_t)((uint8_t *)(&mbr->mbr_sig)));
287 /* fill in the rest of the MBR with empty parts (if needed). */
302 ALOGE("Cannot set MBR signature");