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

/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)
76 txt = tp->t_text[ep->e_code - tp->t_base];
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbd_ioctl.h242 int t_base; member in struct:__anon10224
403 int32_t t_base; member in struct:__anon10239
/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)
76 txt = tp->t_text[ep->e_code - tp->t_base];
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dsbd_ioctl.h245 int t_base; member in struct:__anon9457
406 int32_t t_base; member in struct:__anon9472
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_sbd.c621 if ((code >= eptr->t_base) && (code <= eptr->t_bnd)) {
628 index = code - eptr->t_base;
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c3972 uint64_t s_base, t_base; local
3983 t_base = t_mem->slice_base;
3985 s_mem->slice_base = t_base;
3986 s_mem->base_pa = (s_mem->base_pa - s_base) + t_base;
3989 ml->ml_address = ml->ml_address - s_base + t_base;
3993 t_mem->base_pa = (t_mem->base_pa - t_base) + s_base;
3996 ml->ml_address = ml->ml_address - t_base + s_base;
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mem.c470 SBDP_DBG_MEM("s_base 0x%lx t_base 0x%lx\n", cph->s_bdp->bpa,
489 SBDP_DBG_MEM("s_base 0x%lx t_base 0x%lx\n", cph->s_bdp->bpa,
1074 uint64_t s_base, t_base; local
1089 t_base = (uint64_t)t_sbp->bpa;
1100 t_pa = t_base + (ml->ml_address - s_base);

Completed in 67 milliseconds