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

  /external/selinux/libsepol/cil/src/
cil_tree.c 47 void cil_tree_print_levelrange(struct cil_levelrange *lvlrange);
607 void cil_tree_print_levelrange(struct cil_levelrange *lvlrange)
610 if (lvlrange->low != NULL) {
612 cil_tree_print_level(lvlrange->low);
614 } else if (lvlrange->low_str != NULL) {
615 cil_log(CIL_INFO, " %s", lvlrange->low_str);
618 if (lvlrange->high != NULL) {
620 cil_tree_print_level(lvlrange->high);
622 } else if (lvlrange->high_str != NULL) {
623 cil_log(CIL_INFO, " %s", lvlrange->high_str)
1340 struct cil_levelrange *lvlrange = node->data; local
    [all...]
cil_resolve_ast.c     [all...]
cil_build_ast.h 165 int cil_fill_levelrange(struct cil_tree_node *low, struct cil_levelrange *lvlrange);
167 void cil_destroy_levelrange(struct cil_levelrange *lvlrange);
cil_build_ast.c 3897 struct cil_levelrange *lvlrange = NULL; local
    [all...]
cil_policy.c 262 static void cil_levelrange_to_policy(FILE *out, struct cil_levelrange *lvlrange)
264 cil_level_to_policy(out, lvlrange->low);
265 if (cil_levels_simple_and_equal(lvlrange->low, lvlrange->high) == CIL_FALSE) {
267 cil_level_to_policy(out, lvlrange->high);
    [all...]
cil_internal.h 969 void cil_levelrange_init(struct cil_levelrange **lvlrange);
  /external/selinux/libsepol/cil/test/unit/
test_cil_resolve_ast.c 1426 struct cil_levelrange *lvlrange = (struct cil_levelrange *)test_db->ast->root->cl_head->next->next->next->next->next->data; local
1455 struct cil_levelrange *lvlrange = (struct cil_levelrange *)test_db->ast->root->cl_head->next->next->next->next->next->data; local
1484 struct cil_levelrange *lvlrange = (struct cil_levelrange *)test_db->ast->root->cl_head->next->next->next->next->next->data; local
1511 struct cil_levelrange *lvlrange = (struct cil_levelrange *)test_db->ast->root->cl_head->next->next->next->data; local
1536 struct cil_levelrange *lvlrange = (struct cil_levelrange *)test_db->ast->root->cl_head->next->next->next->data; local
1563 struct cil_levelrange *lvlrange = (struct cil_levelrange *)test_db->ast->root->cl_head->next->next->next->data; local
    [all...]

Completed in 638 milliseconds