HomeSort by relevance Sort by last modified time
    Searched refs:avrule_t (Results 1 - 15 of 15) sorted by null

  /external/checkpolicy/
policy_define.h 11 #define COND_ERR ((avrule_t *)-1)
16 avrule_t *define_cond_compute_type(int which);
17 avrule_t *define_cond_pol_list(avrule_t *avlist, avrule_t *stmt);
18 avrule_t *define_cond_te_avtab(int which);
19 avrule_t *define_cond_filename_trans(void);
33 int define_conditional(cond_expr_t *expr, avrule_t *t_list, avrule_t *f_list );
module_compiler.h 82 void append_avrule(avrule_t * avrule);
policy_define.c 1513 int define_compute_type_helper(int which, avrule_t ** rule)
1519 avrule_t *avrule;
1523 avrule = malloc(sizeof(avrule_t));
1597 avrule_t *avrule;
1618 avrule_t *define_cond_compute_type(int which)
1621 avrule_t *avrule;
    [all...]
policy_parse.y 353 { if (pass == 2) { if (define_conditional((cond_expr_t*)$2, (avrule_t*)$4, (avrule_t*)$6) < 0) return -1; }}
387 { $$ = define_cond_pol_list((avrule_t *)$1, (avrule_t *)$2); }
module_compiler.c 34 avrule_t *last_avrule;
1327 avrule_t *tmp;
1347 void append_avrule(avrule_t * avrule)
    [all...]
  /external/libsepol/src/
assertion.c 31 const avrule_t * avrule,
65 const avrule_t * avrule)
99 avrule_t * avrules)
101 avrule_t *a;
expand.c     [all...]
policydb.c 521 void avrule_init(avrule_t * x)
523 memset(x, 0, sizeof(avrule_t));
528 void avrule_destroy(avrule_t * x)
652 void avrule_list_destroy(avrule_t * x)
654 avrule_t *next, *cur;
    [all...]
link.c     [all...]
write.c 53 static int avrule_write_list(avrule_t * avrules, struct policy_file *fp);
    [all...]
conditional.c 351 avrule_t *tmp2;
  /external/libsepol/include/sepol/policydb/
conditional.h 81 avrule_t *avtrue_list;
82 avrule_t *avfalse_list;
expand.h 70 avrule_t * source_rule, avtab_t * dest_avtab,
policydb.h 267 } avrule_t; typedef in typeref:struct:avrule
414 avrule_t *avrules;
610 extern void avrule_init(avrule_t * x);
611 extern void avrule_destroy(avrule_t * x);
612 extern void avrule_list_destroy(avrule_t * x);
636 policydb_t * p, avrule_t * avrules);
665 extern int avrule_read_list(policydb_t * p, avrule_t ** avrules,
  /external/checkpolicy/test/
dismod.c 214 int display_avrule(avrule_t * avrule, policydb_t * policy,
598 avrule_t *avrule;
623 avrule_t *avrule = decl->avrules;

Completed in 55 milliseconds