Lines Matching refs:values
114 /* Store the raw class and permission values */
173 * Get real, policy values from mapped values
1785 /* Set the role to default values. */
1797 /* Set the type to default values. */
1984 * Convert the values in the security context structure @oldc from the values
1985 * specified in the policy @args->oldp to the values specified in the policy
2284 /* Preserve active boolean values from the old policy */
2963 u32 *len, char ***names, int **values)
2972 *values = NULL;
2985 *values = kcalloc(*len, sizeof(int), GFP_ATOMIC);
2986 if (!*values)
2990 (*values)[i] = policydb->bool_val_to_struct[i]->state;
3007 kfree(*values);
3010 *values = NULL;
3015 int security_set_bools(u32 len, int *values)
3048 int new_state = !!values[i];
3241 * Compare the @nlbl_sid and @xfrm_sid values and if the two SIDs can be
3801 * conversion for future lookups. Returns zero on success, negative values on
3878 * Returns zero on success, negative values on failure.