/titanic_44/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | pictures.c | 92 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_44/usr/src/cmd/vi/port/ |
H A D | ex_cmds2.c | 42 extern int poffset; /* extern; also in ex_cmds.c */ 395 poffset--; in donewline() 399 poffset++; in donewline() 495 poffset = 0; in resetflav()
|
H A D | ex_cmds.c | 39 int poffset; variable 90 !inglobal && !inopen && endline) || poffset != 0) { 94 addr1 = addr2 = dot + poffset; 95 poffset = 0; 625 if (poffset == 0)
|
/titanic_44/usr/src/cmd/sgs/liblddbg/common/ |
H A D | statistics.c | 174 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_44/usr/src/uts/common/crypto/io/ |
H A D | swrand.c | 659 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_44/usr/src/lib/libast/common/misc/ |
H A D | optlib.h | 89 int poffset; /* prev offset for backup */ member
|
H A D | optjoin.c | 106 opt_info.offset = opt_info.state->poffset; in optjoin()
|
H A D | optget.c | 3935 opt_info.state->poffset = opt_info.offset; in optget()
|
/titanic_44/usr/src/cmd/fs.d/udfs/fsck/ |
H A D | pass1.c | 302 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_44/usr/src/uts/sun4v/io/ |
H A D | ldc_shm.c | 356 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_44/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 1757 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_44/usr/src/uts/sun4u/io/pci/ |
H A D | db21554.c | 790 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()
|