Searched refs:min (Results 1 – 11 of 11) sorted by relevance
/security/apparmor/ |
D | resource.c | 163 rlim->rlim_cur = min(rlim->rlim_max, in __aa_transition_rlimits() 181 rlim->rlim_max = min(rlim->rlim_max, in __aa_transition_rlimits() 184 rlim->rlim_cur = min(rlim->rlim_cur, rlim->rlim_max); in __aa_transition_rlimits()
|
D | label.c | 1465 ulen = min(ulen, size); \
|
/security/ |
D | device_cgroup.c | 271 char maj[MAJMINLEN], min[MAJMINLEN], acc[ACCLEN]; in devcgroup_seq_show() local 283 set_majmin(min, ~0); in devcgroup_seq_show() 285 maj, min, acc); in devcgroup_seq_show() 290 set_majmin(min, ex->minor); in devcgroup_seq_show() 292 maj, min, acc); in devcgroup_seq_show()
|
/security/tomoyo/ |
D | group.c | 158 bool tomoyo_number_matches_group(const unsigned long min, in tomoyo_number_matches_group() argument 169 if (min > member->number.values[1] || in tomoyo_number_matches_group()
|
D | network.c | 53 u8 * const min = ptr->ip[0].in6_u.u6_addr8; in tomoyo_parse_ipaddr_union() local 59 in4_pton(address, -1, min, '-', &end) > 0) { in tomoyo_parse_ipaddr_union() 68 if (in6_pton(address, -1, min, '-', &end) > 0) { in tomoyo_parse_ipaddr_union() 71 memmove(max, min, sizeof(u16) * 8); in tomoyo_parse_ipaddr_union()
|
D | common.c | 435 unsigned long min = ptr->values[0]; in tomoyo_print_number_union_nospace() local 446 "0x%lX", min); in tomoyo_print_number_union_nospace() 450 "0%lo", min); in tomoyo_print_number_union_nospace() 454 min); in tomoyo_print_number_union_nospace() 457 if (min == max && min_type == max_type) in tomoyo_print_number_union_nospace() 461 min = max; in tomoyo_print_number_union_nospace() 2370 stamp.hour, stamp.min, stamp.sec); in tomoyo_read_stat()
|
D | common.h | 897 u8 min; member 941 bool tomoyo_number_matches_group(const unsigned long min,
|
D | audit.c | 168 stamp.min, stamp.sec, r->profile, tomoyo_mode[r->mode], in tomoyo_print_header()
|
D | util.c | 97 stamp->min = tm.tm_min; in tomoyo_convert_time()
|
/security/integrity/ima/ |
D | ima_crypto.c | 126 order = min(get_order(max_size), order); in ima_alloc_pages()
|
/security/selinux/ |
D | hooks.c | 2541 rlim->rlim_cur = min(rlim->rlim_max, initrlim->rlim_cur); in selinux_bprm_committing_creds()
|