Searched refs:drhash (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc.c1767 uint32_t drxid, drhash; local
1785 drhash = drxid % dc->dc_buckets;
1788 drhash)) != DUP_NEW)
1794 if ((rc = __svc_dupcache_enter(req, dr, dc, drxid, drhash, timenow))
1806 * uint32_t drhash)
1813 struct dupcache *dc, uint32_t drxid, uint32_t drhash)
1818 dr = dc->dc_hashtbl[drhash];
1828 if (dr->dr_hash != drhash) {
1968 * struct dupcache *dc, uint32_t drxid, uint32_t drhash, time_t timenow)
1973 struct dupcache *dc, uint32_t drxid, uint32_t drhash, time_
1812 __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
1972 __svc_dupcache_enter(struct svc_req *req, struct dupreq *dr, struct dupcache *dc, uint32_t drxid, uint32_t drhash, time_t timenow) argument
2018 uint32_t drxid, drhash; local
2061 __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 17 milliseconds