/external/selinux/libsepol/cil/src/ |
D | cil_policy.c | 183 cil_tree_walk(start, __cil_gather_statements_helper, NULL, NULL, lists); in cil_gather_statements() 1378 cil_tree_walk(start, __cil_block_te_rules_to_policy_helper, NULL, NULL, &args); in cil_block_te_rules_to_policy() 1382 cil_tree_walk(start, __cil_block_te_rules_to_policy_helper, NULL, NULL, &args); in cil_block_te_rules_to_policy() 1384 cil_tree_walk(start, __cil_block_te_rules_to_policy_helper, NULL, NULL, &args); in cil_block_te_rules_to_policy() 1386 cil_tree_walk(start, __cil_block_te_rules_to_policy_helper, NULL, NULL, &args); in cil_block_te_rules_to_policy() 1388 cil_tree_walk(start, __cil_block_te_rules_to_policy_helper, NULL, NULL, &args); in cil_block_te_rules_to_policy() 1392 cil_tree_walk(start, __cil_block_te_rules_to_policy_helper, NULL, NULL, &args); in cil_block_te_rules_to_policy() 1394 cil_tree_walk(start, __cil_block_te_rules_to_policy_helper, NULL, NULL, &args); in cil_block_te_rules_to_policy() 1396 cil_tree_walk(start, __cil_block_te_rules_to_policy_helper, NULL, NULL, &args); in cil_block_te_rules_to_policy() 1398 cil_tree_walk(start, __cil_block_te_rules_to_policy_helper, NULL, NULL, &args); in cil_block_te_rules_to_policy() [all …]
|
D | cil_tree.h | 72 int cil_tree_walk(struct cil_tree_node *start_node, int (*process_node)(struct cil_tree_node *node,…
|
D | cil_post.c | 1936 rc = cil_tree_walk(db->ast->root, __cil_post_db_count_helper, NULL, NULL, db); in cil_post_db() 1942 rc = cil_tree_walk(db->ast->root, __cil_post_db_array_helper, NULL, NULL, db); in cil_post_db() 1948 rc = cil_tree_walk(db->ast->root, __cil_post_db_attr_helper, NULL, NULL, db); in cil_post_db() 1954 rc = cil_tree_walk(db->ast->root, __cil_post_db_roletype_helper, NULL, NULL, db); in cil_post_db() 1960 rc = cil_tree_walk(db->ast->root, __cil_post_db_userrole_helper, NULL, NULL, db); in cil_post_db() 1966 rc = cil_tree_walk(db->ast->root, __cil_post_db_classperms_helper, NULL, NULL, db); in cil_post_db() 1972 rc = cil_tree_walk(db->ast->root, __cil_post_db_cat_helper, NULL, NULL, db); in cil_post_db() 2016 rc = cil_tree_walk(db->ast->root, __cil_verify_helper, NULL, NULL, &extra_args); in cil_post_verify() 2063 rc = cil_tree_walk(db->ast->root, __cil_pre_verify_helper, NULL, NULL, &extra_args); in cil_pre_verify()
|
D | android.c | 150 rc = cil_tree_walk(db->ast->root, __extract_attributees_helper, NULL, NULL, &extra_args); in cil_extract_attributees() 763 rc = cil_tree_walk(db->ast->root, __attributize_helper, NULL, NULL, &extra_args); in cil_attributize()
|
D | cil_find.c | 384 rc = cil_tree_walk(current, __cil_find_matching_avrule_in_ast, NULL, NULL, &args); in cil_find_matching_avrule_in_ast()
|
D | cil_reset_ast.c | 565 rc = cil_tree_walk(current, __cil_reset_node, NULL, NULL, NULL); in cil_reset_ast()
|
D | cil_verify.c | 420 rc = cil_tree_walk(current, __cil_verify_ordered_node_helper, NULL, NULL, &extra_args); in __cil_verify_ordered() 968 rc = cil_tree_walk(cond_block, __cil_verify_booleanif_helper, NULL, NULL, symtab); in __cil_verify_booleanif()
|
D | cil_write_ast.c | 449 rc = cil_tree_walk(node, __cil_write_node_helper, in cil_write_class() 1500 rc = cil_tree_walk(db->ast->root, __cil_write_node_helper, in cil_write_ast()
|
D | cil_tree.c | 284 rc = cil_tree_walk(node, process_node, first_child, last_child, extra_args); in cil_tree_walk_core() 296 int cil_tree_walk(struct cil_tree_node *node, in cil_tree_walk() function
|
D | cil_binary.c | 2308 rc = cil_tree_walk(true_node, __cil_cond_to_policydb_helper, NULL, NULL, &bool_args); in cil_booleanif_to_policydb() 2317 rc = cil_tree_walk(false_node, __cil_cond_to_policydb_helper, NULL, NULL, &bool_args); in cil_booleanif_to_policydb() 4915 rc = cil_tree_walk(db->ast->root, __cil_binary_create_helper, NULL, NULL, &extra_args); in cil_binary_create_allocated_pdb()
|
D | cil_copy_ast.c | 2110 rc = cil_tree_walk(orig, __cil_copy_node_helper, NULL, __cil_copy_last_child_helper, &extra_args); in cil_copy_ast()
|
D | cil_resolve_ast.c | 3868 …rc = cil_tree_walk(current, __cil_resolve_ast_node_helper, __cil_resolve_ast_first_child_helper, _… in cil_resolve_ast()
|
D | cil_build_ast.c | 6383 …rc = cil_tree_walk(parse_tree, __cil_build_ast_node_helper, NULL, __cil_build_ast_last_child_helpe… in cil_build_ast()
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_resolve_ast.c | 695 cil_tree_walk(test_db->ast->root, __cil_resolve_ast_node_helper, NULL, NULL, args); in test_cil_resolve_cat_list_catrange() 1069 cil_tree_walk(test_db->ast->root, __cil_resolve_ast_node_helper, NULL, NULL, args); in test_cil_resolve_senscat_sublist() 1144 cil_tree_walk(test_db->ast->root, __cil_resolve_ast_node_helper, NULL, NULL, args); in test_cil_resolve_senscat_currrangecat() 8946 cil_tree_walk(test_db->ast->root, __cil_resolve_ast_node_helper, NULL, NULL, args); in test_cil_resolve_ast_node_helper_level() 8952 cil_tree_walk(test_db->ast->root, __cil_resolve_ast_node_helper, NULL, NULL, args); in test_cil_resolve_ast_node_helper_level() 8955 cil_tree_walk(test_db->ast->root, __cil_resolve_ast_node_helper, NULL, NULL, args); in test_cil_resolve_ast_node_helper_level() 8982 cil_tree_walk(test_db->ast->root, __cil_resolve_ast_node_helper, NULL, NULL, args); in test_cil_resolve_ast_node_helper_level_neg() 8988 cil_tree_walk(test_db->ast->root, __cil_resolve_ast_node_helper, NULL, NULL, args); in test_cil_resolve_ast_node_helper_level_neg() 9018 cil_tree_walk(test_db->ast->root, __cil_resolve_ast_node_helper, NULL, NULL, args); in test_cil_resolve_ast_node_helper_levelrange() 9025 cil_tree_walk(test_db->ast->root, __cil_resolve_ast_node_helper, NULL, NULL, args); in test_cil_resolve_ast_node_helper_levelrange() [all …]
|