Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/idmap/idmapd/
H A Didmap_config.h115 boolean_t eph_map_unres_sids; member
H A Didmapd.h134 bool_t eph_map_unres_sids; member
H A Didmap_config.c1562 &pgcfg->eph_map_unres_sids, B_TRUE); in idmap_cfg_load_smf()
2213 changed += update_bool(&live_pgcfg->eph_map_unres_sids, in idmap_cfg_load()
2214 &new_pgcfg.eph_map_unres_sids, "unresolvable_sid_mapping"); in idmap_cfg_load()
H A Ddbutils.c1081 state->eph_map_unres_sids = 0; in load_cfg_in_state()
1082 if (_idmapdstate.cfg->pgcfg.eph_map_unres_sids) in load_cfg_in_state()
1083 state->eph_map_unres_sids = 1; in load_cfg_in_state()
3392 if (retcode != IDMAP_SUCCESS && state->eph_map_unres_sids && in sid2pid_second_pass()