Searched refs:branch_list (Results 1 – 9 of 9) sorted by relevance
/external/selinux/libsepol/src/ |
D | link.c | 1789 for (decl = block->branch_list; decl != NULL; decl = decl->next) { in copy_avrule_block() 1809 new_block->branch_list = new_decl; in copy_avrule_block() 2098 ret = is_decl_requires_met(state, cur->branch_list, &req); in debug_requirements() 2102 const char *mod_name = cur->branch_list->module_name ? in debug_requirements() 2103 cur->branch_list->module_name : "BASE"; in debug_requirements() 2118 mod_name, cur->branch_list->decl_id, in debug_requirements() 2124 mod_name, cur->branch_list->decl_id, in debug_requirements() 2132 mod_name, cur->branch_list->decl_id, in debug_requirements() 2142 mod_name, cur->branch_list->decl_id, in debug_requirements() 2161 const char *mod_name = cur->branch_list->module_name ? in print_missing_requirements() [all …]
|
D | avrule_block.c | 118 decl = x->branch_list; in avrule_block_destroy()
|
D | expand.c | 2722 if (!dest_pol->global->branch_list->avrules) in copy_neverallow() 2723 dest_pol->global->branch_list->avrules = avrule; in copy_neverallow() 2725 avrule->next = dest_pol->global->branch_list->avrules; in copy_neverallow() 2726 dest_pol->global->branch_list->avrules = avrule; in copy_neverallow() 3212 state.out->global->branch_list->avrules)) in expand_module()
|
D | module_to_cil.c | 386 decl = block->branch_list; in typealias_list_create() 3638 decl = block->branch_list; in block_to_cil() 3721 decl = block->branch_list; in module_block_to_cil() 3762 decl = block->branch_list; in global_block_to_cil() 3831 decl = block->branch_list; in linked_block_to_cil()
|
D | policydb.c | 857 (p->global->branch_list = avrule_decl_create(1)) == NULL) { in policydb_init() 1154 for (decl = curblock->branch_list; decl != NULL; in policydb_index_decls() 1167 for (decl = curblock->branch_list; decl != NULL; in policydb_index_decls() 3852 if (curblock->branch_list == NULL) { in avrule_block_read() 3853 curblock->branch_list = curdecl; in avrule_block_read()
|
D | write.c | 1989 for (decl = cur->branch_list; decl != NULL; decl = decl->next) { in avrule_block_write() 1996 for (decl = cur->branch_list; decl != NULL; decl = decl->next) { in avrule_block_write()
|
/external/selinux/checkpolicy/ |
D | module_compiler.c | 125 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()
|
/external/selinux/libsepol/include/sepol/policydb/ |
D | policydb.h | 477 avrule_decl_t *branch_list; member
|
/external/selinux/checkpolicy/test/ |
D | dismod.c | 702 avrule_decl_t *decl = block->branch_list; in display_avblock()
|