Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c55 static char *map, *beginmap; variable
342 beginmap = map = calloc((size_t)1, mapsize); in setup()
372 beginmap = map = calloc((size_t)1, mapsize); in setup()
1416 mapsize = endmap - beginmap + increment; in xtrmap()
1423 diff = map - beginmap; in xtrmap()
1425 beginmap = realloc(beginmap, (size_t)mapsize); in xtrmap()
1426 if (beginmap == NULL) { in xtrmap()
1431 map = beginmap + diff; in xtrmap()
1432 endmap = beginmap + mapsize; in xtrmap()