Home | History | Annotate | Download | only in src

Lines Matching defs:cil_perm

247 	struct cil_tree_node *cil_perm = node->cl_head;
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;
338 perm_value_to_cil[class_index][i] = cil_perm;
343 struct cil_perm *cil_perm = curr->data;
347 key = cil_strdup(cil_perm->datum.fqn);
356 perm_value_to_cil[class_index][sepol_perm->s.value] = cil_perm;
1250 struct cil_perm *cil_perm;
1254 cil_perm = curr_perm->data;
1255 key = cil_perm->datum.fqn;
1375 struct cil_perm *cmp = i->data;
2638 struct cil_perm *cmp = i->data;
3912 int __cil_policydb_init(policydb_t *pdb, const struct cil_db *db, struct cil_class *class_value_to_cil[], struct cil_perm **perm_value_to_cil[])
4124 struct cil_perm *cmp = j->data;
4499 static struct cil_list *cil_classperms_from_sepol(policydb_t *pdb, uint16_t class, uint32_t data, struct cil_class *class_value_to_cil[], struct cil_perm **perm_value_to_cil[])
4511 cil_list_init(&cp->perms, CIL_PERM);
4513 struct cil_perm *perm;
4517 cil_list_append(cp->perms, CIL_PERM, perm);
4530 static int cil_avrule_from_sepol(policydb_t *pdb, avtab_ptr_t sepol_rule, struct cil_avrule *cil_rule, void *type_value_to_cil[], struct cil_class *class_value_to_cil[], struct cil_perm **perm_value_to_cil[])
4551 static int cil_check_type_bounds(const struct cil_db *db, policydb_t *pdb, void *type_value_to_cil, struct cil_class *class_value_to_cil[], struct cil_perm **perm_value_to_cil[])
4639 struct cil_perm ***perm_value_to_cil = NULL;