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

  /external/selinux/libsepol/cil/src/
cil_find.c 150 struct cil_perm *p1 = i1->data;
152 struct cil_perm *p2 = i2->data;
173 struct cil_perm *cmp = i->data;
202 struct cil_perm *cmp = i->data;
229 struct cil_perm *cmp = i->data;
244 struct cil_perm *cmp = (struct cil_perm *)d;
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_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...]
cil_verify.c 1296 struct cil_perm *com_perm = curr_com_perm->data;
1302 struct cil_perm *class_perm = curr_class_perm->data;
    [all...]
cil_internal.h 347 struct cil_perm { struct
995 void cil_perm_init(struct cil_perm **perm);
cil_post.c 818 struct cil_perm *perm = (struct cil_perm *)datum;
1014 case CIL_PERM:
    [all...]
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_build_ast.h 56 void cil_destroy_perm(struct cil_perm *perm);
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_resolve_ast.c 681 struct cil_perm *perm = (struct cil_perm *)d;
732 struct cil_perm *mp = NULL;
747 mp = (struct cil_perm*)datum;
    [all...]
cil.c 529 case CIL_PERM:
792 case CIL_PERM:
919 case 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...]

Completed in 363 milliseconds