Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dmb_info.h199 #define MB_INFO_DRIVE_INFO 0x00000080 macro
H A Dcommon.c332 | MB_INFO_DRIVE_INFO | MB_INFO_CONFIG_TABLE in init_bios_info()
H A Dbuiltins.c335 mbi.flags &= ~MB_INFO_DRIVE_INFO; in boot_func()
/illumos-gate/usr/src/uts/common/sys/
H A Dmultiboot.h140 #define MB_INFO_DRIVE_INFO 0x00000080 macro
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c1271 if ((mbi->flags & MB_INFO_DRIVE_INFO) != 0) { in save_boot_info()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog3208 (MB_INFO_DRIVE_INFO): New macro.