Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dmb_info.h182 #define MB_INFO_BOOTDEV 0x00000002 macro
H A Dcommon.c331 mbi.flags = (MB_INFO_MEMORY | MB_INFO_CMDLINE | MB_INFO_BOOTDEV in init_bios_info()
/titanic_41/usr/src/uts/common/sys/
H A Dmultiboot.h128 #define MB_INFO_BOOTDEV 0x00000002 macro
/titanic_41/usr/src/uts/i86pc/os/
H A Dfakebop.c1490 if (mbi != NULL && mbi->flags & MB_INFO_BOOTDEV) { in build_boot_properties()