Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/acct/
H A Dacctcon1.c442 int tsess, ton, toff; in printlin() local
446 tsess = ton = toff = 0; in printlin()
455 toff += tp->tloff; in printlin()
467 ttime, tsess, ton, toff); in printlin()
H A Dacctcon.c415 int tsess, ton, toff; in printlin() local
419 tsess = ton = toff = 0; in printlin()
430 toff += tp->tloff; in printlin()
442 ttime, tsess, ton, toff); in printlin()
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c1788 anoff_t toff = (anoff_t)off; in tmp_getpage() local
1804 tmpoff = toff; in tmp_getpage()
1815 for (toff = (anoff_t)off; toff < (anoff_t)off + len; in tmp_getpage()
1816 toff += PAGESIZE) { in tmp_getpage()
1817 if (anon_get_ptr(tp->tn_anon, btop(toff)) == NULL) { in tmp_getpage()
1819 (void) anon_set_ptr(tp->tn_anon, btop(toff), in tmp_getpage()
1820 anon_alloc(vp, toff), ANON_SLEEP); in tmp_getpage()
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnvar.h414 kstat_named_t toff; member
H A Dif_iwn.c622 kstat_named_init(&sc->sc_toff.t6000->toff, in iwn_kstat_init_6000()
6456 sc->sc_toff.t6000->toff.value.l = le16toh(cmd.offset); in iwn6000_temp_offset_calib()
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c1398 u_offset_t toff = 0; in swapdel() local
1497 toff = ap->an_off; in swapdel()
1501 error = swapslot_free(tvp, toff, osip); in swapdel()
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c2194 di_off_t soff, toff; in di_ldi_callback() local
2215 if (di_dip_find(st, ldi_usage->tgt_dip, &toff) != 0) in di_ldi_callback()
2219 ASSERT(toff > 0); in di_ldi_callback()
2252 i_lnode->di_node = DI_NODE(di_mem_addr(st, toff)); in di_ldi_callback()