Home
last modified time | relevance | path

Searched refs:su_cache (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/lib/libc/rpc/
Dsvc_dg.c142 su->su_cache = NULL;
293 if (su->su_cache != NULL) {
373 if (su->su_cache)
527 su_data(transp)->su_cache)->uc_size))
546 if (su->su_cache != NULL) {
576 su->su_cache = (char *)(void *)uc;
602 struct cl_cache *uc = (struct cl_cache *) su->su_cache;
694 struct cl_cache *uc = (struct cl_cache *) su->su_cache;
/freebsd-9-stable/include/rpc/
Dsvc_dg.h46 void *su_cache; /* cached data, NULL if none */ member