Home
last modified time | relevance | path

Searched refs:cache_get (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/lib/libc/rpc/
H A Dsvc_dg.c79 static int cache_get(SVCXPRT *, struct rpc_msg *, char **, size_t *);
206 if (cache_get(xprt, msg, &reply, &replylen)) { in svc_dg_recv()
524 cache_get(SVCXPRT *xprt, struct rpc_msg *msg, char **replyp, size_t *replylenp) in cache_get() function
/dflybsd-src/sys/sys/
H A Dnamecache.h231 void cache_get(struct nchandle *nch, struct nchandle *target);
/dflybsd-src/sys/kern/
H A Dvfs_nlookup.c1410 cache_get(&mp->mnt_ncmountpt, nch); in nlookup_mp()
H A Dvfs_cache.c1293 cache_get(struct nchandle *nch, struct nchandle *target) in cache_get() function