Searched refs:endmap (Results 1 – 1 of 1) sorted by relevance
55 static char *endmap; variable347 endmap = map + mapsize; in setup()377 endmap = map + mapsize; in setup()1401 if ((map+size) > endmap) { in xtrmap()1419 mapsize = endmap - beginmap + increment; in xtrmap()1435 endmap = beginmap + mapsize; in xtrmap()1437 bzero(map, (size_t)(endmap - map)); in xtrmap()