Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/backup/restore/
H A Dtape.c54 static char *map, *beginmap; variable
341 beginmap = map = calloc((size_t)1, mapsize); in setup()
371 beginmap = map = calloc((size_t)1, mapsize); in setup()
1419 mapsize = endmap - beginmap + increment; in xtrmap()
1426 diff = map - beginmap; in xtrmap()
1428 beginmap = realloc(beginmap, (size_t)mapsize); in xtrmap()
1429 if (beginmap == NULL) { in xtrmap()
1434 map = beginmap + diff; in xtrmap()
1435 endmap = beginmap + mapsize; in xtrmap()