Lines Matching refs:rptr
2299 uchar_t *rptr = mp->b_rptr; in mir_wput() local
2322 if ((rptr - mp->b_datap->db_base) < sizeof (uint32_t) || in mir_wput()
2333 (int)(rptr - mp->b_datap->db_base)); in mir_wput()
2337 rptr -= sizeof (uint32_t); in mir_wput()
2338 *(uint32_t *)rptr = htonl(frag_header); in mir_wput()
2339 mp->b_rptr = rptr; in mir_wput()
2407 uchar_t *rptr = mp->b_rptr; in mir_wput_other() local
2413 iocp = (struct iocblk *)rptr; in mir_wput_other()
2498 if ((mp->b_wptr - rptr) < sizeof (uint32_t) || in mir_wput_other()
2499 !IS_P2ALIGNED(rptr, sizeof (uint32_t))) in mir_wput_other()
2502 switch (((union T_primitives *)rptr)->type) { in mir_wput_other()