Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/sys/i386/include/
H A Dbootinfo.h95 #define B_SLICE(val) (((val)>>B_SLICESHIFT) & B_SLICEMASK) macro
/illumos-gate/usr/src/boot/i386/loader/
H A Dmain.c277 B_SLICE(initial_bootdev) - 1; in extract_currdev()