Searched refs:lastoff (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_put.c80 u_int32_t lastoff; local
113 lastoff = lp->lsn.offset;
122 lastoff = 0;
137 &t, lastoff == 0 ? 0 : lastoff - lp->len)) != 0)
/opensolaris-onvv-gate/usr/src/uts/common/fs/cachefs/
H A Dcachefs_subr.c1726 u_offset_t lastoff = 0; local
1747 if (lastoff > (off - backward_diff))
1748 backward_diff = off - lastoff;
1757 lastoff = allocp->am_start_off + allocp->am_size;
1760 if ((lastoff + size) > off) {
1761 *popoffp = (lastoff & (offset_t)PAGEMASK);

Completed in 56 milliseconds