Searched refs:CIL_SENS (Results 1 – 13 of 13) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_flavor.h | 178 CIL_SENS, enumerator
|
D | cil_resolve_ast.c | 1238 } 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()
|
D | cil_reset_ast.c | 479 case CIL_SENS: in __cil_reset_node()
|
D | cil.c | 809 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()
|
D | cil_tree.c | 1241 case CIL_SENS: { in cil_tree_print_node() 1698 case CIL_SENS: cil_log(CIL_INFO, "sensitivity:"); break; in cil_tree_print_node()
|
D | cil_verify.c | 404 } else if (node->flavor == CIL_SENS) { in __cil_verify_ordered_node_helper()
|
D | cil_write_ast.c | 1312 case CIL_SENS: in __cil_write_node_helper()
|
D | cil_copy_ast.c | 1913 case CIL_SENS: in __cil_copy_node_helper()
|
D | cil_build_ast.c | 3509 …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()
|
D | cil_binary.c | 3650 case CIL_SENS: in __cil_node_to_policydb()
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_resolve_ast.c | 1146 __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()
|
D | test_cil_copy_ast.c | 2253 parent_node->flavor = CIL_SENS; in test_cil_copy_node_helper_dominance()
|
D | test_cil_build_ast.c | 9448 CuAssertIntEquals(tc, test_ast_node->flavor, CIL_SENS); in test_cil_gen_sensitivity()
|