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

  /src/sbin/dump/
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);
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 22 milliseconds