Searched defs:cache_get (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/ucblib/librpcsoc/ |
H A D | svc_udp.c | 75 static int cache_get(SVCXPRT *, struct rpc_msg *, 215 if (cache_get(xprt, msg, &reply, &replylen)) { 475 cache_get(xprt, msg, replyp, replylenp) function
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | svc_dg.c | 68 static int cache_get(); 425 if (cache_get(xprt, msg, &reply, &replylen)) { 740 * the earlier call to cache_get() for the same procedure. This will always 741 * happen because cache_get() is calle by svc_dg_recv and cache_set() is called 866 cache_get(SVCXPRT *xprt, struct rpc_msg *msg, char **replyp, function
|
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | ttymux_rcm.c | 245 * cache_get() 250 cache_get(const char *resource) function 812 used = cache_get(buf);
|
Completed in 49 milliseconds