Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c180 static size_t tapesize; variable
225 tapesize = in alloctape()
239 shared = mmap((char *)0, tapesize, PROT_READ|PROT_WRITE, in alloctape()
293 (void) munmap(shared, tapesize); in freetape()
331 (caddr_t)current > (shared + tapesize)) { in bufclear()