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 250 struct cil_tree_node *cil_perm = node->cl_head; local
267 while (cil_perm != NULL) {
268 struct cil_perm *curr = cil_perm->data;
280 cil_perm = cil_perm->next;
292 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[])
340 struct cil_perm *cil_perm = curr->data; local
341 perm_value_to_cil[class_index][i] = cil_perm;
346 struct cil_perm *cil_perm = curr->data; local
1266 struct cil_perm *cil_perm; local
    [all...]
cil_internal.h 355 struct cil_perm { struct
1012 void cil_perm_init(struct cil_perm **perm);

Completed in 51 milliseconds