Home
last modified time | relevance | path

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

/dragonfly/sys/platform/pc64/include/
H A Dbootinfo.h100 #define B_MAGICMASK 0xf0000000 macro
/dragonfly/stand/boot/pc32/loader/
H A Dmain.c317 } else if ((initial_bootdev & B_MAGICMASK) != B_DEVMAGIC) { in extract_currdev()