Lines Matching refs:db_base
1090 if (!q || !mp || (mp->b_rptr - mp->b_datap->db_base) != sizeof (MTB)) in mi_timer()
1092 mtb = (MTBP)mp->b_datap->db_base; in mi_timer()
1157 mtb = (MTBP)mp->b_datap->db_base; in mi_timer_alloc()
1178 ASSERT(mtb == (MTBP)mtb->mtb_mp->b_datap->db_base); in mi_timer_fire()
1195 if (!mp || (mp->b_rptr - mp->b_datap->db_base) != sizeof (MTB)) in mi_timer_free()
1197 mtb = (MTBP)mp->b_datap->db_base; in mi_timer_free()
1230 if (!q || !mp || (mp->b_rptr - mp->b_datap->db_base) != sizeof (MTB)) in mi_timer_move()
1233 mtb = (MTBP)mp->b_datap->db_base; in mi_timer_move()
1282 if (!mp || (mp->b_rptr - mp->b_datap->db_base) != sizeof (MTB)) in mi_timer_stop()
1285 mtb = (MTBP)mp->b_datap->db_base; in mi_timer_stop()
1315 if (!mp || (mp->b_rptr - mp->b_datap->db_base) != sizeof (MTB) || in mi_timer_valid()
1318 mtb = (MTBP)mp->b_datap->db_base; in mi_timer_valid()