Home
last modified time | relevance | path

Searched refs:B_PARTITION (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/format/
H A Dpartition.h38 #define B_PARTITION 1 macro
/illumos-gate/usr/src/boot/sys/i386/include/
H A Dbootinfo.h101 #define B_PARTITION(val) (((val) >> B_PARTITIONSHIFT) & B_PARTITIONMASK) macro
/illumos-gate/usr/src/boot/i386/loader/
H A Dmain.c279 B_PARTITION(initial_bootdev); in extract_currdev()