Lines Matching defs:class
288 /* Returns a buffer with class, statement type and permissions */
339 /* Add class entry */
417 ERR(NULL, "failed to allocate class buffer");
815 * the permissions in a particular class.
836 ERR(NULL, "unrecognized class %d", tclass);
950 ERR(NULL, "unrecognized class %d", tclass);
1073 * Return a class ID associated with the class string specified by
1079 char *class = NULL;
1083 class = policydb->p_class_val_to_name[id - 1];
1084 if (class == NULL) {
1085 ERR(NULL, "could not convert %s to class id", class_name);
1088 if ((strcmp(class, class_name)) == 0) {
1096 * Return access vector bit associated with the class ID and permission
1107 ERR(NULL, "unrecognized class %d", tclass);
1301 /* Check for class-specific changes. */
1345 * class `tclass' based on a SID pair.
1357 * polyinstantiated object of class `tclass' based on
1370 * class `tclass' based on a SID pair.
1406 * Verify that each class that is defined under the
1421 ERR(NULL, "class %s disappeared", key);
1425 ERR(NULL, "the value of class %s changed", key);
1431 "vector definition for class %s changed", key);
1440 "for class %s\n", key);
1446 ERR(NULL, " in access vector definition for class %s", key);
1613 * Verify that each class that is defined under the
1653 ERR(NULL, "the definition of an existing class changed");