Home
last modified time | relevance | path

Searched defs:B_PARTITION (Results 1 – 2 of 2) sorted by relevance

/titanic_52/usr/src/cmd/format/
H A Dpartition.h40 #define B_PARTITION 1 macro
/titanic_52/usr/src/boot/sys/i386/include/
H A Dbootinfo.h101 #define B_PARTITION(val) (((val) >> B_PARTITIONSHIFT) & B_PARTITIONMASK) macro