Home
last modified time | relevance | path

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

/external/grub/stage2/
Dbuiltins.c81 static unsigned short bios_drive_map[DRIVE_MAP_SIZE + 1];
280 for (i = 0; i < DRIVE_MAP_SIZE; i++) in boot_func()
2540 for (i = 0; i < DRIVE_MAP_SIZE; i++) in map_func()
2550 if (i == DRIVE_MAP_SIZE) in map_func()
2559 sizeof (unsigned short) * (DRIVE_MAP_SIZE - i)); in map_func()
Dshared.h130 #define DRIVE_MAP_SIZE 8 macro
Dasm.S621 movl $(DRIVE_MAP_SIZE * 2), %ecx
733 drive_map: .space (DRIVE_MAP_SIZE + 1) * 2
/external/grub/
DChangeLog6126 (set_int13_handler): Copy DRIVE_MAP_SIZE * 2 bytes instead of
6127 DRIVE_MAP_SIZE bytes of MAP.
6217 DRIVE_MAP_SIZE.
6220 DRIVE_MAP_SIZE.
6221 Check if I is equal to DRIVE_MAP_SIZE instead of if I is greater
6222 than DRIVE_MAP_SIZE.
6317 * stage2/shared.h (DRIVE_MAP_SIZE): New macro.