/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); 32 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 | 1479 int define_compute_type_helper(int which, avrule_t ** rule) 1485 avrule_t *avrule; 1489 avrule = malloc(sizeof(avrule_t)); 1557 avrule_t *avrule; 1578 avrule_t *define_cond_compute_type(int which) 1581 avrule_t *avrule; 1592 return (avrule_t *) 1; [all...] |
policy_parse.y | 346 { if (pass == 2) { if (define_conditional((cond_expr_t*)$2, (avrule_t*)$4, (avrule_t*)$6) < 0) return -1; }} 380 { $$ = 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/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 | 264 } avrule_t; typedef in typeref:struct:avrule 411 avrule_t *avrules; 607 extern void avrule_init(avrule_t * x); 608 extern void avrule_destroy(avrule_t * x); 609 extern void avrule_list_destroy(avrule_t * x); 633 policydb_t * p, avrule_t * avrules); 662 extern int avrule_read_list(policydb_t * p, avrule_t ** avrules,
|
/external/libsepol/src/ |
assertion.c | 81 avrule_t * avrules) 83 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) 650 void avrule_list_destroy(avrule_t * x) 652 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/checkpolicy/test/ |
dismod.c | 214 int display_avrule(avrule_t * avrule, policydb_t * policy, 598 avrule_t *avrule; 623 avrule_t *avrule = decl->avrules;
|