Home
last modified time | relevance | path

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

/src/sbin/restore/
H A Dtape.c78 static long tapesread; variable
303 tapesread = 1; in setup()
323 tapesread = 0; in getvol()
348 if (tapesread == 0) { in getvol()
361 if (tapesread & (1 << i)) { in getvol()
380 tapesread |= 1 << (volno - 1); in getvol()
446 tapesread |= 1 << (volno - 1); in getvol()
1515 if (tapesread & (tapesread + 1)) { in findinode()