HomeSort by relevance Sort by last modified time
    Searched refs:rule_kind (Results 1 - 13 of 13) sorted by null

  /external/selinux/libsepol/cil/src/
cil_build_ast.h 112 int cil_gen_avrule(struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, uint32_t rule_kind);
114 int cil_gen_avrulex(struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, uint32_t rule_kind);
117 int cil_gen_type_rule(struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, uint32_t rule_kind);
cil_find.c 300 if (avrule->rule_kind != target->rule_kind) goto exit;
cil_internal.h 575 uint32_t rule_kind; member in struct:cil_avrule
604 uint32_t rule_kind; member in struct:cil_type_rule
cil_copy_ast.c 800 new->rule_kind = orig->rule_kind;
849 new->rule_kind = orig->rule_kind;
    [all...]
cil_binary.c 1058 uint16_t kind = cil_rule->rule_kind;
1134 trans.rule_kind = CIL_TYPE_TRANSITION;
    [all...]
cil.c 1014 switch (((struct cil_avrule *)node->data)->rule_kind) {
1028 switch (((struct cil_avrule *)node->data)->rule_kind) {
1046 switch (((struct cil_type_rule *)node->data)->rule_kind) {
    [all...]
cil_policy.c 582 switch (rule->rule_kind) {
597 rule->rule_kind, src_str, tgt_str);
613 switch (rule->rule_kind) {
    [all...]
cil_verify.c 842 ckey.key4 = (intptr_t)typerule->rule_kind;
878 if (avrule->rule_kind == CIL_AVRULE_NEVERALLOW) {
902 ckey.key4 = (intptr_t)typerule->rule_kind;
920 (intptr_t)typerule->rule_kind == ckey.key4) {
    [all...]
cil_build_ast.c     [all...]
cil_tree.c 1067 switch (rule->rule_kind) {
1102 switch (rule->rule_kind) {
    [all...]
cil_resolve_ast.c 313 if (rule->rule_kind != CIL_AVRULE_NEVERALLOW) {
325 if (rule->rule_kind != CIL_AVRULE_NEVERALLOW) {
    [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_copy_ast.c 578 CuAssertIntEquals(tc, ((struct cil_type_rule *)test_ast_node->data)->rule_kind, test_copy->rule_kind);
612 CuAssertIntEquals(tc, ((struct cil_avrule *)test_ast_node->data)->rule_kind, test_copy->rule_kind);
    [all...]
test_cil_build_ast.c 74 test_avrule->rule_kind = CIL_AVRULE_ALLOWED;
105 test_avrule->rule_kind = CIL_AVRULE_ALLOWED;
136 test_avrule->rule_kind = CIL_AVRULE_ALLOWED;
    [all...]

Completed in 4215 milliseconds