Lines Matching refs:value
370 * Return the boolean value of a constraint expression
1191 *tclass = tclass_datum->s.value;
1217 *av = UINT32_C(1) << (perm_datum->s.value - 1);
1229 *av = UINT32_C(1) << (perm_datum->s.value - 1);
1505 * existing policy is still defined with the same value
1521 if (perdatum->s.value != perdatum2->s.value) {
1522 ERR(NULL, "the value of permissions %s changed", key);
1547 if (cladatum->s.value != cladatum2->s.value) {
1548 ERR(NULL, "the value of class %s changed", key);
1638 c->user = usrdatum->s.value;
1647 c->role = role->s.value;
1656 c->type = typdatum->s.value;
2171 usercon.user = user->s.value;