Lines Matching refs:pptr
51 union T_primitives *pptr; in _tx_rcvuderr() local
138 pptr = (union T_primitives *)ctlbuf.buf; in _tx_rcvuderr()
141 (pptr->type != T_UDERROR_IND)) { in _tx_rcvuderr()
149 if (TLEN_GT_NLEN(pptr->uderror_ind.DEST_length, in _tx_rcvuderr()
155 pptr->uderror_ind.DEST_offset, in _tx_rcvuderr()
156 (size_t)pptr->uderror_ind.DEST_length); in _tx_rcvuderr()
158 (unsigned int)pptr->uderror_ind.DEST_length; in _tx_rcvuderr()
161 if (TLEN_GT_NLEN(pptr->uderror_ind.OPT_length, in _tx_rcvuderr()
167 pptr->uderror_ind.OPT_offset, in _tx_rcvuderr()
168 (size_t)pptr->uderror_ind.OPT_length); in _tx_rcvuderr()
170 (unsigned int)pptr->uderror_ind.OPT_length; in _tx_rcvuderr()
172 uderr->error = pptr->uderror_ind.ERROR_type; in _tx_rcvuderr()