Home
last modified time | relevance | path

Searched refs:BB_MBOOT_AOUT_FLAG (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/boot/common/
H A Dmboot_extra.h41 #define BB_MBOOT_AOUT_FLAG (0x00010000) macro
H A Dmboot_extra.c91 if (!(mboot->flags & BB_MBOOT_AOUT_FLAG)) { in find_multiboot()
/titanic_41/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c946 assert(mboot->flags & BB_MBOOT_AOUT_FLAG); in prepare_fake_multiboot()