Searched refs:SCOPE_REQ (Results 1 - 6 of 6) sorted by relevance

/external/selinux/libsepol/src/
H A Dlink.c689 } else if (scope->scope == SCOPE_REQ) {
730 } else if (scope->scope == SCOPE_REQ) {
1862 new_scope->scope = SCOPE_REQ; /* this is reset further down */
1865 if (base_scope->scope == SCOPE_REQ && scope->scope == SCOPE_DECL) {
1879 } else if (base_scope->scope == SCOPE_DECL && scope->scope == SCOPE_REQ) {
1882 } else if (base_scope->scope == SCOPE_REQ && scope->scope == SCOPE_REQ) {
H A Dmodule_to_cil.c1879 if (scope == SCOPE_REQ) {
2011 if (scope == SCOPE_REQ) {
2117 if (scope == SCOPE_REQ) {
2295 if (scope == SCOPE_REQ) {
3319 rc = func_to_cil[sym](indent, pdb, block, decl_stack, key, datum, SCOPE_REQ);
3337 rc = func_to_cil[args->sym_index](args->indent, args->pdb, args->block, args->decl_stack, key, data, SCOPE_REQ);
H A Dpolicydb.c684 * the policy is a module, set object_r's scope to be SCOPE_REQ,
706 POLICY_MOD ? SCOPE_REQ : SCOPE_DECL), 1,
1475 * scope scope of this symbol, either SCOPE_REQ or SCOPE_DECL
1560 } else if (scope_datum->scope == SCOPE_REQ && scope == SCOPE_DECL) {
/external/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h469 #define SCOPE_REQ 1 macro
/external/selinux/checkpolicy/
H A Dmodule_compiler.c634 SCOPE_REQ, decl->decl_id, dest_value);
/external/selinux/checkpolicy/test/
H A Ddismod.c108 if (scope->scope == SCOPE_REQ) {

Completed in 527 milliseconds