Searched refs:branch_list (Results 1 – 10 of 10) sorted by relevance
/third_party/selinux/libsepol/src/ |
D | link.c | 1769 for (decl = block->branch_list; decl != NULL; decl = decl->next) { in copy_avrule_block() 1789 new_block->branch_list = new_decl; in copy_avrule_block() 2071 ret = is_decl_requires_met(state, cur->branch_list, &req); in debug_requirements() 2075 const char *mod_name = cur->branch_list->module_name ? in debug_requirements() 2076 cur->branch_list->module_name : "BASE"; in debug_requirements() 2091 mod_name, cur->branch_list->decl_id, in debug_requirements() 2097 mod_name, cur->branch_list->decl_id, in debug_requirements() 2105 mod_name, cur->branch_list->decl_id, in debug_requirements() 2115 mod_name, cur->branch_list->decl_id, in debug_requirements() 2134 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 | policydb_validate.c | 209 for (decl = block->branch_list; decl; decl = decl->next) { in validate_scopes() 1219 for (decl = avrule_block->branch_list; decl != NULL; decl = decl->next) { in validate_avrule_blocks()
|
D | expand.c | 2708 if (!dest_pol->global->branch_list->avrules) in copy_neverallow() 2709 dest_pol->global->branch_list->avrules = avrule; in copy_neverallow() 2711 avrule->next = dest_pol->global->branch_list->avrules; in copy_neverallow() 2712 dest_pol->global->branch_list->avrules = avrule; in copy_neverallow() 3200 state.out->global->branch_list->avrules)) in expand_module()
|
D | module_to_cil.c | 389 decl = block->branch_list; in typealias_list_create() 3648 decl = block->branch_list; in block_to_cil() 3731 decl = block->branch_list; in module_block_to_cil() 3772 decl = block->branch_list; in global_block_to_cil() 3841 decl = block->branch_list; in linked_block_to_cil()
|
D | policydb.c | 896 (p->global->branch_list = avrule_decl_create(1)) == NULL) { in policydb_init() 1192 for (decl = curblock->branch_list; decl != NULL; in policydb_index_decls() 1205 for (decl = curblock->branch_list; decl != NULL; in policydb_index_decls() 4085 if (curblock->branch_list == NULL) { in avrule_block_read() 4086 curblock->branch_list = curdecl; in avrule_block_read()
|
D | write.c | 2107 for (decl = cur->branch_list; decl != NULL; decl = decl->next) { in avrule_block_write() 2114 for (decl = cur->branch_list; decl != NULL; decl = decl->next) { in avrule_block_write()
|
/third_party/selinux/checkpolicy/ |
D | module_compiler.c | 126 if (push_stack(1, policydbp->global, policydbp->global->branch_list) == in define_policy() 1308 block->branch_list = decl; in begin_optional() 1314 block->branch_list != NULL && in begin_optional() 1315 block->branch_list->decl_id == next_decl_id); in begin_optional() 1316 decl = block->branch_list; in begin_optional()
|
/third_party/selinux/libsepol/include/sepol/policydb/ |
D | policydb.h | 480 avrule_decl_t *branch_list; member
|
/third_party/selinux/checkpolicy/test/ |
D | dismod.c | 700 avrule_decl_t *decl = block->branch_list; in display_avblock()
|