Searched refs:init_cache (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dnhash.h66 extern int init_cache(Cache **cp, int hsz, int bsz,
H A Dncgrpw.c53 #define ERR_NOINIT "%s: init_cache() failed.\n"
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,
H A Dnhash.c76 init_cache(Cache **cp, int hsz, int bsz, function
115 * If cp is NULL, then init_cache() wasn't called. Quietly return the
167 * If cp is NULL, then init_cache() wasn't called. Quietly return the
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_hash.h63 extern int init_cache(Cache **cp, int hsz, int bsz,
H A Dmed_hash.c62 init_cache( function
125 "add_cache(): init_cache() not called.\n");
177 "lookup_cache(): init_cache() not called.\n");
195 "first_item(): init_cache() not called.\n");
220 "next_item(): init_cache() not called.\n");
259 "des_cache(): init_cache() not called.\n");
295 "del_cache(): init_cache() not called.\n");
343 "cache_stat(): init_cache() not called.\n");
378 "pr_cache(): init_cache() not called.\n");
H A Dmed_db.c125 len = init_cache(&med_db_cache, HASHSIZE, BSZ, med_hash,
128 med_eprintf("add_key(): init_cache() failed.\n");
/illumos-gate/usr/src/cmd/nscd/
H A Dcache.h333 extern nscd_rc_t init_cache();
H A Dserver.c244 if ((rc = init_cache(0)) != NSCD_SUCCESS) {
H A Dcache.c678 init_cache(int debug_level) { function

Completed in 70 milliseconds