Home
last modified time | relevance | path

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

/system/core/libdiskconfig/
Dconfig_mbr.c144 struct pc_boot_record *ebr; in mk_ext_pentry() local
157 ebr = (struct pc_boot_record *) &item->data; in mk_ext_pentry()
158 memset(ebr, 0, sizeof(struct pc_boot_record)); in mk_ext_pentry()
159 ebr->mbr_sig = PC_BIOS_BOOT_SIG; in mk_ext_pentry()
177 cfg_pentry(&ebr->ptable[PC_EBR_LOGICAL_PART], PC_PART_NORMAL, in mk_ext_pentry()
198 cfg_pentry(&ebr->ptable[PC_EBR_NEXT_PTR_PART], PC_PART_NORMAL, in mk_ext_pentry()