Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.h121 boolean_t eph_map_unres_sids; member
H A Didmapd.h135 bool_t eph_map_unres_sids; member
H A Didmap_config.c1653 &pgcfg->eph_map_unres_sids, B_TRUE); in idmap_cfg_load_smf()
2366 changed += update_bool(&live_pgcfg->eph_map_unres_sids, in idmap_cfg_load()
2367 &new_pgcfg.eph_map_unres_sids, "unresolvable_sid_mapping"); in idmap_cfg_load()
H A Ddbutils.c1156 state->eph_map_unres_sids = 0; in load_cfg_in_state()
1157 if (_idmapdstate.cfg->pgcfg.eph_map_unres_sids) in load_cfg_in_state()
1158 state->eph_map_unres_sids = 1; in load_cfg_in_state()
3467 if (retcode != IDMAP_SUCCESS && state->eph_map_unres_sids && in sid2pid_second_pass()