Searched defs:best_match_maps_cnt (Results 1 - 1 of 1) sorted by relevance

/sssd/src/providers/ipa/
H A Dipa_selinux.c153 size_t best_match_maps_cnt);
173 size_t best_match_maps_cnt = 0; local
201 while (best_match_maps_cnt > 0) {
202 best_match_maps_cnt--;
203 usermaps[best_match_maps_cnt] = NULL;
208 usermaps[best_match_maps_cnt] = selinux_maps[i];
209 best_match_maps_cnt++;
231 top_priority, usermaps, best_match_maps_cnt);
253 size_t best_match_maps_cnt)
312 while (best_match_maps_cnt >
245 ipa_selinux_process_seealso_maps(struct sysdb_attrs *user, struct sysdb_attrs *host, struct sysdb_attrs **seealso_rules, size_t seealso_rules_count, struct sysdb_attrs **hbac_rules, size_t hbac_rule_count, uint32_t top_priority, struct sysdb_attrs **usermaps, size_t best_match_maps_cnt) argument
[all...]

Completed in 30 milliseconds