Home
last modified time | relevance | path

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

/freebsd/stand/i386/boot2/
H A Dboot2.c483 if (sl < BASE_SLICE) { in dskread()
486 (dp[i].dp_flag & 0x80 || sl < BASE_SLICE)) { in dskread()
487 sl = BASE_SLICE + i; in dskread()
497 dp += sl - BASE_SLICE; in dskread()
/freebsd/sys/i386/include/
H A Dbootinfo.h105 #define BASE_SLICE 2 macro