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

  /external/selinux/libsepol/cil/src/
cil_internal.h 418 struct cil_context *context;
425 struct cil_context *context;
695 struct cil_context { struct
722 struct cil_context *context;
736 struct cil_context *context;
745 struct cil_context *context;
761 struct cil_context *context;
767 struct cil_context *if_context;
769 struct cil_context *packet_context;
776 struct cil_context *context
    [all...]
cil_verify.c 732 int __cil_verify_context(struct cil_db *db, struct cil_context *ctx)
813 struct cil_context *ctx = node->data;
989 struct cil_context *if_ctx = netif->if_context;
990 struct cil_context *pkt_ctx = netif->packet_context;
1019 struct cil_context *ctx = genfs->context;
1040 struct cil_context *ctx = file->context;
1066 struct cil_context *ctx = nodecon->context;
1087 struct cil_context *ctx = port->context;
1108 struct cil_context *ctx = pirq->context;
1129 struct cil_context *ctx = iomem->context
    [all...]
cil_resolve_ast.h 75 int cil_resolve_context(struct cil_tree_node *current, struct cil_context *context, void *extra_args);
cil_copy_ast.h 96 void cil_copy_fill_context(struct cil_db *db, struct cil_context *orig, struct cil_context *new);
cil_build_ast.h 171 int cil_fill_context(struct cil_tree_node *user_node, struct cil_context *context);
173 void cil_destroy_context(struct cil_context *context);
223 int cil_fill_context(struct cil_tree_node *user_node, struct cil_context *context);
cil_reset_ast.c 10 static inline void cil_reset_context(struct cil_context *context);
270 static inline void cil_reset_context(struct cil_context *context)
483 case CIL_CONTEXT:
cil_resolve_ast.c     [all...]
android.c 303 static int cil_attrib_check_context(struct cil_context *ctxt, struct version_args *args)
347 struct cil_context *ctxt = (struct cil_context *)node->data;
692 case CIL_CONTEXT:
cil_copy_ast.c 1042 void cil_copy_fill_context(struct cil_db *db, struct cil_context *data, struct cil_context *new)
1058 struct cil_context *orig = data;
1059 struct cil_context *new = NULL;
    [all...]
cil_binary.c 3083 struct cil_context *cil_context = cil_sid->context; local
    [all...]
cil_tree.c 48 void cil_tree_print_context(struct cil_context *context);
628 void cil_tree_print_context(struct cil_context *context)
    [all...]
cil.c 712 case CIL_CONTEXT:
856 case CIL_CONTEXT:
1084 case CIL_CONTEXT:
    [all...]
cil_write_ast.c 342 static int cil_unfill_context(struct cil_context *context, char **out_str) {
    [all...]
cil_build_ast.c     [all...]
cil_policy.c 271 static void cil_context_to_policy(FILE *out, struct cil_context *context, int mls)
    [all...]
cil_post.c     [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_copy_ast.c     [all...]
test_cil_resolve_ast.c     [all...]
test_cil_build_ast.c     [all...]

Completed in 841 milliseconds