Searched refs:scope_index_t (Results 1 – 8 of 8) sorted by relevance
447 } scope_index_t; typedef463 scope_index_t required; /* symbols needed to activate this block */464 scope_index_t declared; /* symbols declared within this block */
739 scope_index_t *scope; in add_perm_to_class()1142 const scope_index_t * scope) in is_perm_in_scope_index()1372 const scope_index_t *src_scope = &stack->decl->required; in copy_requirements()1373 scope_index_t *dest_scope = &dest->required; in copy_requirements()
77 static void scope_index_destroy(scope_index_t * scope) in scope_index_destroy()
1655 static int copy_scope_index(scope_index_t * src, scope_index_t * dest, in copy_scope_index()
1149 static int validate_scope_index(sepol_handle_t *handle, scope_index_t *scope_index, validate_t flav… in validate_scope_index()
2020 static int scope_index_write(scope_index_t * scope_index, in scope_index_write()
3946 static int scope_index_read(scope_index_t * scope_index, in scope_index_read()
538 static int display_scope_index(scope_index_t * indices, policydb_t * p, in display_scope_index()