Lines Matching refs:pptr
214 union T_primitives *pptr; in tirdwrclose() local
226 pptr = (union T_primitives *)mp->b_rptr; in tirdwrclose()
228 pptr->type = T_ORDREL_REQ; in tirdwrclose()
247 union T_primitives *pptr; in tirdwrrput() local
278 pptr = (union T_primitives *)mp->b_rptr; in tirdwrrput()
280 switch (pptr->type) { in tirdwrrput()
382 union T_primitives *pptr; in check_strhead() local
388 pptr = (union T_primitives *)mp->b_rptr; in check_strhead()
391 switch (pptr->type) { in check_strhead()
424 union T_primitives *pptr; in strip_strhead() local
432 pptr = (union T_primitives *)mp->b_rptr; in strip_strhead()
433 switch (pptr->type) { in strip_strhead()