Home
last modified time | relevance | path

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

/external/libsepol/src/
Dlink.c1773 for (decl = block->branch_list; decl != NULL; decl = decl->next) { in copy_avrule_block()
1793 new_block->branch_list = new_decl; in copy_avrule_block()
2082 ret = is_decl_requires_met(state, cur->branch_list, &req); in debug_requirements()
2086 char *mod_name = cur->branch_list->module_name ? in debug_requirements()
2087 cur->branch_list->module_name : "BASE"; in debug_requirements()
2102 mod_name, cur->branch_list->decl_id, in debug_requirements()
2108 mod_name, cur->branch_list->decl_id, in debug_requirements()
2116 mod_name, cur->branch_list->decl_id, in debug_requirements()
2126 mod_name, cur->branch_list->decl_id, in debug_requirements()
2145 char *mod_name = cur->branch_list->module_name ? in print_missing_requirements()
[all …]
Davrule_block.c116 decl = x->branch_list; in avrule_block_destroy()
Dexpand.c2685 if (!dest_pol->global->branch_list->avrules) in copy_neverallow()
2686 dest_pol->global->branch_list->avrules = avrule; in copy_neverallow()
2688 avrule->next = dest_pol->global->branch_list->avrules; in copy_neverallow()
2689 dest_pol->global->branch_list->avrules = avrule; in copy_neverallow()
3175 state.out->global->branch_list->avrules)) in expand_module()
Dpolicydb.c735 (p->global->branch_list = avrule_decl_create(1)) == NULL) { in policydb_init()
1003 for (decl = curblock->branch_list; decl != NULL; in policydb_index_decls()
1016 for (decl = curblock->branch_list; decl != NULL; in policydb_index_decls()
3506 if (curblock->branch_list == NULL) { in avrule_block_read()
3507 curblock->branch_list = curdecl; in avrule_block_read()
Dwrite.c1786 for (decl = cur->branch_list; decl != NULL; decl = decl->next) { in avrule_block_write()
1793 for (decl = cur->branch_list; decl != NULL; decl = decl->next) { in avrule_block_write()
/external/checkpolicy/
Dmodule_compiler.c96 if (push_stack(1, policydbp->global, policydbp->global->branch_list) == in define_policy()
1425 block->branch_list = decl; in begin_optional()
1431 block->branch_list != NULL && in begin_optional()
1432 block->branch_list->decl_id == next_decl_id); in begin_optional()
1433 decl = block->branch_list; in begin_optional()
/external/libsepol/include/sepol/policydb/
Dpolicydb.h432 avrule_decl_t *branch_list; member
/external/checkpolicy/test/
Ddismod.c677 avrule_decl_t *decl = block->branch_list; in display_avblock()