Home
last modified time | relevance | path

Searched refs:CIL_TUNABLE (Results 1 – 8 of 8) sorted by relevance

/third_party/selinux/libsepol/cil/src/
Dcil_flavor.h164 CIL_TUNABLE, enumerator
Dcil_verify.c55 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()
Dcil.c753 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()
Dcil_resolve_ast.c3235 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()
Dcil_write_ast.c848 case CIL_TUNABLE: { in cil_write_ast_node()
Dcil_copy_ast.c1844 case CIL_TUNABLE: in __cil_copy_node_helper()
Dcil_build_ast.c2565 …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/
Dtest_cil_build_ast.c5526 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()