Home
last modified time | relevance | path

Searched refs:B_MAGICMASK (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/sys/i386/include/
H A Dbootinfo.h106 #define B_MAGICMASK 0xf0000000 macro
/illumos-gate/usr/src/boot/i386/loader/
H A Dmain.c270 } else if ((initial_bootdev & B_MAGICMASK) != B_DEVMAGIC) { in extract_currdev()