HomeSort by: relevance | last modified time | path
    Searched refs:readblksize (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/dump/
rcache.c 96 initcache(int cachesize, int readblksize)
101 if (readblksize == -1) { /* use kern.maxphys */
111 readblksize = kern_maxphys;
115 nblksread = howmany(readblksize, ufsib->ufs_bsize);
main.c 119 int readcache = -1; /* read cache size (in readblksize blks) */
120 int readblksize = -1; /* read block size */ variable in typeref:typename:int
230 readblksize = numarg("read block size", 0, 64) * 1024;
571 initcache(readcache, readblksize);

Completed in 12 milliseconds