Lines Matching refs:dupreq
81 struct dupreq **, bool_t *);
82 static void svc_cots_kdupdone(struct dupreq *, caddr_t,
734 static struct dupreq *cotsdrhashtbl[DRHASHSZ];
737 static void unhash(struct dupreq *);
743 struct dupreq *cotsdrmru;
763 svc_cots_kdup(struct svc_req *req, caddr_t res, int size, struct dupreq **drpp, in svc_cots_kdup()
767 struct dupreq *dr; in svc_cots_kdup()
899 svc_cots_kdupdone(struct dupreq *dr, caddr_t res, void (*dis_resfree)(), in svc_cots_kdupdone()
914 unhash(struct dupreq *dr) in unhash()
916 struct dupreq *drt; in unhash()
917 struct dupreq *drtprev = NULL; in unhash()