Searched refs:mapend (Results 1 – 3 of 3) sorted by relevance
76 map<HBA_HANDLE, Handle*>::iterator mapend; in Handle() local80 mapend = openHandles.end(); in Handle()88 if (openHandles.find(id) == mapend) { in Handle()119 map<HBA_HANDLE, Handle*>::iterator mapend;130 mapend = openHandles.end();141 if (openHandles.find(id) == mapend) {
209 static caddr_t mapend; /* last byte of mapped data */ variable235 mapbase = mapend = (caddr_t)0;273 mapend = mapbase + (mapsize - 1);286 for (p = mapbase; !caught && p <= mapend; p += stride) {
365 uint64_t newend, mapend; in ndi_ra_free() local387 mapend = mapp->ra_base + mapp->ra_len; in ndi_ra_free()391 (base > mapp->ra_base && base < mapend)) { in ndi_ra_free()395 } else if ((base == mapend && mapp->ra_next) && in ndi_ra_free()411 } else if (base == mapend) { in ndi_ra_free()