Home
last modified time | relevance | path

Searched refs:avrule_block_t (Results 1 – 10 of 10) 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.h470 } avrule_block_t; typedef
544 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;
1766 avrule_block_t * block) in copy_avrule_block()
1768 avrule_block_t *new_block = avrule_block_create(); in copy_avrule_block()
1923 avrule_block_t *cur; in copy_module()
2081 avrule_block_t *cur; in debug_requirements()
2148 avrule_block_t * cur, in print_missing_requirements()
2197 avrule_block_t *block; in enable_avrules()
2278 avrule_block_t *block; in cond_normalize()
2298 avrule_block_t *cur; in prepare_module()
[all …]
Dexpand.c2735 avrule_block_t *curblock = state->base->global; in copy_and_expand_avrule_block()
2736 avrule_block_t *prevblock; in copy_and_expand_avrule_block()
2849 avrule_block_t *block; in discard_tunables()
2958 avrule_block_t *curblock; in expand_module()
Dwrite.c1906 static int avrule_block_write(avrule_block_t * block, int num_scope_syms, in avrule_block_write()
1911 avrule_block_t *cur; in avrule_block_write()
Dpolicydb.c1108 avrule_block_t *curblock; in policydb_index_decls()
3655 avrule_block_t ** block, in avrule_block_read()
3659 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;
1297 avrule_block_t *block = NULL; in begin_optional()
1453 s->u.avrule = va_arg(ap, avrule_block_t *); in push_stack()
/external/selinux/semodule-utils/semodule_deps/
Dsemodule_deps.c140 avrule_block_t *block; in generate_requires()
/external/selinux/checkpolicy/test/
Ddismod.c674 avrule_block_t *block = policydb.global; in display_avblock()