Searched refs:readblksize (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sbin/dump/
H A Drcache.c96 initcache(int cachesize, int readblksize) argument
101 if (readblksize == -1) { /* use kern.maxphys */
111 readblksize = kern_maxphys;
115 nblksread = howmany(readblksize, ufsib->ufs_bsize);
H A Dmain.c119 int readcache = -1; /* read cache size (in readblksize blks) */
120 int readblksize = -1; /* read block size */ variable
230 readblksize = numarg("read block size", 0, 64) * 1024;
570 initcache(readcache, readblksize);

Completed in 198 milliseconds