Searched refs:BASE_SLICE (Results 1 – 2 of 2) sorted by relevance
483 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()
105 #define BASE_SLICE 2 macro