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

  /external/selinux/libsepol/cil/src/
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_internal.h 347 struct cil_perm { struct
995 void cil_perm_init(struct cil_perm **perm);

Completed in 369 milliseconds