Home
last modified time | relevance | path

Searched refs:avrule_block_t (Results 1 – 9 of 9) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
Davrule_block.h29 extern avrule_block_t *avrule_block_create(void);
30 extern void avrule_block_destroy(avrule_block_t * x);
33 extern void avrule_block_list_destroy(avrule_block_t * x);
Dpolicydb.h484 } avrule_block_t; typedef
558 avrule_block_t *global;
/external/selinux/libsepol/src/
Davrule_block.c44 avrule_block_t *avrule_block_create(void) in avrule_block_create()
46 avrule_block_t *block; in avrule_block_create()
112 void avrule_block_destroy(avrule_block_t * x) in avrule_block_destroy()
127 void avrule_block_list_destroy(avrule_block_t * x) in avrule_block_list_destroy()
130 avrule_block_t *next = x->next; in avrule_block_list_destroy()
Dlink.c51 avrule_block_t *base_global;
57 avrule_block_t *last_avrule_block, *last_base_avrule_block;
1756 avrule_block_t * block) in copy_avrule_block()
1758 avrule_block_t *new_block = avrule_block_create(); in copy_avrule_block()
1913 avrule_block_t *cur; in copy_module()
2064 avrule_block_t *cur; in debug_requirements()
2131 avrule_block_t * cur, in print_missing_requirements()
2180 avrule_block_t *block; in enable_avrules()
2261 avrule_block_t *block; in cond_normalize()
2281 avrule_block_t *cur; in prepare_module()
[all …]
Dexpand.c2715 avrule_block_t *curblock = state->base->global; in copy_and_expand_avrule_block()
2716 avrule_block_t *prevblock; in copy_and_expand_avrule_block()
2829 avrule_block_t *block; in discard_tunables()
2938 avrule_block_t *curblock; in expand_module()
Dwrite.c1999 static int avrule_block_write(avrule_block_t * block, int num_scope_syms, in avrule_block_write()
2004 avrule_block_t *cur; in avrule_block_write()
Dpolicydb.c1169 avrule_block_t *curblock; in policydb_index_decls()
3817 avrule_block_t ** block, in avrule_block_read()
3821 avrule_block_t *last_block = NULL, *curblock; in avrule_block_read()
/external/selinux/checkpolicy/
Dmodule_compiler.c25 avrule_block_t *avrule;
51 static avrule_block_t *last_block;
1298 avrule_block_t *block = NULL; in begin_optional()
1454 s->u.avrule = va_arg(ap, avrule_block_t *); in push_stack()
/external/selinux/checkpolicy/test/
Ddismod.c699 avrule_block_t *block = policydb.global; in display_avblock()