/external/selinux/libsepol/cil/src/ |
cil_flavor.h | 159 CIL_PERM,
|
cil_reset_ast.c | 15 struct cil_perm *perm = (struct cil_perm *)d; 35 static void cil_reset_perm(struct cil_perm *perm) 379 case CIL_PERM:
|
cil_post.c | 673 struct cil_perm *perm = (struct cil_perm *)datum; 833 case CIL_PERM: [all...] |
cil_binary.c | 248 struct cil_perm *cmp = i->data; 263 struct cil_perm *cmp = (struct cil_perm *)d; 291 struct cil_tree_node *cil_perm = node->cl_head; local 308 while (cil_perm != NULL) { 309 struct cil_perm *curr = cil_perm->data; 321 cil_perm = cil_perm->next; 343 struct cil_tree_node *cil_perm = node->cl_head local 1252 struct cil_perm *cil_perm; local [all...] |
cil_tree.c | 436 if (current_perm->flavor == CIL_PERM) { 437 cil_log(CIL_INFO, " %s", ((struct cil_perm *)current_perm->data)->datum.name); 439 cil_log(CIL_INFO, " %s", ((struct cil_perm*)current_perm->data)->datum.name); 870 struct cil_perm *cmp = node->data; [all...] |
cil_internal.h | 333 struct cil_perm { struct 950 void cil_perm_init(struct cil_perm **perm);
|
cil_verify.c | 1239 struct cil_perm *com_perm = curr_com_perm->data; 1245 struct cil_perm *class_perm = curr_class_perm->data; [all...] |
cil_build_ast.h | 56 void cil_destroy_perm(struct cil_perm *perm);
|
cil_copy_ast.c | 165 struct cil_perm *orig = data; 171 struct cil_perm *new; [all...] |
cil_policy.c | 521 struct cil_perm *cmp = i->data; 560 struct cil_perm *cmp = j->data; 994 if (current->flavor == CIL_PERM) { [all...] |
cil.c | 516 case CIL_PERM: 769 case CIL_PERM: 892 case CIL_PERM: [all...] |
cil_resolve_ast.c | 646 struct cil_perm *perm = (struct cil_perm *)d; 697 struct cil_perm *mp = NULL; 712 mp = (struct cil_perm*)datum; [all...] |
cil_build_ast.c | 376 rc = cil_gen_perm_nodes(db, perms, ast_node, CIL_PERM, &class->num_perms); 458 struct cil_perm *perm = NULL; 481 void cil_destroy_perm(struct cil_perm *perm) 545 rc = cil_gen_expr(start_perm, CIL_PERM, perms); 926 rc = cil_gen_perm_nodes(db, parse_current->next->next->cl_head, ast_node, CIL_PERM, &common->num_perms); [all...] |
/external/selinux/libsepol/cil/test/unit/ |
test_cil_build_ast.c | 798 int rc = cil_gen_perm_nodes(test_db, test_tree->root->cl_head->cl_head->next->next->cl_head, test_ast_node, CIL_PERM); 828 int rc = cil_gen_perm_nodes(test_db, test_tree->root->cl_head->cl_head->next->next->cl_head, test_ast_node, CIL_PERM); 856 int rc = cil_gen_perm_nodes(test_db, test_tree->root->cl_head->cl_head->next->next->cl_head, test_ast_node, CIL_PERM); [all...] |