Home
last modified time | relevance | path

Searched refs:curblock (Results 1 - 2 of 2) sorted by relevance

/third_party/selinux/libsepol/src/
H A Dpolicydb.c1184 avrule_block_t *curblock; in policydb_index_decls() local
1190 for (curblock = p->global; curblock != NULL; curblock = curblock->next) { in policydb_index_decls()
1191 for (decl = curblock->branch_list; decl != NULL; in policydb_index_decls()
1203 for (curblock = p->global; curblock != NULL; curblock = curblock in policydb_index_decls()
4035 avrule_block_t *last_block = NULL, *curblock; avrule_block_read() local
[all...]
H A Dexpand.c2744 avrule_block_t *curblock = state->base->global; in copy_and_expand_avrule_block() local
2758 while (curblock) { in copy_and_expand_avrule_block()
2759 avrule_decl_t *decl = curblock->enabled; in copy_and_expand_avrule_block()
2810 prevblock = curblock; in copy_and_expand_avrule_block()
2811 curblock = curblock->next; in copy_and_expand_avrule_block()
2817 state->base->global = curblock; in copy_and_expand_avrule_block()
2967 avrule_block_t *curblock; in expand_module() local
3116 for (curblock = state.base->global; curblock ! in expand_module()
[all...]

Completed in 8 milliseconds