• Home
  • Raw
  • Download

Lines Matching refs:rp

289 	register const struct sunrpc_msg *rp;  in nfsreply_print()  local
298 rp = (const struct sunrpc_msg *)bp; in nfsreply_print()
303 EXTRACT_32BITS(&rp->rm_xid)); in nfsreply_print()
307 EXTRACT_32BITS(&rp->rm_xid)); in nfsreply_print()
310 reply_stat = EXTRACT_32BITS(&rp->rm_reply.rp_stat); in nfsreply_print()
315 if (xid_map_find(rp, bp2, &proc, &vers) >= 0) in nfsreply_print()
316 interp_reply(rp, proc, vers, length); in nfsreply_print()
321 rstat = EXTRACT_32BITS(&rp->rm_reply.rp_reject.rj_stat); in nfsreply_print()
325 rlow = EXTRACT_32BITS(&rp->rm_reply.rp_reject.rj_vers.low); in nfsreply_print()
326 rhigh = EXTRACT_32BITS(&rp->rm_reply.rp_reject.rj_vers.high); in nfsreply_print()
332 rwhy = EXTRACT_32BITS(&rp->rm_reply.rp_reject.rj_why); in nfsreply_print()
394 parsereq(register const struct sunrpc_msg *rp, register u_int length) in parsereq() argument
402 dp = (u_int32_t *)&rp->rm_call.cb_cred; in parsereq()
496 register const struct sunrpc_msg *rp; in nfsreq_print() local
505 rp = (const struct sunrpc_msg *)bp; in nfsreq_print()
508 EXTRACT_32BITS(&rp->rm_xid)); in nfsreq_print()
512 EXTRACT_32BITS(&rp->rm_xid)); in nfsreq_print()
518 xid_map_enter(rp, bp2); /* record proc number for later on */ in nfsreq_print()
520 v3 = (EXTRACT_32BITS(&rp->rm_call.cb_vers) == NFS_VER3); in nfsreq_print()
521 proc = EXTRACT_32BITS(&rp->rm_call.cb_proc); in nfsreq_print()
536 if ((dp = parsereq(rp, length)) != NULL && in nfsreq_print()
543 if ((dp = parsereq(rp, length)) != NULL && in nfsreq_print()
550 if ((dp = parsereq(rp, length)) != NULL && in nfsreq_print()
557 if ((dp = parsereq(rp, length)) != NULL && in nfsreq_print()
567 if ((dp = parsereq(rp, length)) != NULL && in nfsreq_print()
574 if ((dp = parsereq(rp, length)) != NULL && in nfsreq_print()
593 if ((dp = parsereq(rp, length)) != NULL && in nfsreq_print()
622 if ((dp = parsereq(rp, length)) != NULL && in nfsreq_print()
629 if ((dp = parsereq(rp, length)) != 0 && parsefhn(dp, v3) != 0) in nfsreq_print()
635 if ((dp = parsereq(rp, length)) != 0 && in nfsreq_print()
650 if ((dp = parsereq(rp, length)) != 0 && in nfsreq_print()
673 if ((dp = parsereq(rp, length)) != NULL && in nfsreq_print()
680 if ((dp = parsereq(rp, length)) != NULL && in nfsreq_print()
687 if ((dp = parsereq(rp, length)) != NULL && in nfsreq_print()
697 if ((dp = parsereq(rp, length)) != NULL && in nfsreq_print()
707 if ((dp = parsereq(rp, length)) != NULL && in nfsreq_print()
737 if ((dp = parsereq(rp, length)) != NULL && in nfsreq_print()
758 if ((dp = parsereq(rp, length)) != NULL && in nfsreq_print()
765 if ((dp = parsereq(rp, length)) != NULL && in nfsreq_print()
772 if ((dp = parsereq(rp, length)) != NULL && in nfsreq_print()
779 if ((dp = parsereq(rp, length)) != NULL && in nfsreq_print()
790 printf(" proc-%u", EXTRACT_32BITS(&rp->rm_call.cb_proc)); in nfsreq_print()
890 xid_map_enter(const struct sunrpc_msg *rp, const u_char *bp) in xid_map_enter() argument
916 xmep->xid = rp->rm_xid; in xid_map_enter()
929 xmep->proc = EXTRACT_32BITS(&rp->rm_call.cb_proc); in xid_map_enter()
930 xmep->vers = EXTRACT_32BITS(&rp->rm_call.cb_vers); in xid_map_enter()
938 xid_map_find(const struct sunrpc_msg *rp, const u_char *bp, u_int32_t *proc, in xid_map_find() argument
943 u_int32_t xid = rp->rm_xid; in xid_map_find()
1005 parserep(register const struct sunrpc_msg *rp, register u_int length) in parserep() argument
1026 dp = ((const u_int32_t *)&rp->rm_reply) + 1; in parserep()
1488 interp_reply(const struct sunrpc_msg *rp, u_int32_t proc, u_int32_t vers, int length) in interp_reply() argument
1511 dp = parserep(rp, length); in interp_reply()
1518 if (!(dp = parserep(rp, length))) in interp_reply()
1531 if (!(dp = parserep(rp, length))) in interp_reply()
1560 if (!(dp = parserep(rp, length))) in interp_reply()
1574 dp = parserep(rp, length); in interp_reply()
1581 if (!(dp = parserep(rp, length))) in interp_reply()
1605 if (!(dp = parserep(rp, length))) in interp_reply()
1633 if (!(dp = parserep(rp, length))) in interp_reply()
1646 if (!(dp = parserep(rp, length))) in interp_reply()
1659 if (!(dp = parserep(rp, length))) in interp_reply()
1672 if (!(dp = parserep(rp, length))) in interp_reply()
1680 if (!(dp = parserep(rp, length))) in interp_reply()
1693 if (!(dp = parserep(rp, length))) in interp_reply()
1706 if (!(dp = parserep(rp, length))) in interp_reply()
1728 if (!(dp = parserep(rp, length))) in interp_reply()
1750 if (!(dp = parserep(rp, length))) in interp_reply()
1763 if (!(dp = parserep(rp, length))) in interp_reply()
1771 dp = parserep(rp, length); in interp_reply()
1778 dp = parserep(rp, length); in interp_reply()
1785 dp = parserep(rp, length); in interp_reply()
1792 dp = parserep(rp, length); in interp_reply()