Searched defs:map_count (Results 1 - 2 of 2) sorted by relevance
/sssd/src/providers/ipa/ |
H A D | ipa_selinux_maps.c | 42 size_t map_count; member in struct:ipa_selinux_get_maps_state 76 state->map_count = 0; 171 total_count = count + state->map_count; 179 while (state->map_count < total_count) { 180 state->maps[state->map_count] = talloc_steal(state->maps, results[i]); 181 state->map_count++; 194 if (state->map_count == 0) { 218 *count = state->map_count;
|
H A D | ipa_selinux.c | 89 size_t map_count, 104 for (i = 0; i < map_count; i++) { 1392 size_t map_count, 1417 if (map_count > 0) { 1418 ret = ipa_save_user_maps(sysdb, ipa_domain, map_count, maps); 1449 size_t map_count, 1465 ret = ipa_selinux_process_maps(mem_ctx, user, host, maps, map_count, 1585 size_t map_count = 0; local 1594 ret = ipa_get_selinux_recv(subreq, state, &map_count, &maps, 1603 default_user, map_order, map_count, map 87 ipa_save_user_maps(struct sysdb_ctx *sysdb, struct sss_domain_info *domain, size_t map_count, struct sysdb_attrs **maps) argument 1388 ipa_selinux_store_config(struct sysdb_ctx *sysdb, struct sss_domain_info *ipa_domain, const char *default_user, const char *map_order, size_t map_count, struct sysdb_attrs **maps) argument 1445 ipa_selinux_create_child_input(TALLOC_CTX *mem_ctx, struct sysdb_attrs *user, struct sysdb_attrs *host, struct sysdb_attrs **maps, size_t map_count, struct sysdb_attrs **hbac_rules, size_t hbac_count, const char *map_order, struct pam_data *pd, struct sss_domain_info *user_domain, const char *default_user, struct selinux_child_input **_sci) argument [all...] |
Completed in 1339 milliseconds