Searched refs:NOOVERLAY (Results 1 – 3 of 3) sorted by relevance
416 #define NOOVERLAY (0x04000000) in cgfourmmap() macro423 else if ((u_int)off >= NOOVERLAY) { in cgfourmmap()424 off -= NOOVERLAY; in cgfourmmap()
426 #define NOOVERLAY (0x04000000) in cgeightmmap() macro433 else if ((u_int)off >= NOOVERLAY) { in cgeightmmap()434 off -= NOOVERLAY; in cgeightmmap()
382 #define NOOVERLAY (0x04000000) in cgthreemmap() macro388 if ((u_int)off >= NOOVERLAY) in cgthreemmap()389 off -= NOOVERLAY; in cgthreemmap()