HomeSort by relevance Sort by last modified time
    Searched refs:PC_NUM_BOOT_RECORD_PARTS (Results 1 - 2 of 2) sorted by null

  /system/core/include/diskconfig/
diskconfig.h 44 #define PC_NUM_BOOT_RECORD_PARTS 4
77 struct pc_partition ptable[PC_NUM_BOOT_RECORD_PARTS]; /* bytes 446-509 */
  /system/core/libdiskconfig/
config_mbr.c 77 if (pnum >= PC_NUM_BOOT_RECORD_PARTS) {
249 if (cnt == (PC_NUM_BOOT_RECORD_PARTS - 1)) {
288 for (; cnt < PC_NUM_BOOT_RECORD_PARTS; ++cnt) {
326 int has_extended = (dinfo->num_parts > PC_NUM_BOOT_RECORD_PARTS);
336 if (has_extended && (num >= PC_NUM_BOOT_RECORD_PARTS))

Completed in 236 milliseconds