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

  /external/selinux/libsepol/cil/src/
cil_flavor.h 161 CIL_PERM,
cil_reset_ast.c 15 struct cil_perm *perm = (struct cil_perm *)d;
35 static void cil_reset_perm(struct cil_perm *perm)
404 case CIL_PERM:
cil_tree.c 436 if (current_perm->flavor == CIL_PERM) {
437 cil_log(CIL_INFO, " %s", ((struct cil_perm *)current_perm->data)->datum.name);
439 cil_log(CIL_INFO, " %s", ((struct cil_perm*)current_perm->data)->datum.name);
888 struct cil_perm *cmp = node->data;
    [all...]
cil.c 529 case CIL_PERM:
792 case CIL_PERM:
919 case CIL_PERM:
    [all...]
cil_post.c 818 struct cil_perm *perm = (struct cil_perm *)datum;
1014 case CIL_PERM:
    [all...]
cil_copy_ast.c 165 struct cil_perm *orig = data;
171 struct cil_perm *new;
    [all...]
cil_policy.c 521 struct cil_perm *cmp = i->data;
560 struct cil_perm *cmp = j->data;
994 if (current->flavor == CIL_PERM) {
    [all...]
cil_build_ast.c 381 rc = cil_gen_perm_nodes(db, perms, ast_node, CIL_PERM, &class->num_perms);
481 struct cil_perm *perm = NULL;
504 void cil_destroy_perm(struct cil_perm *perm)
568 rc = cil_gen_expr(start_perm, CIL_PERM, perms);
949 rc = cil_gen_perm_nodes(db, parse_current->next->next->cl_head, ast_node, CIL_PERM, &common->num_perms);
    [all...]
cil_binary.c 247 struct cil_tree_node *cil_perm = node->cl_head; local
264 while (cil_perm != NULL) {
265 struct cil_perm *curr = cil_perm->data;
277 cil_perm = cil_perm->next;
289 int cil_classorder_to_policydb(policydb_t *pdb, const struct cil_db *db, struct cil_class *class_value_to_cil[], struct cil_perm **perm_value_to_cil[])
337 struct cil_perm *cil_perm = curr->data; local
338 perm_value_to_cil[class_index][i] = cil_perm;
343 struct cil_perm *cil_perm = curr->data; local
1250 struct cil_perm *cil_perm; local
    [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_build_ast.c 798 int rc = cil_gen_perm_nodes(test_db, test_tree->root->cl_head->cl_head->next->next->cl_head, test_ast_node, CIL_PERM);
828 int rc = cil_gen_perm_nodes(test_db, test_tree->root->cl_head->cl_head->next->next->cl_head, test_ast_node, CIL_PERM);
856 int rc = cil_gen_perm_nodes(test_db, test_tree->root->cl_head->cl_head->next->next->cl_head, test_ast_node, CIL_PERM);
    [all...]

Completed in 263 milliseconds