Home
last modified time | relevance | path

Searched refs:toff (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/lib/scsi/libses/common/
H A Dses_node.c142 off_t toff; in ses_build_snap_skel() local
221 for (i = 0, toff = 0, idx = eidx = 0; i < n_etds; i++) { in ses_build_snap_skel()
232 toff += tip->sthi_text_len; in ses_build_snap_skel()
250 SES_WITHIN_PAGE(tp + toff, tip->sthi_text_len, in ses_build_snap_skel()
252 text = tp + toff; in ses_build_snap_skel()
253 toff += tip->sthi_text_len; in ses_build_snap_skel()
282 SES_WITHIN_PAGE(tp + toff, tip->sthi_text_len, in ses_build_snap_skel()
284 text = tp + toff; in ses_build_snap_skel()
285 toff += tip->sthi_text_len; in ses_build_snap_skel()
/titanic_41/usr/src/cmd/sgs/liblddbg/common/
H A Dbindings.c83 Pltbindtype pbtype, Rt_map *tlmp, Addr tabs, Off toff, in Dbg_bind_global() argument
145 EC_ADDR(tabs), EC_OFF(toff), Dbg_demangle_name(sym), in Dbg_bind_global()
154 EC_ADDR(tabs), EC_OFF(toff), Dbg_demangle_name(sym), in Dbg_bind_global()
161 EC_OFF(foff), tfile, EC_ADDR(tabs), EC_OFF(toff), in Dbg_bind_global()
/titanic_41/usr/src/cmd/acct/
H A Dacctcon1.c441 int tsess, ton, toff; in printlin() local
445 tsess = ton = toff = 0; in printlin()
454 toff += tp->tloff; in printlin()
466 ttime, tsess, ton, toff); in printlin()
H A Dacctcon.c416 int tsess, ton, toff; in printlin() local
420 tsess = ton = toff = 0; in printlin()
431 toff += tp->tloff; in printlin()
443 ttime, tsess, ton, toff); in printlin()
/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_fscache.c1415 off_t toff; in fscache_addagain() local
1446 for (toff = fscache_object_p->i_again_offset; toff != 0; in fscache_addagain()
1447 toff = entp->dl_u.dl_modify.dl_next) { in fscache_addagain()
1449 xx = logfile_entry(logfile_object_p, toff, &entp); in fscache_addagain()
1459 prevoff = toff; in fscache_addagain()
1470 dbug_assert(entp->dl_u.dl_modify.dl_next == toff); in fscache_addagain()
1484 entp->dl_u.dl_modify.dl_next = toff; in fscache_addagain()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_ioctl.c2423 int toff, thop; in cachefs_inum_register() local
2507 toff = (int)(real % fscp->fs_inum_size); in cachefs_inum_register()
2516 tbl = fscp->fs_inum_trans + toff; in cachefs_inum_register()
2523 toff += thop; in cachefs_inum_register()
2524 toff %= fscp->fs_inum_size; in cachefs_inum_register()
2542 int toff, thop; in cachefs_inum_real2fake() local
2548 toff = (int)(real % fscp->fs_inum_size); in cachefs_inum_real2fake()
2552 tbl = fscp->fs_inum_trans + toff; in cachefs_inum_real2fake()
2561 toff += thop; in cachefs_inum_real2fake()
2562 toff %= fscp->fs_inum_size; in cachefs_inum_real2fake()
/titanic_41/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c1773 anoff_t toff = (anoff_t)off; in tmp_getpage() local
1789 tmpoff = toff; in tmp_getpage()
1800 for (toff = (anoff_t)off; toff < (anoff_t)off + len; in tmp_getpage()
1801 toff += PAGESIZE) { in tmp_getpage()
1802 if (anon_get_ptr(tp->tn_anon, btop(toff)) == NULL) { in tmp_getpage()
1804 (void) anon_set_ptr(tp->tn_anon, btop(toff), in tmp_getpage()
1805 anon_alloc(vp, toff), ANON_SLEEP); in tmp_getpage()
/titanic_41/usr/src/uts/common/vm/
H A Dvm_swap.c1371 u_offset_t toff = 0; in swapdel() local
1470 toff = ap->an_off; in swapdel()
1474 error = swapslot_free(tvp, toff, osip); in swapdel()
/titanic_41/usr/src/uts/common/io/
H A Ddevinfo.c2192 di_off_t soff, toff; in di_ldi_callback() local
2213 if (di_dip_find(st, ldi_usage->tgt_dip, &toff) != 0) in di_ldi_callback()
2217 ASSERT(toff > 0); in di_ldi_callback()
2250 i_lnode->di_node = DI_NODE(di_mem_addr(st, toff)); in di_ldi_callback()