Searched refs:su_cache (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-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
/opensolaris-onvv-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;
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_dg.c161 su->su_cache = NULL;
256 su->su_cache = NULL;
420 if (su->su_cache != NULL) {
511 if (su->su_cache && slen >= 0) {
673 get_svc_dg_data(transp)->su_cache)->uc_size))
702 if (su->su_cache != NULL) {
732 su->su_cache = (char *)uc;
775 uc = (struct cl_cache *)get_svc_dg_data(parent)->su_cache;
887 uc = (struct cl_cache *)get_svc_dg_data(parent)->su_cache;

Completed in 112 milliseconds