HomeSort by: relevance | last modified time | path
    Searched defs:NOOVERLAY (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sparc/dev/
cgfour.c 416 #define NOOVERLAY (0x04000000)
423 else if ((u_int)off >= NOOVERLAY) {
424 off -= NOOVERLAY;
cgeight.c 426 #define NOOVERLAY (0x04000000)
433 else if ((u_int)off >= NOOVERLAY) {
434 off -= NOOVERLAY;
  /src/sys/dev/sun/
cgthree.c 382 #define NOOVERLAY (0x04000000)
388 if ((u_int)off >= NOOVERLAY)
389 off -= NOOVERLAY;

Completed in 13 milliseconds