Home
last modified time | relevance | path

Searched refs:CIL_CAT (Results 1 – 11 of 11) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_flavor.h180 CIL_CAT, enumerator
Dcil_resolve_ast.c1235 } else if (item->flavor == CIL_CAT) { in __cil_ordered_item_insert()
1577 if (node->flavor != CIL_CAT) { in cil_resolve_catorder()
1583 cil_list_append(new, CIL_CAT, cat); in cil_resolve_catorder()
1686 cil_list_init(&sens->cats_list, CIL_CAT); in cil_resolve_senscat()
1689 cil_list_append(sens->cats_list, CIL_CAT, senscat->cats); in cil_resolve_senscat()
2842 case CIL_CAT: in cil_resolve_call1()
3095 case CIL_CAT: in cil_resolve_call2()
3179 case CIL_CAT: in cil_resolve_expr()
3462 rc = cil_resolve_aliasactual(node, args, CIL_CAT, CIL_CATALIAS); in __cil_resolve_ast_node()
3477 rc = cil_resolve_alias_to_actual(node, CIL_CAT); in __cil_resolve_ast_node()
[all …]
Dcil_post.c146 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()
Dcil_reset_ast.c482 case CIL_CAT: in __cil_reset_node()
Dcil_verify.c189 if (expr_flavor != CIL_CAT && expr_flavor != CIL_PERMISSIONX) { in cil_verify_expr_syntax()
395 } else if (node->flavor == CIL_CAT) { in __cil_verify_ordered_node_helper()
Dcil.c660 case CIL_CAT: in cil_destroy_data()
855 case CIL_CAT: in cil_flavor_to_symtab_index()
1024 case CIL_CAT: in cil_node_to_string()
Dcil_tree.c1253 case CIL_CAT: { in cil_tree_print_node()
1693 case CIL_CAT: cil_log(CIL_INFO, "category:"); break; in cil_tree_print_node()
Dcil_write_ast.c1323 case CIL_CAT: in __cil_write_node_helper()
Dcil_build_ast.c3561 …l_gen_node(db, ast_node, (struct cil_symtab_datum*)cat, (hashtab_key_t)key, CIL_SYM_CATS, CIL_CAT); in cil_gen_category()
5266 param->flavor = CIL_CAT; in cil_gen_macro()
5738 rc = cil_gen_expr(curr, CIL_CAT, &(*cats)->str_expr); in cil_fill_cats()
Dcil_copy_ast.c1922 case CIL_CAT: in __cil_copy_node_helper()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_resolve_ast.c696 __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 …]