Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/lp/filter/postscript/dpost/
H A Dpictures.c92 int poffset; /* page offset */ in picture() local
148 if ( sscanf(buf, "%d:%d:%d:%d:%[^:]:%[^:]:%[^:]", &poffset, &indent, in picture()
176 frame[3] += poffset + indent; /* real x offset */ in picture()
/titanic_50/usr/src/cmd/vi/port/
H A Dex_cmds2.c42 extern int poffset; /* extern; also in ex_cmds.c */
395 poffset--; in donewline()
399 poffset++; in donewline()
495 poffset = 0; in resetflav()
H A Dex_cmds.c39 int poffset; variable
90 !inglobal && !inopen && endline) || poffset != 0) {
94 addr1 = addr2 = dot + poffset;
95 poffset = 0;
625 if (poffset == 0)
/titanic_50/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()
/titanic_50/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()
/titanic_50/usr/src/lib/libast/common/misc/
H A Doptlib.h89 int poffset; /* prev offset for backup */ member
H A Doptjoin.c106 opt_info.offset = opt_info.state->poffset; in optjoin()
H A Doptget.c3935 opt_info.state->poffset = opt_info.offset; in optget()
/titanic_50/usr/src/cmd/fs.d/udfs/fsck/
H A Dpass1.c302 u_offset_t *poffset, struct file_id **fidpp) in getdir() argument
315 offset = *poffset; in getdir()
368 *poffset += dir_basesize; in getdir()
417 *poffset += dir_basesize; in getdir()
/titanic_50/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()
/titanic_50/usr/src/uts/common/exec/elf/
H A Delf.c1757 offset_t poffset, soffset; in elfcore() local
1889 poffset = sizeof (Ehdr); in elfcore()
2028 if ((error = core_write(vp, UIO_SYSSPACE, poffset, in elfcore()
2076 poffset + sizeof (v[i]) * i, &v[i], sizeof (v[i]), in elfcore()
2143 poffset + sizeof (v[i]) * i, &v[i], in elfcore()
/titanic_50/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()