Searched refs:CIL_CAT (Results 1 – 11 of 11) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_flavor.h | 180 CIL_CAT, enumerator
|
D | cil_resolve_ast.c | 1231 } else if (item->flavor == CIL_CAT) { in __cil_ordered_item_insert() 1574 if (node->flavor != CIL_CAT) { in cil_resolve_catorder() 1580 cil_list_append(new, CIL_CAT, cat); in cil_resolve_catorder() 1685 cil_list_init(&sens->cats_list, CIL_CAT); in cil_resolve_senscat() 1688 cil_list_append(sens->cats_list, CIL_CAT, senscat->cats); in cil_resolve_senscat() 2841 case CIL_CAT: in cil_resolve_call1() 3100 case CIL_CAT: in cil_resolve_call2() 3184 case CIL_CAT: in cil_resolve_expr() 3467 rc = cil_resolve_aliasactual(node, args, CIL_CAT, CIL_CATALIAS); in __cil_resolve_ast_node() 3482 rc = cil_resolve_alias_to_actual(node, CIL_CAT); in __cil_resolve_ast_node() [all …]
|
D | cil_post.c | 146 if (flavor == CIL_CAT) { in cil_verify_is_list() 1093 if (cil_verify_is_list(cats->datum_expr, CIL_CAT)) { in __evaluate_cat_expression() 1105 cil_list_init(&new, CIL_CAT); in __evaluate_cat_expression() 1267 case CIL_CAT: in __cil_expr_to_bitmap_helper() 1316 if (flavor == CIL_CAT) { in __cil_expr_to_bitmap()
|
D | cil_reset_ast.c | 482 case CIL_CAT: in __cil_reset_node()
|
D | cil_verify.c | 189 if (expr_flavor != CIL_CAT && expr_flavor != CIL_PERMISSIONX) { in cil_verify_expr_syntax() 398 } else if (node->flavor == CIL_CAT) { in __cil_verify_ordered_node_helper()
|
D | cil.c | 824 case CIL_CAT: in cil_destroy_data() 1019 case CIL_CAT: in cil_flavor_to_symtab_index() 1188 case CIL_CAT: in cil_node_to_string()
|
D | cil_tree.c | 1257 case CIL_CAT: { in cil_tree_print_node() 1699 case CIL_CAT: cil_log(CIL_INFO, "category:"); break; in cil_tree_print_node()
|
D | cil_write_ast.c | 1321 case CIL_CAT: in __cil_write_node_helper()
|
D | cil_build_ast.c | 3561 …l_gen_node(db, ast_node, (struct cil_symtab_datum*)cat, (hashtab_key_t)key, CIL_SYM_CATS, CIL_CAT); in cil_gen_category() 5268 param->flavor = CIL_CAT; in cil_gen_macro() 5740 rc = cil_gen_expr(curr, CIL_CAT, &(*cats)->str_expr); in cil_fill_cats()
|
D | cil_copy_ast.c | 1922 case CIL_CAT: in __cil_copy_node_helper()
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_resolve_ast.c | 696 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT); in test_cil_resolve_cat_list_catrange() 831 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT); in test_cil_resolve_catrange() 856 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT); in test_cil_resolve_catrange_catloworder_neg() 884 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT); in test_cil_resolve_catrange_cathighorder_neg() 909 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT); in test_cil_resolve_catrange_cat1_neg() 934 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT); in test_cil_resolve_catrange_cat2_neg() 1070 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT); in test_cil_resolve_senscat_sublist() 1145 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT); in test_cil_resolve_senscat_currrangecat() 8894 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT); in test_cil_resolve_ast_node_helper_catrange() 8947 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT); in test_cil_resolve_ast_node_helper_level() [all …]
|