Home
last modified time | relevance | path

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

/external/grub/stage2/
Ddisk_io.c817 cur_part_addr = BOOT_PART_TABLE + (entry << 4); in real_open_partition()
1141 dst = (char *) BOOT_PART_TABLE; in set_bootdev()
1143 while (dst < (char *) BOOT_PART_TABLE + BOOTSEC_PART_LENGTH) in set_bootdev()
1148 PC_SLICE_FLAG (BOOT_PART_TABLE, i) = 0; in set_bootdev()
Dshared.h71 #define BOOT_PART_TABLE RAW_ADDR (0x07be) macro
/external/grub/
DChangeLog5172 BOOT_PART_TABLE instead of (BOOTSEC_LOCATION +
5176 CUR_PART_ADDR to (BOOT_PART_TABLE + (i << 4)).
5177 * stage2/shared.h (BOOT_PART_TABLE): New macro.