Home
last modified time | relevance | path

Searched refs:IO_MAP_SIZE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dcommon.c291 IO_MAP_SIZE * sizeof (unsigned short)); in init_bios_info()
H A Dshared.h155 #define IO_MAP_SIZE 128 macro
H A Dasm.S591 cmpw $(ABS(EXT_C(io_map)) + (IO_MAP_SIZE + 1) * 2), %si
608 .space (IO_MAP_SIZE + 1) * 2
H A Dbuiltins.c2779 grub_memset ((char *) io_map, 0, IO_MAP_SIZE * sizeof (unsigned short)); in ioprobe_func()
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c81 unsigned short io_map[IO_MAP_SIZE];
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog6182 * stage2/shared.h (IO_MAP_SIZE): New macro.