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

  /external/selinux/libsepol/cil/src/
cil_policy.h 43 void cil_context_to_policy(FILE **, uint32_t, struct cil_context *);
cil_internal.h 396 struct cil_context *context;
403 struct cil_context *context;
640 struct cil_context { struct
667 struct cil_context *context;
680 struct cil_context *context;
689 struct cil_context *context;
705 struct cil_context *context;
711 struct cil_context *if_context;
713 struct cil_context *packet_context;
720 struct cil_context *context
    [all...]
cil_verify.c 714 int __cil_verify_context(struct cil_db *db, struct cil_context *ctx)
803 struct cil_context *ctx = node->data;
984 struct cil_context *if_ctx = netif->if_context;
985 struct cil_context *pkt_ctx = netif->packet_context;
1014 struct cil_context *ctx = genfs->context;
1035 struct cil_context *ctx = file->context;
1062 struct cil_context *ctx = nodecon->context;
1083 struct cil_context *ctx = port->context;
1104 struct cil_context *ctx = pirq->context;
1125 struct cil_context *ctx = iomem->context
    [all...]
cil_resolve_ast.h 74 int cil_resolve_context(struct cil_tree_node *current, struct cil_context *context, void *extra_args);
cil_copy_ast.h 94 void cil_copy_fill_context(struct cil_db *db, struct cil_context *orig, struct cil_context *new);
cil_build_ast.h 164 int cil_fill_context(struct cil_tree_node *user_node, struct cil_context *context);
166 void cil_destroy_context(struct cil_context *context);
214 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);
245 static inline void cil_reset_context(struct cil_context *context)
452 case CIL_CONTEXT:
cil_resolve_ast.c     [all...]
cil_binary.c 2614 struct cil_context *cil_context = cil_sid->context; local
    [all...]
cil_copy_ast.c 963 void cil_copy_fill_context(struct cil_db *db, struct cil_context *data, struct cil_context *new)
979 struct cil_context *orig = data;
980 struct cil_context *new = NULL;
    [all...]
cil_tree.c 48 void cil_tree_print_context(struct cil_context *context);
542 void cil_tree_print_context(struct cil_context *context)
1275 case CIL_CONTEXT: {
1276 struct cil_context *context = node->data
    [all...]
cil.c 677 case CIL_CONTEXT:
817 case CIL_CONTEXT:
1022 case CIL_CONTEXT:
    [all...]
cil_build_ast.c     [all...]
cil_policy.c 443 void cil_context_to_policy(FILE **file_arr, uint32_t file_index, struct cil_context *context)
    [all...]
cil_post.c 1239 case CIL_CONTEXT: {
1240 struct cil_context *context = node->data;
    [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 399 milliseconds