Lines Matching refs:how

1324 	res->info.how.map_type = IDMAP_MAP_TYPE_KNOWN_SID;  in lookup_wksids_sid2pid()
1391 res->info.how.map_type = IDMAP_MAP_TYPE_KNOWN_SID; in lookup_wksids_pid2sid()
1649 res->info.how.map_type = strtoul(values[6], &end, 10); in lookup_cache_sid2pid()
1650 switch (res->info.how.map_type) { in lookup_cache_sid2pid()
1652 res->info.how.idmap_how_u.ad.dn = in lookup_cache_sid2pid()
1654 res->info.how.idmap_how_u.ad.attr = in lookup_cache_sid2pid()
1656 res->info.how.idmap_how_u.ad.value = in lookup_cache_sid2pid()
1661 res->info.how.idmap_how_u.nldap.dn = in lookup_cache_sid2pid()
1663 res->info.how.idmap_how_u.nldap.attr = in lookup_cache_sid2pid()
1665 res->info.how.idmap_how_u.nldap.value = in lookup_cache_sid2pid()
1670 res->info.how.idmap_how_u.rule.windomain = in lookup_cache_sid2pid()
1672 res->info.how.idmap_how_u.rule.winname = in lookup_cache_sid2pid()
1674 res->info.how.idmap_how_u.rule.unixname = in lookup_cache_sid2pid()
1676 res->info.how.idmap_how_u.rule.is_nt4 = in lookup_cache_sid2pid()
1678 res->info.how.idmap_how_u.rule.is_user = in lookup_cache_sid2pid()
1680 res->info.how.idmap_how_u.rule.is_wuser = in lookup_cache_sid2pid()
1694 res->info.how.idmap_how_u.idmu.dn = in lookup_cache_sid2pid()
1696 res->info.how.idmap_how_u.idmu.attr = in lookup_cache_sid2pid()
1698 res->info.how.idmap_how_u.idmu.value = in lookup_cache_sid2pid()
1898 idmap_how *how; in ad_lookup_batch_int() local
1951 how = &res->info.how; in ad_lookup_batch_int()
1998 idmap_how_clear(&res->info.how); in ad_lookup_batch_int()
2000 how->map_type = IDMAP_MAP_TYPE_DS_AD; in ad_lookup_batch_int()
2001 dn = &how->idmap_how_u.ad.dn; in ad_lookup_batch_int()
2002 attr = &how->idmap_how_u.ad.attr; in ad_lookup_batch_int()
2003 value = &how->idmap_how_u.ad.value; in ad_lookup_batch_int()
2016 idmap_how_clear(&res->info.how); in ad_lookup_batch_int()
2018 how->map_type = IDMAP_MAP_TYPE_IDMU; in ad_lookup_batch_int()
2019 dn = &how->idmap_how_u.idmu.dn; in ad_lookup_batch_int()
2020 attr = &how->idmap_how_u.idmu.attr; in ad_lookup_batch_int()
2021 value = &how->idmap_how_u.idmu.value; in ad_lookup_batch_int()
2122 idmap_how_clear(&res->info.how); in ad_lookup_batch_int()
2124 how->map_type = IDMAP_MAP_TYPE_IDMU; in ad_lookup_batch_int()
2127 &how->idmap_how_u.ad.dn, in ad_lookup_batch_int()
2128 &how->idmap_how_u.ad.attr, in ad_lookup_batch_int()
2129 &how->idmap_how_u.ad.value, in ad_lookup_batch_int()
2149 idmap_how_clear(&res->info.how); in ad_lookup_batch_int()
2151 how->map_type = IDMAP_MAP_TYPE_DS_AD; in ad_lookup_batch_int()
2154 &how->idmap_how_u.ad.dn, in ad_lookup_batch_int()
2155 &how->idmap_how_u.ad.attr, in ad_lookup_batch_int()
2156 &how->idmap_how_u.ad.value, in ad_lookup_batch_int()
2259 idmap_how_clear(&res->info.how); in ad_lookup_batch_int()
2286 res->info.how.map_type = in ad_lookup_batch_int()
2305 res->info.how.map_type = in ad_lookup_batch_int()
2805 res->info.how.map_type = IDMAP_MAP_TYPE_LOCAL_SID; in generate_localsid()
2871 res->info.how.map_type = IDMAP_MAP_TYPE_LOCAL_SID; in lookup_localsid2pid()
3019 idmap_namerule *rule = &res->info.how.idmap_how_u.rule; in name_based_mapping_sid2pid()
3200 res->info.how.map_type = IDMAP_MAP_TYPE_RULE_BASED; in name_based_mapping_sid2pid()
3346 res->info.how.map_type = IDMAP_MAP_TYPE_EPHEMERAL; in dynamic_ephemeral_mapping()
3355 res->info.how.map_type = IDMAP_MAP_TYPE_EPHEMERAL; in dynamic_ephemeral_mapping()
3370 res->info.how.map_type = IDMAP_MAP_TYPE_EPHEMERAL; in dynamic_ephemeral_mapping()
3538 if (res->info.how.map_type != IDMAP_MAP_TYPE_UNKNOWN) in sid2pid_second_pass()
3539 idmap_how_clear(&res->info.how); in sid2pid_second_pass()
3625 assert(res->info.how.map_type != IDMAP_MAP_TYPE_UNKNOWN); in update_cache_pid2sid()
3626 switch (res->info.how.map_type) { in update_cache_pid2sid()
3628 map_dn = res->info.how.idmap_how_u.ad.dn; in update_cache_pid2sid()
3629 map_attr = res->info.how.idmap_how_u.ad.attr; in update_cache_pid2sid()
3630 map_value = res->info.how.idmap_how_u.ad.value; in update_cache_pid2sid()
3634 map_dn = res->info.how.idmap_how_u.nldap.dn; in update_cache_pid2sid()
3635 map_attr = res->info.how.idmap_how_u.nldap.attr; in update_cache_pid2sid()
3636 map_value = res->info.how.idmap_how_u.nldap.value; in update_cache_pid2sid()
3640 map_windomain = res->info.how.idmap_how_u.rule.windomain; in update_cache_pid2sid()
3641 map_winname = res->info.how.idmap_how_u.rule.winname; in update_cache_pid2sid()
3642 map_unixname = res->info.how.idmap_how_u.rule.unixname; in update_cache_pid2sid()
3643 map_is_nt4 = res->info.how.idmap_how_u.rule.is_nt4; in update_cache_pid2sid()
3653 map_dn = res->info.how.idmap_how_u.idmu.dn; in update_cache_pid2sid()
3654 map_attr = res->info.how.idmap_how_u.idmu.attr; in update_cache_pid2sid()
3655 map_value = res->info.how.idmap_how_u.idmu.value; in update_cache_pid2sid()
3681 res->info.how.map_type, map_dn, map_attr, map_value, in update_cache_pid2sid()
3782 switch (res->info.how.map_type) { in update_cache_sid2pid()
3784 map_dn = res->info.how.idmap_how_u.ad.dn; in update_cache_sid2pid()
3785 map_attr = res->info.how.idmap_how_u.ad.attr; in update_cache_sid2pid()
3786 map_value = res->info.how.idmap_how_u.ad.value; in update_cache_sid2pid()
3790 map_dn = res->info.how.idmap_how_u.nldap.dn; in update_cache_sid2pid()
3791 map_attr = res->info.how.idmap_how_u.ad.attr; in update_cache_sid2pid()
3792 map_value = res->info.how.idmap_how_u.nldap.value; in update_cache_sid2pid()
3796 map_windomain = res->info.how.idmap_how_u.rule.windomain; in update_cache_sid2pid()
3797 map_winname = res->info.how.idmap_how_u.rule.winname; in update_cache_sid2pid()
3798 map_unixname = res->info.how.idmap_how_u.rule.unixname; in update_cache_sid2pid()
3799 map_is_nt4 = res->info.how.idmap_how_u.rule.is_nt4; in update_cache_sid2pid()
3806 map_dn = res->info.how.idmap_how_u.idmu.dn; in update_cache_sid2pid()
3807 map_attr = res->info.how.idmap_how_u.idmu.attr; in update_cache_sid2pid()
3808 map_value = res->info.how.idmap_how_u.idmu.value; in update_cache_sid2pid()
3831 res->info.how.map_type, map_dn, map_attr, map_value, in update_cache_sid2pid()
4004 res->info.how.map_type = strtoul(values[6], &end, 10); in lookup_cache_pid2sid()
4005 switch (res->info.how.map_type) { in lookup_cache_pid2sid()
4007 res->info.how.idmap_how_u.ad.dn = in lookup_cache_pid2sid()
4009 res->info.how.idmap_how_u.ad.attr = in lookup_cache_pid2sid()
4011 res->info.how.idmap_how_u.ad.value = in lookup_cache_pid2sid()
4016 res->info.how.idmap_how_u.nldap.dn = in lookup_cache_pid2sid()
4018 res->info.how.idmap_how_u.nldap.attr = in lookup_cache_pid2sid()
4020 res->info.how.idmap_how_u.nldap.value = in lookup_cache_pid2sid()
4025 res->info.how.idmap_how_u.rule.windomain = in lookup_cache_pid2sid()
4027 res->info.how.idmap_how_u.rule.winname = in lookup_cache_pid2sid()
4029 res->info.how.idmap_how_u.rule.unixname = in lookup_cache_pid2sid()
4031 res->info.how.idmap_how_u.rule.is_nt4 = in lookup_cache_pid2sid()
4033 res->info.how.idmap_how_u.rule.is_user = in lookup_cache_pid2sid()
4035 res->info.how.idmap_how_u.rule.is_wuser = in lookup_cache_pid2sid()
4049 res->info.how.idmap_how_u.idmu.dn = in lookup_cache_pid2sid()
4051 res->info.how.idmap_how_u.idmu.attr = in lookup_cache_pid2sid()
4053 res->info.how.idmap_how_u.idmu.value = in lookup_cache_pid2sid()
4421 idmap_namerule *rule = &res->info.how.idmap_how_u.rule; in name_based_mapping_pid2sid()
4582 res->info.how.map_type = IDMAP_MAP_TYPE_RULE_BASED; in name_based_mapping_pid2sid()
4832 if (res->info.how.map_type != IDMAP_MAP_TYPE_UNKNOWN) in pid2sid_second_pass()
4833 idmap_how_clear(&res->info.how); in pid2sid_second_pass()