Home
last modified time | relevance | path

Searched refs:rq_xid (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/rpc/
H A Dsvc.c698 rply.rm_xid = rqstp->rq_xid; in svc_sendreply()
724 rply.rm_xid = rqstp->rq_xid; in svc_sendreply_mbuf()
744 rply.rm_xid = rqstp->rq_xid; in svcerr_noproc()
766 rply.rm_xid = rqstp->rq_xid; in svcerr_decode()
788 rply.rm_xid = rqstp->rq_xid; in svcerr_systemerr()
810 rply.rm_xid = rqstp->rq_xid; in svcerr_auth()
842 rply.rm_xid = rqstp->rq_xid; in svcerr_noprog()
864 rply.rm_xid = rqstp->rq_xid; in svcerr_progvers()
969 r->rq_xid = msg.rm_xid; in svc_getreq()
H A Dsvc.h212 uint32_t rq_xid; /* RPC transaction ID */ member
/freebsd/sys/fs/nfsclient/
H A Dnfs_clkrpc.c120 cacherep = nfs_cbproc(&nd, rqst->rq_xid); in nfscb_program()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c358 cacherep = nfs_proc(&nd, rqst->rq_xid, xprt, &rp); in nfssvc_program()