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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c1693 * __svc_dupcache_init(void *condition, int basis, char *xprt_cache)
1694 * initialize the duprequest cache and assign it to the xprt_cache
1699 __svc_dupcache_init(void *condition, int basis, char **xprt_cache) argument
1706 if (*xprt_cache != NULL) { /* do only once per xprt */
1742 *xprt_cache = (char *)dc;
1758 * char *xprt_cache)
1767 char *xprt_cache)
1775 struct dupcache *dc = (struct dupcache *)xprt_cache;
2010 * int status, char *xprt_cache)
2017 int status, char *xprt_cache)
1766 __svc_dup(struct svc_req *req, caddr_t *resp_buf, uint_t *resp_bufsz, char *xprt_cache) argument
2016 __svc_dupdone(struct svc_req *req, caddr_t resp_buf, uint_t resp_bufsz, int status, char *xprt_cache) argument
[all...]

Completed in 62 milliseconds