Lines Matching refs:proc
368 uint32_t proc, vers, reply_stat;
383 if (xid_map_find(rp, bp2, &proc, &vers) >= 0)
384 interp_reply(ndo, rp, proc, vers, length);
539 uint32_t proc;
547 if (!xid_map_enter(ndo, rp, bp2)) /* record proc number for later on */
551 proc = EXTRACT_32BITS(&rp->rm_call.cb_proc);
553 if (!v3 && proc < NFS_NPROCS)
554 proc = nfsv3_procid[proc];
556 ND_PRINT((ndo, " %s", tok2str(nfsproc_str, "proc-%u", proc)));
557 switch (proc) {
846 * Maintain a small cache of recent client.XID.server/proc pairs, to allow
861 uint32_t proc; /* call proc number (host order) */
921 xmep->proc = EXTRACT_32BITS(&rp->rm_call.cb_proc);
927 * Returns 0 and puts NFSPROC_xxx in proc return and
931 xid_map_find(const struct sunrpc_msg *rp, const u_char *bp, uint32_t *proc,
976 *proc = xmep->proc;
1469 const struct sunrpc_msg *rp, uint32_t proc, uint32_t vers, int length)
1477 if (!v3 && proc < NFS_NPROCS)
1478 proc = nfsv3_procid[proc];
1480 ND_PRINT((ndo, " %s", tok2str(nfsproc_str, "proc-%u", proc)));
1481 switch (proc) {