Lines Matching refs:dupreq
79 struct dupreq **, bool_t *);
80 static void svc_cots_kdupdone(struct dupreq *, caddr_t,
724 static struct dupreq *cotsdrhashtbl[DRHASHSZ];
727 static void unhash(struct dupreq *);
733 struct dupreq *cotsdrmru;
753 svc_cots_kdup(struct svc_req *req, caddr_t res, int size, struct dupreq **drpp, in svc_cots_kdup()
757 struct dupreq *dr; in svc_cots_kdup()
889 svc_cots_kdupdone(struct dupreq *dr, caddr_t res, void (*dis_resfree)(), in svc_cots_kdupdone()
904 unhash(struct dupreq *dr) in unhash()
906 struct dupreq *drt; in unhash()
907 struct dupreq *drtprev = NULL; in unhash()