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

  /src/lib/libc/rpc/
svc_dg.c 390 struct cl_cache { struct
405 (xid % (SPARSENESS * ((struct cl_cache *) \
420 struct cl_cache *uc;
432 uc = ALLOC(struct cl_cache, 1);
443 FREE(uc, struct cl_cache, 1);
452 FREE(uc, struct cl_cache, 1);
481 struct cl_cache *uc;
492 uc = (struct cl_cache *) su->su_cache;
575 struct cl_cache *uc;
587 uc = (struct cl_cache *) su->su_cache
    [all...]
svc_dg.c 390 struct cl_cache { struct
405 (xid % (SPARSENESS * ((struct cl_cache *) \
420 struct cl_cache *uc;
432 uc = ALLOC(struct cl_cache, 1);
443 FREE(uc, struct cl_cache, 1);
452 FREE(uc, struct cl_cache, 1);
481 struct cl_cache *uc;
492 uc = (struct cl_cache *) su->su_cache;
575 struct cl_cache *uc;
587 uc = (struct cl_cache *) su->su_cache
    [all...]

Completed in 23 milliseconds