Searched refs:HASHSIZE (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_common.h20 #ifndef HASHSIZE
21 #define HASHSIZE 997 /* a convenient prime */ macro
H A Drc_mem.c218 t->hsize = HASHSIZE; /* no need to store---it's memory-only */
H A Drc_dfl.c37 HASHSIZE
62 #ifndef HASHSIZE
63 #define HASHSIZE 997 /* a convenient prime */
353 t->hsize = HASHSIZE; /* no need to store---it's memory-only */
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/
H A Dmpool.h45 #define HASHSIZE 128 macro
46 #define HASHKEY(pgno) ((pgno - 1) % HASHSIZE)
64 CIRCLEQ_HEAD(_hqh, _bkt) hqh[HASHSIZE];
H A Dmpool.c85 for (entry = 0; entry < HASHSIZE; ++entry)
/osnet-11/usr/src/lib/libpkg/common/
H A Dncgrpw.c45 #define HASHSIZE 151 macro
123 if (init_cache(&grnam_cache, HASHSIZE, BSZ,
190 if (init_cache(&pwnam_cache, HASHSIZE, BSZ,
282 if (init_cache(&grgid_cache, HASHSIZE, BSZ,
346 if (init_cache(&pwuid_cache, HASHSIZE, BSZ,
/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.h194 #define HASHSIZE 1024 /* hash table size, power of 2 */ macro
H A DPcontrol.c984 for (i = 0; i < HASHSIZE; i++) {
2947 for (Lp = &P->hashtab[lwpid % (HASHSIZE - 1)];
2974 (P->hashtab = calloc(HASHSIZE, sizeof (struct ps_lwphandle *)))

Completed in 33 milliseconds