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

/illumos-gate/usr/src/head/rpcsvc/
H A Dsvc_dg_priv.h57 char *su_cache; /* cached data, NULL if none */ member in struct:svc_dg_data
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_resolv_common.h53 char *su_cache; /* cached data, NULL if no cache */ member in struct:svc_dg_data
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dsvc_udp.c87 char * su_cache; /* cached data, NULL if no cache */ member in struct:svcudp_data
162 su->su_cache = NULL;
214 if (su->su_cache != NULL) {
244 if (su->su_cache && slen >= 0) {
354 su_data(transp)->su_cache)->uc_size))
369 if (su->su_cache != NULL) {
397 su->su_cache = (char *) uc;
413 struct udp_cache *uc = (struct udp_cache *) su->su_cache;
484 register struct udp_cache *uc = (struct udp_cache *) su->su_cache;

Completed in 57 milliseconds