Home
last modified time | relevance | path

Searched refs:branch_list (Results 1 – 10 of 10) sorted by relevance

/third_party/selinux/libsepol/src/
Dlink.c1770 for (decl = block->branch_list; decl != NULL; decl = decl->next) { in copy_avrule_block()
1790 new_block->branch_list = new_decl; in copy_avrule_block()
2072 ret = is_decl_requires_met(state, cur->branch_list, &req); in debug_requirements()
2076 const char *mod_name = cur->branch_list->module_name ? in debug_requirements()
2077 cur->branch_list->module_name : "BASE"; in debug_requirements()
2092 mod_name, cur->branch_list->decl_id, in debug_requirements()
2098 mod_name, cur->branch_list->decl_id, in debug_requirements()
2106 mod_name, cur->branch_list->decl_id, in debug_requirements()
2116 mod_name, cur->branch_list->decl_id, in debug_requirements()
2135 const char *mod_name = cur->branch_list->module_name ? in print_missing_requirements()
[all …]
Davrule_block.c118 decl = x->branch_list; in avrule_block_destroy()
Dpolicydb_validate.c153 for (decl = block->branch_list; decl; decl = decl->next) { in validate_scopes()
696 for (decl = avrule_block->branch_list; decl != NULL; decl = decl->next) { in validate_avrule_blocks()
Dmodule_to_cil.c389 decl = block->branch_list; in typealias_list_create()
3611 decl = block->branch_list; in block_to_cil()
3694 decl = block->branch_list; in module_block_to_cil()
3735 decl = block->branch_list; in global_block_to_cil()
3804 decl = block->branch_list; in linked_block_to_cil()
Dexpand.c2683 if (!dest_pol->global->branch_list->avrules) in copy_neverallow()
2684 dest_pol->global->branch_list->avrules = avrule; in copy_neverallow()
2686 avrule->next = dest_pol->global->branch_list->avrules; in copy_neverallow()
2687 dest_pol->global->branch_list->avrules = avrule; in copy_neverallow()
3174 state.out->global->branch_list->avrules)) in expand_module()
Dpolicydb.c883 (p->global->branch_list = avrule_decl_create(1)) == NULL) { in policydb_init()
1179 for (decl = curblock->branch_list; decl != NULL; in policydb_index_decls()
1192 for (decl = curblock->branch_list; decl != NULL; in policydb_index_decls()
4048 if (curblock->branch_list == NULL) { in avrule_block_read()
4049 curblock->branch_list = curdecl; in avrule_block_read()
Dwrite.c2087 for (decl = cur->branch_list; decl != NULL; decl = decl->next) { in avrule_block_write()
2094 for (decl = cur->branch_list; decl != NULL; decl = decl->next) { in avrule_block_write()
/third_party/selinux/checkpolicy/
Dmodule_compiler.c125 if (push_stack(1, policydbp->global, policydbp->global->branch_list) == in define_policy()
1307 block->branch_list = decl; in begin_optional()
1313 block->branch_list != NULL && in begin_optional()
1314 block->branch_list->decl_id == next_decl_id); in begin_optional()
1315 decl = block->branch_list; in begin_optional()
/third_party/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h479 avrule_decl_t *branch_list; member
/third_party/selinux/checkpolicy/test/
Ddismod.c700 avrule_decl_t *decl = block->branch_list; in display_avblock()