Home
last modified time | relevance | path

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

/freebsd/sys/i386/include/
H A Dbootinfo.h97 #define B_MAGICMASK 0xf0000000 macro
/freebsd/stand/i386/loader/
H A Dmain.c340 } else if ((initial_bootdev & B_MAGICMASK) != B_DEVMAGIC) { in extract_currdev()