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

/system/core/libdiskconfig/
H A Dconfig_mbr.c36 * the mbr if these are 0 */
89 struct pc_boot_record *mbr = (void *)PC_MBR_DISK_OFFSET; local
90 /* grab the offset in mbr where to write this partition entry. */
91 item->offset = (loff_t)((uint32_t)((uint8_t *)(&mbr->ptable[pnum])));

Completed in 29 milliseconds