Lines Matching refs:rp
88 register const struct sunrpc_msg *rp; in sunrpcrequest_print() local
96 rp = (struct sunrpc_msg *)bp; in sunrpcrequest_print()
100 EXTRACT_32BITS(&rp->rm_xid)); in sunrpcrequest_print()
104 EXTRACT_32BITS(&rp->rm_xid)); in sunrpcrequest_print()
129 EXTRACT_32BITS(&rp->rm_call.cb_proc))); in sunrpcrequest_print()
130 x = EXTRACT_32BITS(&rp->rm_call.cb_rpcvers); in sunrpcrequest_print()
134 switch (EXTRACT_32BITS(&rp->rm_call.cb_proc)) { in sunrpcrequest_print()
140 x = EXTRACT_32BITS(&rp->rm_call.cb_prog); in sunrpcrequest_print()
145 printf(".%u", EXTRACT_32BITS(&rp->rm_call.cb_vers)); in sunrpcrequest_print()
155 register struct rpcent *rp; local
163 rp = getrpcbynumber(prog);
164 if (rp == NULL)
169 strlcpy(buf, rp->r_name, sizeof(buf));