Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c313 tapeno = 0; in reset()
1567 if (tapeno < TP_NINOS) in otape()
1597 } else if (tapeno > 1) { in otape()
1600 tapeno, chkpt.sl_inos); in otape()
1919 tapeno); in onxfsz()
2016 asize * 2, tapeno); in dowrite()
2023 tapeno); in dowrite()
2028 asize * 2, tapeno); in dowrite()
2035 asize * 2, tapeno); in dowrite()
2041 asize)/120L, tapeno); in dowrite()
[all …]
H A Ddump.h167 extern uint_t tapeno; /* current tape number */
H A Ddumpmain.c85 uint_t tapeno = 0; /* current tape number */ variable