Searched defs:toff (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dbindings.c83 Pltbindtype pbtype, Rt_map *tlmp, Addr tabs, Off toff,
145 EC_ADDR(tabs), EC_OFF(toff), Dbg_demangle_name(sym),
154 EC_ADDR(tabs), EC_OFF(toff), Dbg_demangle_name(sym),
161 EC_OFF(foff), tfile, EC_ADDR(tabs), EC_OFF(toff),
82 Dbg_bind_global(Rt_map *flmp, Addr fabs, Off foff, Xword pltndx, Pltbindtype pbtype, Rt_map *tlmp, Addr tabs, Off toff, const char *sym, uint_t binfo) argument
/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dses_node.c142 off_t toff; local
221 for (i = 0, toff = 0, idx = eidx = 0; i < n_etds; i++) {
232 toff += tip->sthi_text_len;
250 SES_WITHIN_PAGE(tp + toff, tip->sthi_text_len,
252 text = tp + toff;
253 toff += tip->sthi_text_len;
282 SES_WITHIN_PAGE(tp + toff, tip->sthi_text_len,
284 text = tp + toff;
285 toff += tip->sthi_text_len;
/illumos-gate/usr/src/cmd/acct/
H A Dacctcon1.c441 int tsess, ton, toff; local
445 tsess = ton = toff = 0;
454 toff += tp->tloff;
466 ttime, tsess, ton, toff);
H A Dacctcon.c416 int tsess, ton, toff; local
420 tsess = ton = toff = 0;
431 toff += tp->tloff;
443 ttime, tsess, ton, toff);
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_swap.c1371 u_offset_t toff = 0; local
1470 toff = ap->an_off;
1474 error = swapslot_free(tvp, toff, osip);
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c1790 anoff_t toff = (anoff_t)off; local
1806 tmpoff = toff;
1817 for (toff = (anoff_t)off; toff < (anoff_t)off + len;
1818 toff += PAGESIZE) {
1819 if (anon_get_ptr(tp->tn_anon, btop(toff)) == NULL) {
1821 (void) anon_set_ptr(tp->tn_anon, btop(toff),
1822 anon_alloc(vp, toff), ANON_SLEEP);
/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c2192 di_off_t soff, toff; local
2213 if (di_dip_find(st, ldi_usage->tgt_dip, &toff) != 0)
2217 ASSERT(toff > 0);
2250 i_lnode->di_node = DI_NODE(di_mem_addr(st, toff));
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnvar.h414 kstat_named_t toff; member in struct:iwn_ks_toff_6000

Completed in 64 milliseconds