Lines Matching defs:cp
1507 struct cil_classperms *cp = curr->data;
1508 if (FLAVOR(cp->class) == CIL_CLASS) {
1512 cil_list_for_each(i, cp->perms) {
1526 struct cil_classpermission *cp = cp_set->set;
1527 if (&cp->datum == orig) {
1531 rc = __cil_verify_classperms(cp->classperms, orig);
1547 struct cil_classpermission *cp = node->data;
1549 if (cp->classperms == NULL) {
1550 cil_log(CIL_ERR, "Classpermission %s does not have a classpermissionset at line %d of %s\n", cp->datum.name, node->line, node->path);
1555 rc = __cil_verify_classperms(cp->classperms, &cp->datum);
1557 cil_log(CIL_ERR, "Found circular class permissions involving the set %s at line %d of %s\n",cp->datum.name, node->line, node->path);