Home | History | Annotate | Download | only in bootst

Lines Matching defs:newoff

136 	off_t newoff;
155 newoff = offset;
160 newoff = 0;
162 newoff = fs->fs_curblk * RAWFS_BSIZE;
163 newoff += RAWFS_BSIZE - fs->fs_len;
165 newoff += offset;
173 if (newoff < (curblk * RAWFS_BSIZE)) {
178 targblk = newoff / RAWFS_BSIZE;
195 idx = newoff % RAWFS_BSIZE;
199 return newoff;