Home
last modified time | relevance | path

Searched refs:name_cache_timeout (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/idmap/idmapd/
H A Didmap_config.h79 uint64_t name_cache_timeout; member
H A Didmapd.h137 uint_t name_cache_timeout; member
H A Didmap_config.c1612 &pgcfg->name_cache_timeout, SCF_TYPE_COUNT); in idmap_cfg_load_smf()
1615 if (pgcfg->name_cache_timeout == 0) in idmap_cfg_load_smf()
1616 pgcfg->name_cache_timeout = NAME_CACHE_TMO_DEFAULT; in idmap_cfg_load_smf()
2204 changed += update_uint64(&live_pgcfg->name_cache_timeout, in idmap_cfg_load()
2205 &new_pgcfg.name_cache_timeout, "name_cache_timeout"); in idmap_cfg_load()
H A Ddbutils.c1087 state->name_cache_timeout = in load_cfg_in_state()
1088 _idmapdstate.cfg->pgcfg.name_cache_timeout; in load_cfg_in_state()
3710 res->id.idtype, state->name_cache_timeout); in update_cache_pid2sid()
3860 req->id1.idtype, state->name_cache_timeout); in update_cache_sid2pid()