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

  /external/selinux/libsepol/cil/src/
cil_binary.h 466 * The function is given a structure containing the a cil_level and
469 * @param[in] pdb The policy database to use to get sepol level from cil_level's sensitivity.
470 * @param[in] cil_level The cil_level that will be used to create an mls_level_t.
475 int cil_level_to_mls_level(policydb_t *pdb, struct cil_level *cil_level, mls_level_t *mls_level);
cil_internal.h 442 struct cil_level *dftlevel;
469 struct cil_level *level;
695 struct cil_level { struct
705 struct cil_level *low;
707 struct cil_level *high;
989 void cil_level_init(struct cil_level **level);
cil_resolve_ast.h 71 int cil_resolve_level(struct cil_tree_node *current, struct cil_level *level, void *extra_args);
cil_copy_ast.h 92 void cil_copy_fill_level(struct cil_db *db, struct cil_level *orig, struct cil_level **new);
cil_reset_ast.c 8 static inline void cil_reset_level(struct cil_level *level);
241 static inline void cil_reset_level(struct cil_level *level)
491 case CIL_LEVEL:
cil_build_ast.h 164 void cil_destroy_level(struct cil_level *level);
233 int cil_fill_level(struct cil_tree_node *sens, struct cil_level *level);
cil_verify.c 738 struct cil_level *user_low = user->range->low;
739 struct cil_level *user_high = user->range->high;
740 struct cil_level *ctx_low = ctx->range->low;
741 struct cil_level *ctx_high = ctx->range->high;
    [all...]
cil_copy_ast.c 994 void cil_copy_fill_level(struct cil_db *db, struct cil_level *orig, struct cil_level **new)
1007 struct cil_level *orig = data;
1008 struct cil_level *new = NULL;
    [all...]
cil.c 675 case CIL_LEVEL:
860 case CIL_LEVEL:
1034 case CIL_LEVEL:
    [all...]
cil_binary.c 3026 struct cil_level *cil_level = cil_user->dftlevel; local
    [all...]
cil_tree.c 46 void cil_tree_print_level(struct cil_level *level);
594 void cil_tree_print_level(struct cil_level *level)
    [all...]
cil_resolve_ast.c 878 usrlvl->level = (struct cil_level*)lvl_datum;
    [all...]
cil_policy.c 241 static void cil_level_to_policy(FILE *out, struct cil_level *level)
250 static int cil_levels_simple_and_equal(struct cil_level *l1, struct cil_level *l2)
    [all...]
cil_post.c 75 static int level_compare(struct cil_level *a, struct cil_level *b)
    [all...]
cil_write_ast.c 268 static int cil_unfill_level(struct cil_level *lvl, char **out_str) {
    [all...]
cil_build_ast.c     [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_copy_ast.c 881 cil_level_init((struct cil_level**)&test_copy->data);
886 int rc = cil_copy_fill_level((struct cil_level*)test_ast_node->data, (struct cil_level*)test_copy->data);
888 CuAssertStrEquals(tc, ((struct cil_level *)test_copy->data)->sens_str,
889 ((struct cil_level *)test_ast_node->data)->sens_str);
    [all...]
test_cil_resolve_ast.c     [all...]
test_cil_build_ast.c     [all...]

Completed in 307 milliseconds