Searched refs:CIL_BLOCK (Results 1 – 14 of 14) sorted by relevance
/third_party/selinux/libsepol/cil/src/ |
D | cil_flavor.h | 160 CIL_BLOCK = CIL_MIN_DECLARATIVE, enumerator
|
D | cil_fqn.c | 83 if (node->flavor != CIL_BLOCK) { in __cil_fqn_qualify_blocks()
|
D | cil_post.c | 570 case CIL_BLOCK: { in __cil_post_db_count_helper() 678 case CIL_BLOCK: { in __cil_post_db_array_helper() 1520 case CIL_BLOCK: { in __cil_post_db_neverallow_attr_helper() 1552 case CIL_BLOCK: { in __cil_post_db_attr_helper() 1653 case CIL_BLOCK: { in __cil_post_db_roletype_helper() 1748 case CIL_BLOCK: { in __cil_post_db_userrole_helper() 1833 case CIL_BLOCK: { in __cil_post_db_cat_helper() 2208 case CIL_BLOCK: { in __cil_post_db_classperms_helper() 2264 if (node->flavor == CIL_BLOCK) { in __cil_post_report_conflict()
|
D | cil_resolve_ast.c | 2327 if (node->flavor != CIL_BLOCK) { in cil_resolve_blockinherit_link() 2395 if (block_node->flavor != CIL_BLOCK) { in cil_resolve_blockabstract() 3542 cil_stack_push(stack, CIL_BLOCK, block_node); in cil_check_inheritances() 3619 if (node->flavor == CIL_BLOCK) { in __cil_resolve_ast_node() 3902 node->flavor == CIL_BLOCK || in __cil_resolve_ast_node_helper() 3915 node->flavor == CIL_BLOCK || in __cil_resolve_ast_node_helper() 3956 …if (node->flavor == CIL_BLOCK && ((((struct cil_block*)node->data)->is_abstract == CIL_TRUE) && (p… in __cil_resolve_ast_node_helper() 3995 if (parent->flavor == CIL_BLOCK) { in __cil_resolve_ast_first_child_helper() 4024 if (parent->flavor == CIL_BLOCK) { in __cil_resolve_ast_last_child_helper() 4028 if (n->flavor == CIL_BLOCK) { in __cil_resolve_ast_last_child_helper() [all …]
|
D | cil.c | 726 case CIL_BLOCK: in cil_destroy_data() 1026 case CIL_BLOCK: in cil_flavor_to_symtab_index() 1132 case CIL_BLOCK: in cil_node_to_string() 1919 case CIL_BLOCK: in cil_destroy_ast_symtabs() 1973 case CIL_BLOCK: in cil_get_symtab()
|
D | cil_find.c | 356 if (node->flavor == CIL_BLOCK) { in __cil_find_matching_avrule_in_ast()
|
D | cil_copy_ast.c | 108 if (FLAVOR(datum) != CIL_BLOCK) { in cil_copy_block() 1724 case CIL_BLOCK: in __cil_copy_node_helper() 2023 if (orig->flavor == CIL_BLOCK && DATUM(data)->nodes->head != NULL) { in __cil_copy_node_helper() 2054 …while (namespace->flavor != CIL_MACRO && namespace->flavor != CIL_BLOCK && namespace->flavor != CI… in __cil_copy_node_helper()
|
D | cil_policy.c | 83 case CIL_BLOCK: { in __cil_gather_statements_helper() 1310 case CIL_BLOCK: { in __cil_block_te_rules_to_policy_helper() 1429 case CIL_BLOCK: { in __cil_te_rules_to_policy_helper()
|
D | cil_verify.c | 1551 } else if (node->flavor == CIL_BLOCK) { in __cil_verify_helper() 1840 case CIL_BLOCK: { in __cil_pre_verify_helper()
|
D | cil_write_ast.c | 572 case CIL_BLOCK: { in cil_write_ast_node()
|
D | cil_binary.c | 3873 if (node->flavor == CIL_BLOCK) { in __cil_binary_create_helper()
|
D | cil_build_ast.c | 222 …node(db, ast_node, (struct cil_symtab_datum*)block, (hashtab_key_t)key, CIL_SYM_BLOCKS, CIL_BLOCK); in cil_gen_block()
|
/third_party/selinux/libsepol/cil/test/unit/ |
D | test_cil.c | 70 test_ast_node->parent->flavor = CIL_BLOCK; in test_cil_get_symtab_block()
|
D | test_cil_build_ast.c | 225 CuAssertIntEquals(tc, test_ast_node->flavor, CIL_BLOCK); in test_cil_gen_block()
|