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

/osnet-11/usr/src/lib/libproc/common/
H A DPgcore.c999 off64_t poff, soff, doff, boff; local
1019 pgc.pgc_poff = &poff;
1105 poff = ehdr.e_phoff;
1163 poff = ehdr.e_phoff;
1242 if (pwrite64(fd, &phdr, sizeof (phdr), poff) != sizeof (phdr))
1244 poff += sizeof (phdr);
1256 if (pwrite64(fd, &phdr, sizeof (phdr), poff) != sizeof (phdr))
1258 poff += sizeof (phdr);
1405 if (pwrite64(fd, &phdr, sizeof (phdr), poff) != sizeof (phdr))
1407 poff
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/encoding/
H A Dencoding.xs202 SSize_t poff = e->base.ptr - e->base.buf;
205 e->base.ptr = e->base.buf + poff;
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c1814 extp->poff - MD_SP_WMSIZE, extp->len + MD_SP_WMSIZE,
2007 if (fprintf(fp, " -o %llu -b %llu ", extp->poff,
2246 extn, extp->poff, extp->len) == EOF)
2574 extp->poff - MD_SP_WMSIZE, extp->len + MD_SP_WMSIZE,
3705 extp->poff = mde->un_poff;
5554 extn, extp->voff, extp->poff, extp->len);
5567 if ((extp->poff + extp->len) == size) {
5572 extn, extp->poff, extp->len, size);
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dedit.c1299 int ed_virt_to_phys(Edit_t *ep,genchar *virt,genchar *phys,int cur,int voff,int poff) argument
1308 dp += poff;
1309 for(r=poff;c= *sp;sp++)
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnss_common.c1802 * poff offset position pointer
1808 nss_pack_dbd(void *buffer, size_t bufsize, nss_db_params_t *p, size_t *poff) argument
1812 size_t off = *poff;
1868 *poff = off;

Completed in 68 milliseconds