Searched refs:values (Results 1 – 13 of 13) sorted by relevance
17 int **values);19 int security_set_bools(u32 len, const int *values);
169 if (min > member->number.values[1] || in tomoyo_number_matches_group()170 max < member->number.values[0]) in tomoyo_number_matches_group()
527 unsigned long values[2]; member1247 return a->values[0] == b->values[0] && a->values[1] == b->values[1] && in tomoyo_same_number_union()
289 ptr->values[0] = v; in tomoyo_parse_number_union()292 ptr->values[1] = v; in tomoyo_parse_number_union()299 if (type == TOMOYO_VALUE_TYPE_INVALID || *data || ptr->values[0] > v) in tomoyo_parse_number_union()301 ptr->values[1] = v; in tomoyo_parse_number_union()
1065 min_v[0] = ptr->values[0]; in tomoyo_condition()1066 max_v[0] = ptr->values[1]; in tomoyo_condition()1079 if ((min_v[0] <= ptr->values[1] && in tomoyo_condition()1080 max_v[0] >= ptr->values[0]) == match) in tomoyo_condition()
117 return value >= ptr->values[0] && value <= ptr->values[1]; in tomoyo_compare_number_union()
309 e.port.values[1] > 65535) in tomoyo_write_inet_network()
427 unsigned long min = ptr->values[0]; in tomoyo_print_number_union_nospace()428 const unsigned long max = ptr->values[1]; in tomoyo_print_number_union_nospace()
3046 u32 *len, char ***names, int **values) in security_get_bools() argument3055 *values = NULL; in security_get_bools()3068 *values = kcalloc(*len, sizeof(int), GFP_ATOMIC); in security_get_bools()3069 if (!*values) in security_get_bools()3073 (*values)[i] = policydb->bool_val_to_struct[i]->state; in security_get_bools()3090 kfree(*values); in security_get_bools()3093 *values = NULL; in security_get_bools()3098 int security_set_bools(u32 len, const int *values) in security_set_bools() argument3131 int new_state = !!values[i]; in security_set_bools()
61 the kernel automatically populates during initialization from values
123 public keys and shared secrets using values stored as keys
59 non-NULL values, buffer sizes and indices are very big. The201 contents. This helps ensure that temporary values are not
20 values of executables and other sensitive system files,
Completed in 38 milliseconds