Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.h82 uint64_t name_cache_timeout; member
H A Didmapd.h138 uint_t name_cache_timeout; member
H A Didmap_config.c1720 &pgcfg->name_cache_timeout, SCF_TYPE_COUNT); in idmap_cfg_load_smf()
1723 if (pgcfg->name_cache_timeout == 0) in idmap_cfg_load_smf()
1724 pgcfg->name_cache_timeout = NAME_CACHE_TMO_DEFAULT; in idmap_cfg_load_smf()
2357 changed += update_uint64(&live_pgcfg->name_cache_timeout, in idmap_cfg_load()
2358 &new_pgcfg.name_cache_timeout, "name_cache_timeout"); in idmap_cfg_load()
H A Ddbutils.c1162 state->name_cache_timeout = in load_cfg_in_state()
1163 _idmapdstate.cfg->pgcfg.name_cache_timeout; in load_cfg_in_state()
3785 res->id.idtype, state->name_cache_timeout); in update_cache_pid2sid()
3935 req->id1.idtype, state->name_cache_timeout); in update_cache_sid2pid()