Lines Matching refs:resp_bufsz
1755 * __svc_dup(struct svc_req *req, caddr_t *resp_buf, uint_t *resp_bufsz,
1761 * resp_buf, and its length in resp_bufsz. DUP_ERROR is returned on error.
1764 __svc_dup(struct svc_req *req, caddr_t *resp_buf, uint_t *resp_bufsz,
1787 if ((rc = __svc_dupcache_check(req, resp_buf, resp_bufsz, dc, drxid,
1805 * uint_t *resp_bufsz,truct dupcache *dc, uint32_t drxid,
1812 __svc_dupcache_check(struct svc_req *req, caddr_t *resp_buf, uint_t *resp_bufsz,
1858 *resp_bufsz = dr->dr_resp.len;
1863 if (resp_bufsz)
1864 *resp_bufsz = 0;
2008 * __svc_dupdone(struct svc_req *req, caddr_t resp_buf, uint_t resp_bufsz,
2015 __svc_dupdone(struct svc_req *req, caddr_t resp_buf, uint_t resp_bufsz,
2043 if ((rc = __svc_dupcache_update(req, resp_buf, resp_bufsz, status,
2054 * uint_t resp_bufsz, int status, struct dupcache *dc, uint32_t drxid,
2061 __svc_dupcache_update(struct svc_req *req, caddr_t resp_buf, uint_t resp_bufsz,
2089 malloc(resp_bufsz)) == NULL) {
2095 (void) memset(dr->dr_resp.buf, 0, resp_bufsz);
2097 (uint_t)resp_bufsz);
2098 dr->dr_resp.len = resp_bufsz;