Searched refs:CIL_LEVEL (Results 1 – 10 of 10) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_flavor.h | 179 CIL_LEVEL, enumerator
|
D | cil_reset_ast.c | 477 case CIL_LEVEL: in __cil_reset_node()
|
D | cil.c | 653 case CIL_LEVEL: in cil_destroy_data() 829 case CIL_LEVEL: in cil_flavor_to_symtab_index() 1001 case CIL_LEVEL: in cil_node_to_string()
|
D | cil_tree.c | 1235 case CIL_LEVEL: { in cil_tree_print_node() 1569 case CIL_LEVEL: cil_log(CIL_INFO, "level:"); break; in cil_tree_print_node()
|
D | cil_resolve_ast.c | 2778 case CIL_LEVEL: { in cil_resolve_call1() 2791 lvl_node->flavor = CIL_LEVEL; in cil_resolve_call1() 2952 case CIL_LEVEL: in cil_resolve_call2() 3499 case CIL_LEVEL: in __cil_resolve_ast_node()
|
D | cil_build_ast.c | 2692 leaf_expr_flavor = CIL_LEVEL; in __cil_fill_constraint_leaf_expr() 3776 …node(db, ast_node, (struct cil_symtab_datum*)level, (hashtab_key_t)key, CIL_SYM_LEVELS, CIL_LEVEL); in cil_gen_level() 5074 param->flavor = CIL_LEVEL; in cil_gen_macro() 5241 case CIL_LEVEL: in cil_destroy_args()
|
D | cil_policy.c | 1057 case CIL_LEVEL: in cil_name_to_policy()
|
D | cil_copy_ast.c | 1857 case CIL_LEVEL: in __cil_copy_node_helper()
|
D | cil_post.c | 1510 case CIL_LEVEL: { in __cil_post_db_cat_helper()
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_resolve_ast.c | 6660 …ruct cil_call *)test_db->ast->root->cl_head->next->next->next->data, "qaz", CIL_LEVEL, &test_node); in test_cil_resolve_name_call_args_diffflavor() 6691 int rc = cil_resolve_name_call_args(NULL, "qaz", CIL_LEVEL, &test_node); in test_cil_resolve_name_call_args_callnull_neg() 6722 …truct cil_call *)test_db->ast->root->cl_head->next->next->next->data, NULL, CIL_LEVEL, &test_node); in test_cil_resolve_name_call_args_namenull_neg() 6753 …ruct cil_call *)test_db->ast->root->cl_head->next->next->next->data, "qas", CIL_LEVEL, &test_node); in test_cil_resolve_name_call_args_callargsnull_neg()
|