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

  /src/usr.bin/fdformat/
fdformat.c 124 #define numarg(which, maskn, op) \ macro
207 numarg(nbps, NBPS, <=);
210 numarg(ncyl, NCYL, <=);
213 numarg(nspt, NSPT, <=);
216 numarg(ntrk, NTRK, <=);
219 numarg(stepspercyl, STEPSPERCYL, <=);
222 numarg(gaplen, GAPLEN, <=);
225 numarg(fillbyte, FILLBYTE, <);
228 numarg(xfer_rate, XFER_RATE, <=);
231 numarg(interleave, INTERLEAVE, <=)
    [all...]
  /src/sbin/dump/
main.c 124 static long numarg(const char *, long, long);
186 blocksperfile = numarg("blocks per file", 1L, 0L);
190 ntrec = numarg("blocks per write", 1L, 1000L);
199 density = numarg("density", 10L, 327670L) / 10;
221 honorlevel = numarg("honor level", 0L, 10L);
230 readblksize = numarg("read block size", 0, 64) * 1024;
235 lflag = numarg("timeout (in seconds)", 1, 0);
259 readcache = numarg("read cache size", 0, 512);
263 tsize = numarg("tape size", 1L, 0L) * 12 * 10;
733 numarg(const char *meaning, long vmin, long vmax function in typeref:typename:long
    [all...]

Completed in 13 milliseconds