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 424 struct cil_context *context;
431 struct cil_context *context;
710 struct cil_context { struct
737 struct cil_context *context;
751 struct cil_context *context;
759 struct cil_context *context;
768 struct cil_context *context;
784 struct cil_context *context;
790 struct cil_context *if_context;
792 struct cil_context *packet_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 = ib_end_port->context;
1039 struct cil_context *ctx = genfs->context;
1060 struct cil_context *ctx = file->context;
1086 struct cil_context *ctx = nodecon->context;
1107 struct cil_context *ctx = pkey->context;
1127 struct cil_context *ctx = port->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 173 int cil_fill_context(struct cil_tree_node *user_node, struct cil_context *context);
175 void cil_destroy_context(struct cil_context *context);
229 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);
271 static inline void cil_reset_context(struct cil_context *context)
497 case CIL_CONTEXT:
cil_resolve_ast.c     [all...]
android.c 308 static int cil_attrib_check_context(struct cil_context *ctxt, struct version_args *args)
352 struct cil_context *ctxt = (struct cil_context *)node->data;
692 case CIL_CONTEXT:
cil_copy_ast.c 1065 void cil_copy_fill_context(struct cil_db *db, struct cil_context *data, struct cil_context *new)
1081 struct cil_context *orig = data;
1082 struct cil_context *new = NULL;
    [all...]
cil_binary.c 3101 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 722 case CIL_CONTEXT:
872 case CIL_CONTEXT:
1102 case CIL_CONTEXT:
    [all...]
cil_post.c 111 static int context_compare(struct cil_context *a, struct cil_context *b)
    [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...]
  /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 548 milliseconds