Searched refs:CIL_SENS (Results 1 – 12 of 12) sorted by relevance
/third_party/selinux/libsepol/cil/src/ |
D | cil_flavor.h | 178 CIL_SENS, enumerator
|
D | cil_write_ast.c | 76 case CIL_SENS: in write_expr() 412 case CIL_SENS: in write_call_args() 506 case CIL_SENS: in macro_param_flavor_to_string() 853 case CIL_SENS: { in cil_write_ast_node()
|
D | cil_resolve_ast.c | 1256 } else if (item->flavor == CIL_SENS) { in __cil_ordered_item_insert() 1644 if (FLAVOR(datum) != CIL_SENS) { in cil_resolve_sensitivityorder() 1649 cil_list_append(new, CIL_SENS, datum); in cil_resolve_sensitivityorder() 2819 case CIL_SENS: in cil_build_call_args() 3160 case CIL_SENS: in cil_resolve_call_args() 3683 rc = cil_resolve_aliasactual(node, args, CIL_SENS, CIL_SENSALIAS); in __cil_resolve_ast_node() 3698 rc = cil_resolve_alias_to_actual(node, CIL_SENS); in __cil_resolve_ast_node() 3921 node->flavor == CIL_SENS) { in __cil_resolve_ast_node_helper() 4203 rc = __cil_verify_ordered(current, CIL_SENS); in cil_resolve_ast()
|
D | cil_reset_ast.c | 548 case CIL_SENS: in __cil_reset_node()
|
D | cil.c | 863 case CIL_SENS: in cil_destroy_data() 1069 case CIL_SENS: in cil_flavor_to_symtab_index() 1232 case CIL_SENS: in cil_node_to_string()
|
D | cil_verify.c | 549 } else if (node->flavor == CIL_SENS) { in __cil_verify_ordered_node_helper()
|
D | cil_copy_ast.c | 1866 case CIL_SENS: in __cil_copy_node_helper()
|
D | cil_build_ast.c | 3510 …gen_node(db, ast_node, (struct cil_symtab_datum*)sens, (hashtab_key_t)key, CIL_SYM_SENS, CIL_SENS); in cil_gen_sensitivity() 5303 param->flavor = CIL_SENS; in cil_gen_macro()
|
D | cil_binary.c | 3869 case CIL_SENS: in __cil_node_to_policydb()
|
/third_party/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()
|