Home
last modified time | relevance | path

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

/titanic_50/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_50/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_50/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_50/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_50/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_50/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()