Lines Matching refs:pptr
211 union T_primitives *pptr; in tirdwrclose() local
223 pptr = (union T_primitives *)mp->b_rptr; in tirdwrclose()
225 pptr->type = T_ORDREL_REQ; in tirdwrclose()
244 union T_primitives *pptr; in tirdwrrput() local
275 pptr = (union T_primitives *)mp->b_rptr; in tirdwrrput()
277 switch (pptr->type) { in tirdwrrput()
381 union T_primitives *pptr; in check_strhead() local
387 pptr = (union T_primitives *)mp->b_rptr; in check_strhead()
390 switch (pptr->type) { in check_strhead()
423 union T_primitives *pptr; in strip_strhead() local
431 pptr = (union T_primitives *)mp->b_rptr; in strip_strhead()
432 switch (pptr->type) { in strip_strhead()