Lines Matching refs:rptr
2289 uchar_t *rptr = mp->b_rptr; in mir_wput() local
2312 if ((rptr - mp->b_datap->db_base) < sizeof (uint32_t) || in mir_wput()
2323 (int)(rptr - mp->b_datap->db_base)); in mir_wput()
2327 rptr -= sizeof (uint32_t); in mir_wput()
2328 *(uint32_t *)rptr = htonl(frag_header); in mir_wput()
2329 mp->b_rptr = rptr; in mir_wput()
2397 uchar_t *rptr = mp->b_rptr; in mir_wput_other() local
2403 iocp = (struct iocblk *)rptr; in mir_wput_other()
2488 if ((mp->b_wptr - rptr) < sizeof (uint32_t) || in mir_wput_other()
2489 !IS_P2ALIGNED(rptr, sizeof (uint32_t))) in mir_wput_other()
2492 switch (((union T_primitives *)rptr)->type) { in mir_wput_other()