Searched refs:xoff (Results 1 - 5 of 5) sorted by relevance

/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/sgs/include/
H A D_machelf.h54 #define ELF_R_TYPE_INFO(xoff, type) ELF64_R_TYPE_INFO(xoff, type)
80 #define ELF_R_TYPE_INFO(xoff, type) (type)
/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/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);
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dmagic.c176 long xoff; /* xbuf offset */ \
294 if (off < mp->xoff || off + siz > mp->xoff + mp->xbsz)
303 mp->xoff = 0;
308 mp->xoff = n;
309 if (off + siz > mp->xoff + mp->xbsz)
312 return mp->xbuf + off - mp->xoff;
1582 mp->xoff = 0;

Completed in 69 milliseconds