Searched refs:branch_list (Results 1 - 10 of 10) sorted by path

/external/selinux/checkpolicy/
H A Dmodule_compiler.c97 if (push_stack(1, policydbp->global, policydbp->global->branch_list) ==
1426 block->branch_list = decl;
1432 block->branch_list != NULL &&
1433 block->branch_list->decl_id == next_decl_id);
1434 decl = block->branch_list;
/external/selinux/checkpolicy/test/
H A Ddismod.c677 avrule_decl_t *decl = block->branch_list;
/external/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h456 avrule_decl_t *branch_list; member in struct:avrule_block
/external/selinux/libsepol/src/
H A Davrule_block.c116 decl = x->branch_list;
H A Dexpand.c2650 if (!dest_pol->global->branch_list->avrules)
2651 dest_pol->global->branch_list->avrules = avrule;
2653 avrule->next = dest_pol->global->branch_list->avrules;
2654 dest_pol->global->branch_list->avrules = avrule;
3140 state.out->global->branch_list->avrules))
H A Dlink.c1780 for (decl = block->branch_list; decl != NULL; decl = decl->next) {
1800 new_block->branch_list = new_decl;
2089 ret = is_decl_requires_met(state, cur->branch_list, &req);
2093 const char *mod_name = cur->branch_list->module_name ?
2094 cur->branch_list->module_name : "BASE";
2109 mod_name, cur->branch_list->decl_id,
2115 mod_name, cur->branch_list->decl_id,
2123 mod_name, cur->branch_list->decl_id,
2133 mod_name, cur->branch_list->decl_id,
2152 const char *mod_name = cur->branch_list
[all...]
H A Dmodule_to_cil.c369 decl = block->branch_list;
3424 decl = block->branch_list;
3497 decl = block->branch_list;
3538 decl = block->branch_list;
3607 decl = block->branch_list;
H A Dpolicydb.c751 (p->global->branch_list = avrule_decl_create(1)) == NULL) {
1019 for (decl = curblock->branch_list; decl != NULL;
1032 for (decl = curblock->branch_list; decl != NULL;
3547 if (curblock->branch_list == NULL) {
3548 curblock->branch_list = curdecl;
H A Dwrite.c1852 for (decl = cur->branch_list; decl != NULL; decl = decl->next) {
1859 for (decl = cur->branch_list; decl != NULL; decl = decl->next) {
/external/selinux/policycoreutils/semodule_deps/
H A Dsemodule_deps.c162 for (decl = block->branch_list; decl != NULL; decl = decl->next) {

Completed in 4698 milliseconds