Home
last modified time | relevance | path

Searched refs:writesize (Results 1 – 2 of 2) sorted by relevance

/original-bsd/sbin/dump/
H A Dtape.c44 int writesize; /* size of malloc()ed buffer for tape */ variable
107 writesize = ntrec * TP_BSIZE; in alloctape()
116 tenths = writesize / density + in alloctape()
239 if (got < writesize) { in flushtape()
309 if (got != writesize) { in trewind()
457 if (got != writesize) { in rollforward()
763 while (eot_count < 10 && size < writesize) {
767 writesize-size);
771 writesize-size);
783 if (size != writesize)
[all …]
/original-bsd/local/ukc/dump/
H A Ddumptape.c18 int writesize; /* size of malloc()ed buffer for tape */ variable
53 writesize = ntrec * TP_BSIZE; in alloctape()
61 tenths = writesize/density + (cartridge ? 16 : density == 625 ? 5 : 8); in alloctape()
67 req = (struct req *)malloc(reqsiz + writesize + pgoff); in alloctape()
503 if ((host ? rmtwrite(tblock[0], writesize)
504 : write(to, tblock[0], writesize)) != writesize) {
506 if (write(to, tblock[0], writesize) != writesize) {