Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dsbd_ioctl.h248 int t_base; member
409 int32_t t_base; member
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbd_ioctl.h245 int t_base; member
406 int32_t t_base; member
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_util.c72 if (ep->e_code >= tp->t_base && ep->e_code <= tp->t_bnd) in sbd_err_log()
76 txt = tp->t_text[ep->e_code - tp->t_base]; in sbd_err_log()
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_util.c72 if (ep->e_code >= tp->t_base && ep->e_code <= tp->t_bnd) in sbd_err_log()
76 txt = tp->t_text[ep->e_code - tp->t_base]; in sbd_err_log()
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c3975 uint64_t s_base, t_base; in drmach_swap_pa() local
3986 t_base = t_mem->slice_base; in drmach_swap_pa()
3988 s_mem->slice_base = t_base; in drmach_swap_pa()
3989 s_mem->base_pa = (s_mem->base_pa - s_base) + t_base; in drmach_swap_pa()
3992 ml->ml_address = ml->ml_address - s_base + t_base; in drmach_swap_pa()
3996 t_mem->base_pa = (t_mem->base_pa - t_base) + s_base; in drmach_swap_pa()
3999 ml->ml_address = ml->ml_address - t_base + s_base; in drmach_swap_pa()
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mem.c1074 uint64_t s_base, t_base; in sbdp_copy_rename__relocatable() local
1089 t_base = (uint64_t)t_sbp->bpa; in sbdp_copy_rename__relocatable()
1100 t_pa = t_base + (ml->ml_address - s_base); in sbdp_copy_rename__relocatable()
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_sbd.c621 if ((code >= eptr->t_base) && (code <= eptr->t_bnd)) { in mod_estr()
628 index = code - eptr->t_base; in mod_estr()