Home
last modified time | relevance | path

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

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