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

  /external/selinux/libsepol/cil/src/
cil_build_ast.h 108 int cil_gen_avrule(struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, uint32_t rule_kind);
110 int cil_gen_type_rule(struct cil_tree_node *parse_current, struct cil_tree_node *ast_node, uint32_t rule_kind);
cil_internal.h 547 uint32_t rule_kind; member in struct:cil_avrule
560 uint32_t rule_kind; member in struct:cil_type_rule
cil_copy_ast.c 753 new->rule_kind = orig->rule_kind;
770 new->rule_kind = orig->rule_kind;
    [all...]
cil_binary.c 1084 uint16_t kind = cil_rule->rule_kind;
1160 trans.rule_kind = CIL_TYPE_TRANSITION;
    [all...]
cil_policy.c 582 switch (rule->rule_kind) {
597 rule->rule_kind, src_str, tgt_str);
613 switch (rule->rule_kind) {
    [all...]
cil.c 983 switch (((struct cil_avrule *)node->data)->rule_kind) {
999 switch (((struct cil_type_rule *)node->data)->rule_kind) {
    [all...]
cil_verify.c 838 ckey.key4 = (intptr_t)typerule->rule_kind;
874 if (avrule->rule_kind == CIL_AVRULE_NEVERALLOW) {
898 ckey.key4 = (intptr_t)typerule->rule_kind;
916 (intptr_t)typerule->rule_kind == ckey.key4) {
    [all...]
cil_build_ast.c     [all...]
cil_tree.c 1049 switch (rule->rule_kind) {
1084 switch (rule->rule_kind) {
    [all...]
cil_resolve_ast.c 293 if (rule->rule_kind != CIL_AVRULE_NEVERALLOW) {
305 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 296 milliseconds