Searched refs:nscd_cfg_cache_t (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/nscd/ |
H A D | nscd_cfgdef.h | 71 nscd_cfg_cache_t cache; 602 nscd_cfg_cache_t, 614 nscd_cfg_cache_t, 626 nscd_cfg_cache_t, 638 nscd_cfg_cache_t, 650 nscd_cfg_cache_t, 662 nscd_cfg_cache_t, 674 nscd_cfg_cache_t, 686 nscd_cfg_cache_t, 698 nscd_cfg_cache_t, [all …]
|
H A D | nscd_admin.h | 47 nscd_cfg_cache_t cache_cfg[CACHE_CTX_COUNT]; 65 nscd_cfg_cache_t cache_cfg[CACHE_CTX_COUNT];
|
H A D | cache.h | 210 } nscd_cfg_cache_t; typedef 272 nscd_cfg_cache_t cfg; 280 nscd_cfg_cache_t cfg; /* configs */ 344 extern void nsc_info(nsc_ctx_t *, char *, nscd_cfg_cache_t cfg[],
|
H A D | nscd_admin.c | 49 nscd_cfg_cache_t cfg_default = NSCD_CFG_CACHE_DEFAULTS; in _nscd_door_getadmin() 171 nscd_cfg_cache_t *new_cfg; in _nscd_server_setadmin() 264 nscd_cfg_cache_t *cfg; in _nscd_add_admin_mod()
|
H A D | cache.c | 64 static nscd_rc_t lookup_cache(nsc_lookup_args_t *, nscd_cfg_cache_t *, 69 static void print_cfg(nscd_cfg_cache_t *); 529 print_cfg(nscd_cfg_cache_t *cfgp) { in print_cfg() 846 ctx->cfg = *(nscd_cfg_cache_t *)data; in _nscd_cfg_cache_notify() 857 ctx->cfg = *(nscd_cfg_cache_t *)data; in _nscd_cfg_cache_notify() 960 nsc_info(nsc_ctx_t *ctx, char *dbname, nscd_cfg_cache_t cfg[], in nsc_info() 1004 nscd_cfg_cache_t cfg; in ctx_info_nolock() 1020 nscd_cfg_cache_t cfg; in ctx_info() 1246 check_config(nsc_lookup_args_t *largs, nscd_cfg_cache_t *cfgp, in check_config() 1302 check_db_file(nsc_ctx_t *ctx, nscd_cfg_cache_t cfg, in check_db_file() [all …]
|