Searched refs:B_PARTITION (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/i386/include/
H A Dbootinfo.h101 #define B_PARTITION(val) (((val) >> B_PARTITIONSHIFT) & B_PARTITIONMASK) macro
/freebsd-10.2-release/sys/mips/include/
H A Dbootinfo.h124 #define B_PARTITION(val) (((val) >> B_PARTITIONSHIFT) & B_PARTITIONMASK) macro
/freebsd-10.2-release/sys/boot/i386/loader/
H A Dmain.c269 new_currdev.d_kind.biosdisk.partition = B_PARTITION(initial_bootdev);
/freebsd-10.2-release/sys/boot/pc98/loader/
H A Dmain.c241 new_currdev.d_kind.biosdisk.partition = B_PARTITION(initial_bootdev);

Completed in 67 milliseconds