Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/backup/dump/
H A Ddumptape.c348 tapeno = 0; in reset()
1293 (void) snprintf(volname, sizeof (volname), "#%d", tapeno+1); in changevol()
1344 (void) snprintf(volname, sizeof (volname), "#%d", tapeno+1); in changevol()
1429 tapeno+1, (long)parentpid, (long)childpid); in otape()
1526 tapeno+1, (long)parentpid, (long)getpid()); in otape()
1581 if (!pipeout && doposition && (tapeno == 0)) { in otape()
1629 if (tapeout && (tapeno > 0) && in otape()
1639 tapeno++; /* current tape sequence */ in otape()
1640 if (tapeno < TP_NINOS) in otape()
1641 inos[tapeno] = chkpt.sl_inos; in otape()
[all …]
H A Ddump.h167 uint_t tapeno; /* current tape number */ variable
H A Ddumpmain.c46 uint_t tapeno = 0; /* current tape number */ variable