HomeSort by relevance Sort by last modified time
    Searched refs:su_cache (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/head/rpcsvc/
svc_dg_priv.h 57 char *su_cache; /* cached data, NULL if none */ member in struct:svc_dg_data
  /onnv/onnv-gate/usr/src/ucblib/librpcsoc/
svc_udp.c 87 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;
  /onnv/onnv-gate/usr/src/cmd/ypcmd/
ypserv_resolv_common.h 53 char *su_cache; /* cached data, NULL if no cache */ member in struct:svc_dg_data
  /onnv/onnv-gate/usr/src/lib/libnsl/rpc/
svc_dg.c 161 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 120 milliseconds