Searched refs:CIL_TUNABLE (Results 1 – 8 of 8) sorted by relevance
/third_party/selinux/libsepol/cil/src/ |
D | cil_flavor.h | 164 CIL_TUNABLE, enumerator
|
D | cil_verify.c | 55 case CIL_TUNABLE: in __cil_is_reserved_name() 210 if (expr_flavor != CIL_BOOL && expr_flavor != CIL_TUNABLE ) { in cil_verify_expr_syntax() 216 if (expr_flavor == CIL_BOOL || expr_flavor == CIL_TUNABLE) { in cil_verify_expr_syntax()
|
D | cil.c | 753 case CIL_TUNABLE: in cil_destroy_data() 1038 case CIL_TUNABLE: in cil_flavor_to_symtab_index() 1150 case CIL_TUNABLE: in cil_node_to_string()
|
D | cil_resolve_ast.c | 3235 case CIL_TUNABLE: in cil_resolve_expr() 3900 if (node->flavor == CIL_TUNABLE || in __cil_resolve_ast_node_helper() 3913 if (node->flavor == CIL_TUNABLE || in __cil_resolve_ast_node_helper()
|
D | cil_write_ast.c | 848 case CIL_TUNABLE: { in cil_write_ast_node()
|
D | cil_copy_ast.c | 1844 case CIL_TUNABLE: in __cil_copy_node_helper()
|
D | cil_build_ast.c | 2565 …b, ast_node, (struct cil_symtab_datum*)tunable, (hashtab_key_t)key, CIL_SYM_TUNABLES, CIL_TUNABLE); in cil_gen_tunable() 2961 rc = cil_gen_expr(parse_current->next, CIL_TUNABLE, &tif->str_expr); in cil_gen_tunif()
|
/third_party/selinux/libsepol/cil/test/unit/ |
D | test_cil_build_ast.c | 5526 int rc = cil_gen_bool(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_TUNABLE); in test_cil_gen_bool_tunable_true() 5530 CuAssertIntEquals(tc, test_ast_node->flavor, CIL_TUNABLE); in test_cil_gen_bool_tunable_true() 5570 int rc = cil_gen_bool(test_db, test_tree->root->cl_head->cl_head, test_ast_node, CIL_TUNABLE); in test_cil_gen_bool_tunable_false() 5574 CuAssertIntEquals(tc, test_ast_node->flavor, CIL_TUNABLE); in test_cil_gen_bool_tunable_false()
|