Lines Matching refs:set
735 level->sens = 0; /* actual value set in define_dominance */
736 ebitmap_init(&level->cat); /* actual value set in define_level */
1209 yywarn("Expandattribute option was set to both true and false. "
1540 0, then add the type to the negative set; otherwise if *add is 1
1542 static int set_types(type_set_t * set, char *id, int *add, char starallowed)
1552 /* set TYPE_STAR flag */
1553 set->flags = TYPE_STAR;
1564 /* complement the set */
1565 set->flags = TYPE_COMP;
1589 if (ebitmap_set_bit(&set->negset, t->s.value - 1, TRUE))
1592 if (ebitmap_set_bit(&set->types, t->s.value - 1, TRUE))
2152 /* set bits 0 through x-1 within the u32 */
2163 /* for each u32 that this low-high range touches, set driver permissions */
2165 /* set all bits in u32 */
2168 /* set low bits */
2171 /* set high bits */
2174 /* set middle bits */
2430 * has some permission bits set and others not set.
2585 /* set all permissions in the class */
2591 /* complement the set */
3072 static int set_roles(role_set_t * set, char *id)
3099 if (ebitmap_set_bit(&set->roles, r->s.value - 1, TRUE)) {
3389 /* We expand the class set into separate rules. We expand the types
3641 yywarn("omitting constraint with no permission set");
4138 static int set_user_roles(role_set_t * set, char *id)
4167 if (ebitmap_set_bit(&set->roles, r->s.value - 1, TRUE))
4528 /* extract low category set */
5354 yywarn("host bits in ipv4 address set");
5482 yywarn("host bits in ipv6 address set");