Home
last modified time | relevance | path

Searched refs:CIL_SENS (Results 1 – 13 of 13) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_flavor.h178 CIL_SENS, enumerator
Dcil_resolve_ast.c1238 } else if (item->flavor == CIL_SENS) { in __cil_ordered_item_insert()
1614 cil_list_append(new, CIL_SENS, datum); in cil_resolve_sensitivityorder()
2838 case CIL_SENS: in cil_resolve_call1()
3097 case CIL_SENS: in cil_resolve_call2()
3464 rc = cil_resolve_aliasactual(node, args, CIL_SENS, CIL_SENSALIAS); in __cil_resolve_ast_node()
3479 rc = cil_resolve_alias_to_actual(node, CIL_SENS); in __cil_resolve_ast_node()
3710 if (node->flavor == CIL_CAT || node->flavor == CIL_SENS) { in __cil_resolve_ast_node_helper()
3980 rc = __cil_verify_ordered(current, CIL_SENS); in cil_resolve_ast()
Dcil_reset_ast.c479 case CIL_SENS: in __cil_reset_node()
Dcil.c809 case CIL_SENS: in cil_destroy_data()
1015 case CIL_SENS: in cil_flavor_to_symtab_index()
1178 case CIL_SENS: in cil_node_to_string()
Dcil_tree.c1241 case CIL_SENS: { in cil_tree_print_node()
1698 case CIL_SENS: cil_log(CIL_INFO, "sensitivity:"); break; in cil_tree_print_node()
Dcil_verify.c404 } else if (node->flavor == CIL_SENS) { in __cil_verify_ordered_node_helper()
Dcil_write_ast.c1312 case CIL_SENS: in __cil_write_node_helper()
Dcil_copy_ast.c1913 case CIL_SENS: in __cil_copy_node_helper()
Dcil_build_ast.c3509 …gen_node(db, ast_node, (struct cil_symtab_datum*)sens, (hashtab_key_t)key, CIL_SYM_SENS, CIL_SENS); in cil_gen_sensitivity()
5266 param->flavor = CIL_SENS; in cil_gen_macro()
Dcil_binary.c3650 case CIL_SENS: in __cil_node_to_policydb()
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_resolve_ast.c1146 __cil_verify_order(test_db->dominance, test_db->ast->root, CIL_SENS); in test_cil_resolve_senscat_currrangecat()
8949 __cil_verify_order(test_db->dominance, test_db->ast->root, CIL_SENS); in test_cil_resolve_ast_node_helper_level()
8985 __cil_verify_order(test_db->dominance, test_db->ast->root, CIL_SENS); in test_cil_resolve_ast_node_helper_level_neg()
9022 __cil_verify_order(test_db->dominance, test_db->ast->root, CIL_SENS); in test_cil_resolve_ast_node_helper_levelrange()
9060 __cil_verify_order(test_db->dominance, test_db->ast->root, CIL_SENS); in test_cil_resolve_ast_node_helper_levelrange_neg()
9208 __cil_verify_order(test_db->dominance, test_db->ast->root, CIL_SENS); in test_cil_resolve_ast_node_helper_context()
9248 __cil_verify_order(test_db->dominance, test_db->ast->root, CIL_SENS); in test_cil_resolve_ast_node_helper_context_neg()
Dtest_cil_copy_ast.c2253 parent_node->flavor = CIL_SENS; in test_cil_copy_node_helper_dominance()
Dtest_cil_build_ast.c9448 CuAssertIntEquals(tc, test_ast_node->flavor, CIL_SENS); in test_cil_gen_sensitivity()