Lines Matching defs:drxid
1770 uint32_t drxid, drhash;
1784 if (SVC_CONTROL(req->rq_xprt, SVCGET_XID, (void*)&drxid) == FALSE) {
1788 drhash = drxid % dc->dc_buckets;
1790 if ((rc = __svc_dupcache_check(req, resp_buf, resp_bufsz, dc, drxid,
1797 if ((rc = __svc_dupcache_enter(req, dr, dc, drxid, drhash, timenow))
1808 * uint_t *resp_bufsz,truct dupcache *dc, uint32_t drxid,
1816 struct dupcache *dc, uint32_t drxid, uint32_t drhash)
1823 if (dr->dr_xid == drxid &&
1970 * struct dupcache *dc, uint32_t drxid, uint32_t drhash, time_t timenow)
1975 struct dupcache *dc, uint32_t drxid, uint32_t drhash, time_t timenow)
1977 dr->dr_xid = drxid;
2020 uint32_t drxid, drhash;
2038 if (SVC_CONTROL(req->rq_xprt, SVCGET_XID, (void*)&drxid) == FALSE) {
2042 drhash = drxid % dc->dc_buckets;
2046 dc, drxid, drhash)) == DUP_ERROR) {
2056 * uint_t resp_bufsz, int status, struct dupcache *dc, uint32_t drxid,
2064 int status, struct dupcache *dc, uint32_t drxid, uint32_t drhash)
2072 if (dr->dr_xid == drxid &&