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

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc.c1691 * __svc_dupcache_init(void *condition, int basis, char *xprt_cache)
1692 * initialize the duprequest cache and assign it to the xprt_cache
1697 __svc_dupcache_init(void *condition, int basis, char **xprt_cache) argument
1704 if (*xprt_cache != NULL) { /* do only once per xprt */
1740 *xprt_cache = (char *)dc;
1756 * char *xprt_cache)
1765 char *xprt_cache)
1773 struct dupcache *dc = (struct dupcache *)xprt_cache;
2009 * int status, char *xprt_cache)
2016 int status, char *xprt_cache)
1764 __svc_dup(struct svc_req *req, caddr_t *resp_buf, uint_t *resp_bufsz, char *xprt_cache) argument
2015 __svc_dupdone(struct svc_req *req, caddr_t resp_buf, uint_t resp_bufsz, int status, char *xprt_cache) argument
[all...]

Completed in 19 milliseconds