Lines Matching refs:values
119 /* Store the raw class and permission values */
177 * Get real, policy values from mapped values
1809 /* Set the role to default values. */
1821 /* Set the type to default values. */
2007 * Convert the values in the security context
2008 * structure `oldc' from the values specified
2009 * in the policy `p->oldp' to the values specified
2319 /* Preserve active boolean values from the old policy */
3008 u32 *len, char ***names, int **values)
3017 *values = NULL;
3030 *values = kcalloc(*len, sizeof(int), GFP_ATOMIC);
3031 if (!*values)
3035 (*values)[i] = policydb->bool_val_to_struct[i]->state;
3052 kfree(*values);
3055 *values = NULL;
3060 int security_set_bools(struct selinux_state *state, u32 len, int *values)
3092 int new_state = !!values[i];
3286 * Compare the @nlbl_sid and @xfrm_sid values and if the two SIDs can be
3852 * conversion for future lookups. Returns zero on success, negative values on
3930 * Returns zero on success, negative values on failure.