Searched refs:endmap (Results 1 – 1 of 1) sorted by relevance
56 static char *endmap; variable348 endmap = map + mapsize; in setup()378 endmap = map + mapsize; in setup()1398 if ((map+size) > endmap) { in xtrmap()1416 mapsize = endmap - beginmap + increment; in xtrmap()1432 endmap = beginmap + mapsize; in xtrmap()1434 bzero(map, (size_t)(endmap - map)); in xtrmap()