Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfreebsd.h60 #define B_DEVMAGIC ((unsigned long)0xa0000000) macro
65 ((partition) << B_PARTITIONSHIFT) | B_DEVMAGIC)
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dbootinfo.h107 #define B_DEVMAGIC 0xa0000000 macro
112 B_DEVMAGIC)
/illumos-gate/usr/src/boot/i386/loader/
H A Dmain.c270 } else if ((initial_bootdev & B_MAGICMASK) != B_DEVMAGIC) { in extract_currdev()