Home
last modified time | relevance | path

Searched refs:poffset (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dpictures.c89 int poffset; /* page offset */ in picture() local
145 if ( sscanf(buf, "%d:%d:%d:%d:%[^:]:%[^:]:%[^:]", &poffset, &indent, in picture()
173 frame[3] += poffset + indent; /* real x offset */ in picture()
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_cmds2.c40 extern int poffset; /* extern; also in ex_cmds.c */
393 poffset--; in donewline()
397 poffset++; in donewline()
493 poffset = 0; in resetflav()
H A Dex_cmds.c41 int poffset; variable
92 !inglobal && !inopen && endline) || poffset != 0) {
96 addr1 = addr2 = dot + poffset;
97 poffset = 0;
627 if (poffset == 0)
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dstatistics.c174 size_t poffset = 0; in Dbg_statistics_ar() local
192 if (poffset != arsym->as_off) { in Dbg_statistics_ar()
194 poffset = arsym->as_off; in Dbg_statistics_ar()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dswrand.c659 offset_t offset, poffset; in physmem_ent_gen() local
728 poffset = offset & PAGEOFFSET; in physmem_ent_gen()
729 nbytes = PAGESIZE - poffset < len ? in physmem_ent_gen()
730 PAGESIZE - poffset : len; in physmem_ent_gen()
745 HashUpdate(&ctx, (uint8_t *)entsrc->pmbuf + poffset, in physmem_ent_gen()
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c299 u_offset_t *poffset, struct file_id **fidpp) in getdir() argument
311 offset = *poffset; in getdir()
363 *poffset += dir_basesize; in getdir()
411 *poffset += dir_basesize; in getdir()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Doptlib.h86 int poffset; /* prev offset for backup */ member
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Doptlib.h92 int poffset; /* prev offset for backup */ member
H A Doptjoin.c110 opt_info.offset = state->poffset; in optjoin()
H A Doptget.c4301 state.poffset = opt_info.offset; in optget()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc_shm.c356 uint64_t psize, poffset, v_offset; in i_ldc_mem_bind_handle() local
586 poffset = v_offset; in i_ldc_mem_bind_handle()
594 poffset = 0; in i_ldc_mem_bind_handle()
599 poffset = 0; in i_ldc_mem_bind_handle()
612 memseg->cookies[cookie_idx].addr |= poffset; in i_ldc_mem_bind_handle()
622 ldcp->id, addr, index, raddr, psize, poffset); in i_ldc_mem_bind_handle()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c2078 u_offset_t poffset, soffset, doffset; in elfcore() local
2181 poffset = sizeof (Ehdr); in elfcore()
2222 ehdr->e_phoff = poffset; in elfcore()
2374 if ((error = core_write(vp, UIO_SYSSPACE, poffset, in elfcore()
2454 poffset + sizeof (Phdr) * i, &phdr[i], in elfcore()
2521 poffset + sizeof (Phdr) * i, &phdr[i], in elfcore()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Ddb21554.c790 uint_t poffset = 0, soffset = 0; in db_set_perf_parameters() local
793 poffset = DB_SCONF_PRI_HDR_OFF; in db_set_perf_parameters()
800 (uint8_t *)dbp->conf_io+poffset+PCI_CONF_LATENCY_TIMER, in db_set_perf_parameters()
810 (uint8_t *)dbp->conf_io+poffset+PCI_CONF_CACHE_LINESZ, in db_set_perf_parameters()