Searched refs:branch_list (Results 1 – 10 of 10) sorted by relevance
/external/selinux/libsepol/src/ |
D | link.c | 1780 for (decl = block->branch_list; decl != NULL; decl = decl->next) { in copy_avrule_block() 1800 new_block->branch_list = new_decl; in copy_avrule_block() 2089 ret = is_decl_requires_met(state, cur->branch_list, &req); in debug_requirements() 2093 const char *mod_name = cur->branch_list->module_name ? in debug_requirements() 2094 cur->branch_list->module_name : "BASE"; in debug_requirements() 2109 mod_name, cur->branch_list->decl_id, in debug_requirements() 2115 mod_name, cur->branch_list->decl_id, in debug_requirements() 2123 mod_name, cur->branch_list->decl_id, in debug_requirements() 2133 mod_name, cur->branch_list->decl_id, in debug_requirements() 2152 const char *mod_name = cur->branch_list->module_name ? in print_missing_requirements() [all …]
|
D | avrule_block.c | 116 decl = x->branch_list; in avrule_block_destroy()
|
D | expand.c | 2667 if (!dest_pol->global->branch_list->avrules) in copy_neverallow() 2668 dest_pol->global->branch_list->avrules = avrule; in copy_neverallow() 2670 avrule->next = dest_pol->global->branch_list->avrules; in copy_neverallow() 2671 dest_pol->global->branch_list->avrules = avrule; in copy_neverallow() 3157 state.out->global->branch_list->avrules)) in expand_module()
|
D | module_to_cil.c | 369 decl = block->branch_list; in typealias_list_create() 3475 decl = block->branch_list; in block_to_cil() 3548 decl = block->branch_list; in module_block_to_cil() 3589 decl = block->branch_list; in global_block_to_cil() 3658 decl = block->branch_list; in linked_block_to_cil()
|
D | policydb.c | 751 (p->global->branch_list = avrule_decl_create(1)) == NULL) { in policydb_init() 1019 for (decl = curblock->branch_list; decl != NULL; in policydb_index_decls() 1032 for (decl = curblock->branch_list; decl != NULL; in policydb_index_decls() 3547 if (curblock->branch_list == NULL) { in avrule_block_read() 3548 curblock->branch_list = curdecl; in avrule_block_read()
|
D | write.c | 1856 for (decl = cur->branch_list; decl != NULL; decl = decl->next) { in avrule_block_write() 1863 for (decl = cur->branch_list; decl != NULL; decl = decl->next) { in avrule_block_write()
|
/external/selinux/checkpolicy/ |
D | module_compiler.c | 97 if (push_stack(1, policydbp->global, policydbp->global->branch_list) == in define_policy() 1426 block->branch_list = decl; in begin_optional() 1432 block->branch_list != NULL && in begin_optional() 1433 block->branch_list->decl_id == next_decl_id); in begin_optional() 1434 decl = block->branch_list; in begin_optional()
|
/external/selinux/policycoreutils/semodule_deps/ |
D | semodule_deps.c | 162 for (decl = block->branch_list; decl != NULL; decl = decl->next) { in generate_requires()
|
/external/selinux/libsepol/include/sepol/policydb/ |
D | policydb.h | 459 avrule_decl_t *branch_list; member
|
/external/selinux/checkpolicy/test/ |
D | dismod.c | 677 avrule_decl_t *decl = block->branch_list; in display_avblock()
|