Home
last modified time | relevance | path

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

/freebsd/sbin/dump/
H A Dtape.c203 msg("write error %ld blocks into volume %d\n", blocksthisvol, tapeno); in tperror()
375 msg("Change Volumes: Mount volume #%d\n", tapeno+1); in close_rewind()
537 tapeno+1, parentpid, childpid); in startnewtape()
580 tapeno+1, parentpid, getpid()); in startnewtape()
587 tapeno++; /* current tape sequence */ in startnewtape()
596 msg("Dumping volume %d on %s\n", tapeno, tape); in startnewtape()
648 if (tapeno > 1) in startnewtape()
650 tapeno, wp->inode); in startnewtape()
H A Ddump.h76 extern int tapeno; /* current tape number */
H A Dmain.c85 int tapeno = 0; /* current tape number */ variable