Searched refs:scope_index_t (Results 1 - 7 of 7) sorted by relevance

/external/selinux/libsepol/src/
H A Davrule_block.c77 static void scope_index_destroy(scope_index_t * scope)
H A Dlink.c1659 static int copy_scope_index(scope_index_t * src, scope_index_t * dest,
H A Dwrite.c1765 static int scope_index_write(scope_index_t * scope_index,
H A Dpolicydb.c3412 static int scope_index_read(scope_index_t * scope_index,
/external/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h403 /* scope_index_t holds all of the symbols that are in scope in a
423 } scope_index_t; typedef in typeref:struct:scope_index
439 scope_index_t required; /* symbols needed to activate this block */
440 scope_index_t declared; /* symbols declared within this block */
532 * p_*_macros (cf. struct scope_index_t declaration). */
/external/selinux/checkpolicy/
H A Dmodule_compiler.c698 scope_index_t *scope;
1260 scope_index_t * scope)
1490 scope_index_t *src_scope = &stack->decl->required;
1491 scope_index_t *dest_scope = &dest->required;
/external/selinux/checkpolicy/test/
H A Ddismod.c514 static int display_scope_index(scope_index_t * indices, policydb_t * p,

Completed in 395 milliseconds