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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c1678 static struct dupreq *__svc_dupcache_victim(struct dupcache *, time_t);
1793 if ((dr = __svc_dupcache_victim(dc, timenow)) == NULL)
1877 * __svc_dupcache_victim(struct dupcache *dc, time_t timenow)
1881 __svc_dupcache_victim(struct dupcache *dc, time_t timenow) function
1907 "__svc_dupcache_victim: bad victim");
1955 "__svc_dupcache_victim: malloc failed");
1962 "__svc_dupcache_victim: undefined dup cache_basis");

Completed in 67 milliseconds