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

  /onnv/onnv-gate/usr/src/common/openssl/ssl/
kssl.h 137 char *cred_cache; /* C NULL (default) */ member in struct:kssl_ctx_st
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/
nis_main.c 701 int cred_cache = 0; local
809 cred_cache = atoi(optarg);
810 if ((cred_cache < 128) || (cred_cache > 8192)) {
927 if (!cred_cache)
928 cred_cache = CRED_CACHESZ_DEF;
930 if (!__rpc_control(CLCR_SET_CRED_CACHE_SZ, &cred_cache))
933 cred_cache);
938 cred_cache);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
cred.c 92 static struct kmem_cache *cred_cache; variable in typeref:struct:kmem_cache
189 cred_cache = kmem_cache_create("cred_cache", crsize, 0,
252 cred_t *cr = kmem_cache_alloc(cred_cache, flgs);
291 cred_t *cr = kmem_cache_alloc(cred_cache, KM_SLEEP);
373 kmem_cache_free(cred_cache, cr);

Completed in 360 milliseconds