Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/backup/dump/
H A Ddumptape.c204 static size_t tapesize; variable
252 tapesize = in alloctape()
266 shared = mmap((char *)0, tapesize, PROT_READ|PROT_WRITE, in alloctape()
324 (void) munmap(shared, tapesize); in freetape()
370 (caddr_t)current > (shared + tapesize)) { in bufclear()