Home
last modified time | relevance | path

Searched refs:t_bnd (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dsbd_ioctl.h249 int t_bnd; member
410 int32_t t_bnd; member
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbd_ioctl.h246 int t_bnd; member
407 int32_t t_bnd; 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()
/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()
/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()