HomeSort by: relevance | last modified time | path
    Searched refs:su_cache (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/rpc/
svc_dg.h 48 void *su_cache; /* cached data, NULL if none */ member in struct:svc_dg_data
svc_dg.c 146 su->su_cache = NULL;
227 if (su->su_cache != NULL) {
260 if (su->su_cache)
406 su_data(transp)->su_cache)->uc_size))
427 if (su->su_cache != NULL) {
457 su->su_cache = (char *)(void *)uc;
492 uc = (struct cl_cache *) su->su_cache;
587 uc = (struct cl_cache *) su->su_cache;

Completed in 12 milliseconds