Home
last modified time | relevance | path

Searched refs:tapeno (Results 1 – 11 of 11) sorted by relevance

/original-bsd/old/dump.4.1/
H A Ddumptape.c75 msg("Tape write error on tape %d\n", tapeno); in flusht()
84 tapeno--; in flusht()
88 tapeno++; in flusht()
129 msg("Change Tapes: Mount tape #%d\n", tapeno+1); in close_rewind()
189 tapeno+1, parentpid, childpid); in otape()
236 tapeno+1, parentpid, getpid()); in otape()
250 tapeno++; /* current tape sequence */ in otape()
255 if (tapeno > 1) in otape()
257 tapeno, ino); in otape()
H A Ddump.h62 int tapeno; /* current tape number */ variable
H A Ddumpmain.c15 int tapeno = 0; /* current tape number */ variable
H A Ddumpoptr.c257 if (tapeno == etapes) in blocksontape()
/original-bsd/local/ukc/dump/
H A Ddumptape.c118 msg("Tape write error %d feet into tape %d\n", asize/120L, tapeno); in tperror()
215 label = createlabel(tapeno+1); in close_rewind()
217 label, tapeno+1); in close_rewind()
220 msg("Change Tapes: Mount tape #%d\n", tapeno+1); in close_rewind()
271 tapeno+1, parentpid, childpid); in otape()
314 tapeno+1, parentpid, getpid()); in otape()
316 while (labelcheck(tapeno+1) < 0) in otape()
331 tapeno++; /* current tape sequence */ in otape()
355 if (tapeno > 1){ in otape()
358 spcl.c_label, tapeno, ino); in otape()
[all …]
H A Ddumplab.c348 tlabel, ctime(&spcl.c_date)+4, disk, incno, tapeno,
349 tapeno == 1 ? ROOTINO : ino);
H A Ddumpmain.c15 int tapeno = 0; /* current tape number */ variable
H A Ddumptraverse.c241 strcpy(spcl.c_label, createlabel(tapeno)); in spclrec()
/original-bsd/sbin/dump/
H A Dtape.c190 msg("write error %d blocks into volume %d\n", blocksthisvol, tapeno);
347 msg("Change Volumes: Mount volume #%d\n", tapeno+1); in close_rewind()
510 tapeno+1, parentpid, childpid);
553 tapeno+1, parentpid, getpid());
560 tapeno++; /* current tape sequence */
569 msg("Dumping volume %d on %s\n", tapeno, tape);
601 if (tapeno > 1)
603 tapeno, slp->inode);
H A Ddump.h54 int tapeno; /* current tape number */ variable
H A Dmain.c52 int tapeno = 0; /* current tape number */ variable