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

  /src/sys/arch/sparc64/dev/
fdc.c 2533 #define FDMICROROOTSIZE ((2*18*80) << DEV_BSHIFT)
2545 addr = kmem_alloc(FDMICROROOTSIZE, KM_SLEEP);
2573 if (offset + DEV_BSIZE > FDMICROROOTSIZE)
  /src/sys/arch/sparc/dev/
fd.c 2345 #define FDMICROROOTSIZE ((2*18*80) << DEV_BSHIFT)
2357 addr = kmem_alloc(FDMICROROOTSIZE, KM_SLEEP);
2385 if (offset + DEV_BSIZE > FDMICROROOTSIZE)
  /src/sys/arch/sun3/dev/
fd.c 1973 #define FDMICROROOTSIZE ((2*18*80) << DEV_BSHIFT)
1987 addr = kmem_alloc(FDMICROROOTSIZE, KM_SLEEP);
2015 if (offset + DEV_BSIZE > FDMICROROOTSIZE)

Completed in 16 milliseconds