Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c82 static unsigned short bios_drive_map[DRIVE_MAP_SIZE + 1];
304 for (i = 0; i < DRIVE_MAP_SIZE; i++) in boot_func()
3027 for (i = 0; i < DRIVE_MAP_SIZE; i++) in map_func()
3037 if (i == DRIVE_MAP_SIZE) in map_func()
3046 sizeof (unsigned short) * (DRIVE_MAP_SIZE - i)); in map_func()
H A Dshared.h149 #define DRIVE_MAP_SIZE 8 macro
H A Dasm.S761 movl $(DRIVE_MAP_SIZE * 2), %ecx
873 drive_map: .space (DRIVE_MAP_SIZE + 1) * 2
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog6285 (set_int13_handler): Copy DRIVE_MAP_SIZE * 2 bytes instead of
6286 DRIVE_MAP_SIZE bytes of MAP.
6376 DRIVE_MAP_SIZE.
6379 DRIVE_MAP_SIZE.
6380 Check if I is equal to DRIVE_MAP_SIZE instead of if I is greater
6381 than DRIVE_MAP_SIZE.
6476 * stage2/shared.h (DRIVE_MAP_SIZE): New macro.