Searched defs:map_count (Results 1 - 2 of 2) sorted by relevance
/sssd-io/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 | 90 size_t map_count, 105 for (i = 0; i < map_count; i++) { 1412 size_t map_count, 1437 if (map_count > 0) { 1438 ret = ipa_save_user_maps(sysdb, ipa_domain, map_count, maps); 1469 size_t map_count, 1485 ret = ipa_selinux_process_maps(mem_ctx, user, host, maps, map_count, 1605 size_t map_count = 0; local 1614 ret = ipa_get_selinux_recv(subreq, state, &map_count, &maps, 1623 default_user, map_order, map_count, map 88 ipa_save_user_maps(struct sysdb_ctx *sysdb, struct sss_domain_info *domain, size_t map_count, struct sysdb_attrs **maps) argument 1408 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 1465 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 14 milliseconds