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

/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c308 register int i, newoff, xoff = 0; local
443 if (xoff + left > MAXFIDSIZE)
444 left = MAXFIDSIZE - xoff;
445 bcopy((char *)dir_fidp + newoff, (char *)fidbuf + xoff, left);
446 xoff += left;
451 if (xoff < sizeof (fidp->fid_tag) ||
452 xoff < sizeof (fidp->fid_tag) + SWAP16(fidp->fid_tag.tag_crc_len)) {
/illumos-gate/usr/src/uts/common/exec/java/
H A Djava.c94 off_t xoff, xoff_end; local
117 xoff = sizeof (lochdr) + LOCNAM(lochdr);
118 xoff_end = xoff + LOCEXT(lochdr);
120 while (xoff < xoff_end) {
124 xoff, UIO_SYSSPACE, 0, (rlim64_t)0, cred, &resid)) != 0)
130 xoff += sizeof (xfhdr) + XFDATASIZ(xfhdr);
133 if (xoff >= xoff_end)
/illumos-gate/usr/src/cmd/file/
H A Dfile.c1562 off_t xoff, xoff_end; local
1567 xoff = LOCHDRSIZ + LOCNAM(fbuf);
1568 xoff_end = xoff + LOCEXT(fbuf);
1570 while (xoff < xoff_end) {
1573 if (pread(fd, xfhdr, XFHSIZ, xoff) != XFHSIZ)
1580 xoff += sizeof (xfhdr) + XFDATASIZ(xfhdr);

Completed in 98 milliseconds