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

/external/libsepol/src/
H A Dlink.c1779 for (decl = block->branch_list; decl != NULL; decl = decl->next) {
1799 new_block->branch_list = new_decl;
2088 ret = is_decl_requires_met(state, cur->branch_list, &req);
2092 char *mod_name = cur->branch_list->module_name ?
2093 cur->branch_list->module_name : "BASE";
2108 mod_name, cur->branch_list->decl_id,
2114 mod_name, cur->branch_list->decl_id,
2122 mod_name, cur->branch_list->decl_id,
2132 mod_name, cur->branch_list->decl_id,
2151 char *mod_name = cur->branch_list
[all...]
H A Davrule_block.c116 decl = x->branch_list;
H A Dexpand.c2691 if (!dest_pol->global->branch_list->avrules)
2692 dest_pol->global->branch_list->avrules = avrule;
2694 avrule->next = dest_pol->global->branch_list->avrules;
2695 dest_pol->global->branch_list->avrules = avrule;
3181 state.out->global->branch_list->avrules))
H A Dpolicydb.c737 (p->global->branch_list = avrule_decl_create(1)) == NULL) {
1005 for (decl = curblock->branch_list; decl != NULL;
1018 for (decl = curblock->branch_list; decl != NULL;
3508 if (curblock->branch_list == NULL) {
3509 curblock->branch_list = curdecl;
H A Dwrite.c1786 for (decl = cur->branch_list; decl != NULL; decl = decl->next) {
1793 for (decl = cur->branch_list; decl != NULL; decl = decl->next) {
/external/checkpolicy/
H A Dmodule_compiler.c96 if (push_stack(1, policydbp->global, policydbp->global->branch_list) ==
1425 block->branch_list = decl;
1431 block->branch_list != NULL &&
1432 block->branch_list->decl_id == next_decl_id);
1433 decl = block->branch_list;
/external/libsepol/include/sepol/policydb/
H A Dpolicydb.h435 avrule_decl_t *branch_list; member in struct:avrule_block
/external/checkpolicy/test/
H A Ddismod.c677 avrule_decl_t *decl = block->branch_list;

Completed in 233 milliseconds