Lines Matching defs:role
861 userrole->role = role_datum;
1061 roletype->role = (struct cil_role*)role_datum;
1110 cil_log(CIL_ERR, "roletransition must result in a role, but %s is a %s\n", roletrans->result_str, cil_node_to_string(node));
1162 cil_log(CIL_ERR, "Attribute role not an attribute\n");
1879 cil_log(CIL_ERR, "Context role not a role: %s\n", role_datum->fqn);
1883 context->role = (struct cil_role*)role_datum;
2583 struct cil_role *role = (struct cil_role *)child_datum;
2585 if (role->bounds != NULL) {
2586 cil_tree_log(NODE(role->bounds), CIL_ERR, "Role %s already bound by parent", bounds->child_str);
2591 role->bounds = (struct cil_role *)parent_datum;