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

/system/core/include/diskconfig/
H A Ddiskconfig.h44 #define PC_NUM_BOOT_RECORD_PARTS 4 macro
77 struct pc_partition ptable[PC_NUM_BOOT_RECORD_PARTS]; /* bytes 446-509 */
/system/core/libdiskconfig/
H A Dconfig_mbr.c77 if (pnum >= PC_NUM_BOOT_RECORD_PARTS) {
229 if (cnt == (PC_NUM_BOOT_RECORD_PARTS - 1)) {
268 for (; cnt < PC_NUM_BOOT_RECORD_PARTS; ++cnt) {
299 int has_extended = (dinfo->num_parts > PC_NUM_BOOT_RECORD_PARTS);
309 if (has_extended && (num >= PC_NUM_BOOT_RECORD_PARTS))

Completed in 59 milliseconds