Searched refs:poffset (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dpictures.c92 int poffset; /* page offset */ local
123 * poffset
131 * poffset, indent, length, and totrap are given in machine units. height, width,
148 if ( sscanf(buf, "%d:%d:%d:%d:%[^:]:%[^:]:%[^:]", &poffset, &indent,
176 frame[3] += poffset + indent; /* real x offset */
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmds2.c42 extern int poffset; /* extern; also in ex_cmds.c */
395 poffset--;
399 poffset++;
495 poffset = 0;
H A Dex_cmds.c39 int poffset; variable
90 !inglobal && !inopen && endline) || poffset != 0) {
94 addr1 = addr2 = dot + poffset;
95 poffset = 0;
621 * poffset is nonzero if trailing + or - flags
625 if (poffset == 0)
/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptjoin.c106 opt_info.offset = opt_info.state->poffset;
H A Doptlib.h89 int poffset; /* prev offset for backup */ member in struct:Optstate_s
H A Doptget.c3935 opt_info.state->poffset = opt_info.offset;
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dstatistics.c174 size_t poffset = 0; local
192 if (poffset != arsym->as_off) {
194 poffset = arsym->as_off;
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dswrand.c659 offset_t offset, poffset; local
728 poffset = offset & PAGEOFFSET;
729 nbytes = PAGESIZE - poffset < len ?
730 PAGESIZE - poffset : len;
745 HashUpdate(&ctx, (uint8_t *)entsrc->pmbuf + poffset,
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c289 * *poffset - read pointer in the directory
297 * newoff - *poffset - dir_baseoff
302 u_offset_t *poffset, struct file_id **fidpp)
315 offset = *poffset;
368 *poffset += dir_basesize;
417 *poffset += dir_basesize;
301 getdir(struct file_entry *fp, struct bufarea **fbp, u_offset_t *poffset, struct file_id **fidpp) argument
/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc_shm.c356 uint64_t psize, poffset, v_offset; local
586 poffset = v_offset;
594 poffset = 0;
599 poffset = 0;
612 memseg->cookies[cookie_idx].addr |= poffset;
622 ldcp->id, addr, index, raddr, psize, poffset);
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c1864 offset_t poffset, soffset; local
1996 poffset = sizeof (Ehdr);
2135 if ((error = core_write(vp, UIO_SYSSPACE, poffset,
2183 poffset + sizeof (v[i]) * i, &v[i], sizeof (v[i]),
2250 poffset + sizeof (v[i]) * i, &v[i],
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Ddb21554.c790 uint_t poffset = 0, soffset = 0; local
793 poffset = DB_SCONF_PRI_HDR_OFF;
800 (uint8_t *)dbp->conf_io+poffset+PCI_CONF_LATENCY_TIMER,
810 (uint8_t *)dbp->conf_io+poffset+PCI_CONF_CACHE_LINESZ,

Completed in 1249 milliseconds