Searched defs:oldeoff (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c4135 u_offset_t oldeoff; local
4271 oldeoff = seg->shm_off + seg->shm_size;
4281 if (eoff <= oldeoff) {
4285 len = eoff - oldeoff;
4286 off = oldeoff;
4330 if (eoff == oldeoff) {
4344 if (eoff < oldeoff) {
4367 len = eoff - oldeoff;
4368 off = oldeoff;

Completed in 81 milliseconds