Searched defs:drxid (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c1769 uint32_t drxid, drhash; local
1783 if (SVC_CONTROL(req->rq_xprt, SVCGET_XID, (void*)&drxid) == FALSE) {
1787 drhash = drxid % dc->dc_buckets;
1789 if ((rc = __svc_dupcache_check(req, resp_buf, resp_bufsz, dc, drxid,
1796 if ((rc = __svc_dupcache_enter(req, dr, dc, drxid, drhash, timenow))
1807 * uint_t *resp_bufsz,truct dupcache *dc, uint32_t drxid,
1815 struct dupcache *dc, uint32_t drxid, uint32_t drhash)
1822 if (dr->dr_xid == drxid &&
1969 * struct dupcache *dc, uint32_t drxid, uint32_t drhash, time_t timenow)
1974 struct dupcache *dc, uint32_t drxid, uint32_
1814 __svc_dupcache_check(struct svc_req *req, caddr_t *resp_buf, uint_t *resp_bufsz, struct dupcache *dc, uint32_t drxid, uint32_t drhash) argument
1973 __svc_dupcache_enter(struct svc_req *req, struct dupreq *dr, struct dupcache *dc, uint32_t drxid, uint32_t drhash, time_t timenow) argument
2019 uint32_t drxid, drhash; local
2062 __svc_dupcache_update(struct svc_req *req, caddr_t resp_buf, uint_t resp_bufsz, int status, struct dupcache *dc, uint32_t drxid, uint32_t drhash) argument
[all...]

Completed in 49 milliseconds