Searched refs:CIL_CLASS (Results 1 – 15 of 15) sorted by relevance
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_list.c | 69 test_new_item->flavor = CIL_CLASS; in test_cil_list_append_item() 97 test_new_item->flavor = CIL_CLASS; in test_cil_list_append_item_append() 104 test_new_item->flavor = CIL_CLASS; in test_cil_list_append_item_append() 133 test_new_item->flavor = CIL_CLASS; in test_cil_list_append_item_append_extra() 139 test_new_item->flavor = CIL_CLASS; in test_cil_list_append_item_append_extra() 145 test_new_item->flavor = CIL_CLASS; in test_cil_list_append_item_append_extra() 174 test_new_item->flavor = CIL_CLASS; in test_cil_list_append_item_listnull_neg() 226 test_new_item->flavor = CIL_CLASS; in test_cil_list_prepend_item() 254 test_new_item->flavor = CIL_CLASS; in test_cil_list_prepend_item_prepend() 283 test_new_item->flavor = CIL_CLASS; in test_cil_list_prepend_item_prepend_neg() [all …]
|
D | test_cil.c | 88 test_ast_node->parent->flavor = CIL_CLASS; in test_cil_get_symtab_class()
|
D | test_cil_copy_ast.c | 189 new_tree_node->flavor = CIL_CLASS; in test_cil_copy_perm() 288 test_ast_node->flavor = CIL_CLASS; in test_cil_copy_classcommon() 1451 parent_node->flavor = CIL_CLASS; in test_cil_copy_node_helper_perm()
|
D | test_cil_build_ast.c | 500 new_tree_node->flavor = CIL_CLASS; in test_cil_gen_perm() 581 new_tree_node->flavor = CIL_CLASS; in test_cil_gen_perm_astnull_neg() 796 test_ast_node->flavor = CIL_CLASS; in test_cil_gen_perm_nodes() 826 test_ast_node->flavor = CIL_CLASS; in test_cil_gen_perm_nodes_failgen_neg() 854 test_ast_node->flavor = CIL_CLASS; in test_cil_gen_perm_nodes_inval_perm_neg() 1048 CuAssertIntEquals(tc, test_ast_node->flavor, CIL_CLASS); in test_cil_gen_class() 10600 test_ast_node->flavor = CIL_CLASS; in test_cil_gen_classcommon() 10690 test_ast_node->flavor = CIL_CLASS; in test_cil_gen_classcommon_noperms_neg() 10718 test_ast_node->flavor = CIL_CLASS; in test_cil_gen_classcommon_extraperms_neg()
|
/external/selinux/libsepol/cil/src/ |
D | cil_flavor.h | 162 CIL_CLASS, enumerator
|
D | cil.c | 521 case CIL_CLASS: in cil_destroy_data() 776 case CIL_CLASS: in cil_flavor_to_symtab_index() 896 case CIL_CLASS: in cil_node_to_string() 1632 case CIL_CLASS: in cil_destroy_ast_symtabs() 1662 if (node->flavor == CIL_CLASS || node->flavor == CIL_MAP_CLASS || in cil_get_symtab()
|
D | cil_verify.c | 382 } else if (node->flavor == CIL_CLASS) { in __cil_verify_ordered_node_helper() 1370 case CIL_CLASS: in __cil_verify_helper() 1445 if (FLAVOR(cp->class) == CIL_CLASS) { in __cil_verify_classperms()
|
D | cil_reset_ast.c | 376 case CIL_CLASS: in __cil_reset_node()
|
D | cil_resolve_ast.c | 1106 } else if (item->flavor == CIL_CLASS) { in __cil_ordered_item_insert() 1315 cil_list_append(new, CIL_CLASS, datum); in cil_resolve_classorder() 2356 cil_list_append(def->class_datums, CIL_CLASS, datum); in cil_resolve_default() 2380 cil_list_append(def->class_datums, CIL_CLASS, datum); in cil_resolve_defaultrange() 2570 case CIL_CLASS: in cil_resolve_call1() 2720 case CIL_CLASS: in cil_resolve_call2() 3479 rc = __cil_verify_ordered(current, CIL_CLASS); in cil_resolve_ast()
|
D | cil_binary.c | 243 if (FLAVOR(cp->class) == CIL_CLASS) { in __add_classes_from_classperms_list() 244 cil_list_append(class_list, CIL_CLASS, cp->class); in __add_classes_from_classperms_list() 274 cil_list_init(&class_list, CIL_CLASS); in cil_expand_class() 276 if (FLAVOR(class) == CIL_CLASS) { in cil_expand_class() 277 cil_list_append(class_list, CIL_CLASS, class); in cil_expand_class() 1467 if (FLAVOR(cp->class) == CIL_CLASS) { in __cil_avrule_expand() 2333 if (FLAVOR(cp->class) == CIL_CLASS) { in cil_constrain_expand()
|
D | cil_tree.c | 793 case CIL_CLASS: { in cil_tree_print_node() 1554 case CIL_CLASS: cil_log(CIL_INFO, "class:"); break; in cil_tree_print_node()
|
D | cil_policy.c | 512 if (FLAVOR(cp->class) == CIL_CLASS) { in cil_constrain_to_policy_helper() 553 if (FLAVOR(cp->class) == CIL_CLASS) { in cil_avrule_to_policy_helper()
|
D | cil_build_ast.c | 369 …ode(db, ast_node, (struct cil_symtab_datum*)class, (hashtab_key_t)key, CIL_SYM_CLASSES, CIL_CLASS); in cil_gen_class() 4746 param->flavor = CIL_CLASS; in cil_gen_macro() 5318 cil_list_init(&def->class_strs, CIL_CLASS); in cil_gen_default() 5322 rc = cil_fill_list(parse_current->next->cl_head, CIL_CLASS, &def->class_strs); in cil_gen_default() 5384 cil_list_init(&def->class_strs, CIL_CLASS); in cil_gen_defaultrange() 5388 rc = cil_fill_list(parse_current->next->cl_head, CIL_CLASS, &def->class_strs); in cil_gen_defaultrange()
|
D | cil_post.c | 1457 if (FLAVOR(cp->class) == CIL_CLASS) { in __evaluate_classperms_list()
|
D | cil_copy_ast.c | 1634 case CIL_CLASS: in __cil_copy_node_helper()
|