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

/freebsd-10.2-release/sys/i386/include/
H A Dbootinfo.h114 #define BASE_SLICE 2 macro
/freebsd-10.2-release/sys/mips/include/
H A Dbootinfo.h137 #define BASE_SLICE 2 macro
/freebsd-10.2-release/sys/boot/i386/boot2/
H A Dboot2.c510 if (sl < BASE_SLICE) {
513 (dp[i].dp_flag & 0x80 || sl < BASE_SLICE)) {
514 sl = BASE_SLICE + i;
524 dp += sl - BASE_SLICE;
/freebsd-10.2-release/sys/boot/pc98/boot2/
H A Dboot2.c354 return (BASE_SLICE + i);
652 if (sl < BASE_SLICE) {
655 sl = BASE_SLICE + i;
661 dp += sl - BASE_SLICE;

Completed in 108 milliseconds