Lines Matching refs:how

1400 	res->info.how.map_type = IDMAP_MAP_TYPE_KNOWN_SID;  in lookup_wksids_sid2pid()
1467 res->info.how.map_type = IDMAP_MAP_TYPE_KNOWN_SID; in lookup_wksids_pid2sid()
1725 res->info.how.map_type = strtoul(values[6], &end, 10); in lookup_cache_sid2pid()
1726 switch (res->info.how.map_type) { in lookup_cache_sid2pid()
1728 res->info.how.idmap_how_u.ad.dn = in lookup_cache_sid2pid()
1730 res->info.how.idmap_how_u.ad.attr = in lookup_cache_sid2pid()
1732 res->info.how.idmap_how_u.ad.value = in lookup_cache_sid2pid()
1737 res->info.how.idmap_how_u.nldap.dn = in lookup_cache_sid2pid()
1739 res->info.how.idmap_how_u.nldap.attr = in lookup_cache_sid2pid()
1741 res->info.how.idmap_how_u.nldap.value = in lookup_cache_sid2pid()
1746 res->info.how.idmap_how_u.rule.windomain = in lookup_cache_sid2pid()
1748 res->info.how.idmap_how_u.rule.winname = in lookup_cache_sid2pid()
1750 res->info.how.idmap_how_u.rule.unixname = in lookup_cache_sid2pid()
1752 res->info.how.idmap_how_u.rule.is_nt4 = in lookup_cache_sid2pid()
1754 res->info.how.idmap_how_u.rule.is_user = in lookup_cache_sid2pid()
1756 res->info.how.idmap_how_u.rule.is_wuser = in lookup_cache_sid2pid()
1770 res->info.how.idmap_how_u.idmu.dn = in lookup_cache_sid2pid()
1772 res->info.how.idmap_how_u.idmu.attr = in lookup_cache_sid2pid()
1774 res->info.how.idmap_how_u.idmu.value = in lookup_cache_sid2pid()
1974 idmap_how *how; in ad_lookup_batch_int() local
2027 how = &res->info.how; in ad_lookup_batch_int()
2074 idmap_how_clear(&res->info.how); in ad_lookup_batch_int()
2076 how->map_type = IDMAP_MAP_TYPE_DS_AD; in ad_lookup_batch_int()
2077 dn = &how->idmap_how_u.ad.dn; in ad_lookup_batch_int()
2078 attr = &how->idmap_how_u.ad.attr; in ad_lookup_batch_int()
2079 value = &how->idmap_how_u.ad.value; in ad_lookup_batch_int()
2092 idmap_how_clear(&res->info.how); in ad_lookup_batch_int()
2094 how->map_type = IDMAP_MAP_TYPE_IDMU; in ad_lookup_batch_int()
2095 dn = &how->idmap_how_u.idmu.dn; in ad_lookup_batch_int()
2096 attr = &how->idmap_how_u.idmu.attr; in ad_lookup_batch_int()
2097 value = &how->idmap_how_u.idmu.value; in ad_lookup_batch_int()
2198 idmap_how_clear(&res->info.how); in ad_lookup_batch_int()
2200 how->map_type = IDMAP_MAP_TYPE_IDMU; in ad_lookup_batch_int()
2203 &how->idmap_how_u.ad.dn, in ad_lookup_batch_int()
2204 &how->idmap_how_u.ad.attr, in ad_lookup_batch_int()
2205 &how->idmap_how_u.ad.value, in ad_lookup_batch_int()
2225 idmap_how_clear(&res->info.how); in ad_lookup_batch_int()
2227 how->map_type = IDMAP_MAP_TYPE_DS_AD; in ad_lookup_batch_int()
2230 &how->idmap_how_u.ad.dn, in ad_lookup_batch_int()
2231 &how->idmap_how_u.ad.attr, in ad_lookup_batch_int()
2232 &how->idmap_how_u.ad.value, in ad_lookup_batch_int()
2335 idmap_how_clear(&res->info.how); in ad_lookup_batch_int()
2362 res->info.how.map_type = in ad_lookup_batch_int()
2381 res->info.how.map_type = in ad_lookup_batch_int()
2881 res->info.how.map_type = IDMAP_MAP_TYPE_LOCAL_SID; in generate_localsid()
2947 res->info.how.map_type = IDMAP_MAP_TYPE_LOCAL_SID; in lookup_localsid2pid()
3095 idmap_namerule *rule = &res->info.how.idmap_how_u.rule; in name_based_mapping_sid2pid()
3276 res->info.how.map_type = IDMAP_MAP_TYPE_RULE_BASED; in name_based_mapping_sid2pid()
3428 res->info.how.map_type = IDMAP_MAP_TYPE_EPHEMERAL; in dynamic_ephemeral_mapping()
3437 res->info.how.map_type = IDMAP_MAP_TYPE_EPHEMERAL; in dynamic_ephemeral_mapping()
3452 res->info.how.map_type = IDMAP_MAP_TYPE_EPHEMERAL; in dynamic_ephemeral_mapping()
3620 if (res->info.how.map_type != IDMAP_MAP_TYPE_UNKNOWN) in sid2pid_second_pass()
3621 idmap_how_clear(&res->info.how); in sid2pid_second_pass()
3707 assert(res->info.how.map_type != IDMAP_MAP_TYPE_UNKNOWN); in update_cache_pid2sid()
3708 switch (res->info.how.map_type) { in update_cache_pid2sid()
3710 map_dn = res->info.how.idmap_how_u.ad.dn; in update_cache_pid2sid()
3711 map_attr = res->info.how.idmap_how_u.ad.attr; in update_cache_pid2sid()
3712 map_value = res->info.how.idmap_how_u.ad.value; in update_cache_pid2sid()
3716 map_dn = res->info.how.idmap_how_u.nldap.dn; in update_cache_pid2sid()
3717 map_attr = res->info.how.idmap_how_u.nldap.attr; in update_cache_pid2sid()
3718 map_value = res->info.how.idmap_how_u.nldap.value; in update_cache_pid2sid()
3722 map_windomain = res->info.how.idmap_how_u.rule.windomain; in update_cache_pid2sid()
3723 map_winname = res->info.how.idmap_how_u.rule.winname; in update_cache_pid2sid()
3724 map_unixname = res->info.how.idmap_how_u.rule.unixname; in update_cache_pid2sid()
3725 map_is_nt4 = res->info.how.idmap_how_u.rule.is_nt4; in update_cache_pid2sid()
3735 map_dn = res->info.how.idmap_how_u.idmu.dn; in update_cache_pid2sid()
3736 map_attr = res->info.how.idmap_how_u.idmu.attr; in update_cache_pid2sid()
3737 map_value = res->info.how.idmap_how_u.idmu.value; in update_cache_pid2sid()
3763 res->info.how.map_type, map_dn, map_attr, map_value, in update_cache_pid2sid()
3864 switch (res->info.how.map_type) { in update_cache_sid2pid()
3866 map_dn = res->info.how.idmap_how_u.ad.dn; in update_cache_sid2pid()
3867 map_attr = res->info.how.idmap_how_u.ad.attr; in update_cache_sid2pid()
3868 map_value = res->info.how.idmap_how_u.ad.value; in update_cache_sid2pid()
3872 map_dn = res->info.how.idmap_how_u.nldap.dn; in update_cache_sid2pid()
3873 map_attr = res->info.how.idmap_how_u.ad.attr; in update_cache_sid2pid()
3874 map_value = res->info.how.idmap_how_u.nldap.value; in update_cache_sid2pid()
3878 map_windomain = res->info.how.idmap_how_u.rule.windomain; in update_cache_sid2pid()
3879 map_winname = res->info.how.idmap_how_u.rule.winname; in update_cache_sid2pid()
3880 map_unixname = res->info.how.idmap_how_u.rule.unixname; in update_cache_sid2pid()
3881 map_is_nt4 = res->info.how.idmap_how_u.rule.is_nt4; in update_cache_sid2pid()
3888 map_dn = res->info.how.idmap_how_u.idmu.dn; in update_cache_sid2pid()
3889 map_attr = res->info.how.idmap_how_u.idmu.attr; in update_cache_sid2pid()
3890 map_value = res->info.how.idmap_how_u.idmu.value; in update_cache_sid2pid()
3913 res->info.how.map_type, map_dn, map_attr, map_value, in update_cache_sid2pid()
4086 res->info.how.map_type = strtoul(values[6], &end, 10); in lookup_cache_pid2sid()
4087 switch (res->info.how.map_type) { in lookup_cache_pid2sid()
4089 res->info.how.idmap_how_u.ad.dn = in lookup_cache_pid2sid()
4091 res->info.how.idmap_how_u.ad.attr = in lookup_cache_pid2sid()
4093 res->info.how.idmap_how_u.ad.value = in lookup_cache_pid2sid()
4098 res->info.how.idmap_how_u.nldap.dn = in lookup_cache_pid2sid()
4100 res->info.how.idmap_how_u.nldap.attr = in lookup_cache_pid2sid()
4102 res->info.how.idmap_how_u.nldap.value = in lookup_cache_pid2sid()
4107 res->info.how.idmap_how_u.rule.windomain = in lookup_cache_pid2sid()
4109 res->info.how.idmap_how_u.rule.winname = in lookup_cache_pid2sid()
4111 res->info.how.idmap_how_u.rule.unixname = in lookup_cache_pid2sid()
4113 res->info.how.idmap_how_u.rule.is_nt4 = in lookup_cache_pid2sid()
4115 res->info.how.idmap_how_u.rule.is_user = in lookup_cache_pid2sid()
4117 res->info.how.idmap_how_u.rule.is_wuser = in lookup_cache_pid2sid()
4131 res->info.how.idmap_how_u.idmu.dn = in lookup_cache_pid2sid()
4133 res->info.how.idmap_how_u.idmu.attr = in lookup_cache_pid2sid()
4135 res->info.how.idmap_how_u.idmu.value = in lookup_cache_pid2sid()
4504 idmap_namerule *rule = &res->info.how.idmap_how_u.rule; in name_based_mapping_pid2sid()
4665 res->info.how.map_type = IDMAP_MAP_TYPE_RULE_BASED; in name_based_mapping_pid2sid()
4915 if (res->info.how.map_type != IDMAP_MAP_TYPE_UNKNOWN) in pid2sid_second_pass()
4916 idmap_how_clear(&res->info.how); in pid2sid_second_pass()