Home
last modified time | relevance | path

Searched refs:min (Results 1 – 11 of 11) sorted by relevance

/security/apparmor/
Dresource.c163 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()
Dlabel.c1465 ulen = min(ulen, size); \
/security/
Ddevice_cgroup.c271 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/
Dgroup.c158 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()
Dnetwork.c53 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()
Dcommon.c435 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()
Dcommon.h897 u8 min; member
941 bool tomoyo_number_matches_group(const unsigned long min,
Daudit.c168 stamp.min, stamp.sec, r->profile, tomoyo_mode[r->mode], in tomoyo_print_header()
Dutil.c97 stamp->min = tm.tm_min; in tomoyo_convert_time()
/security/integrity/ima/
Dima_crypto.c126 order = min(get_order(max_size), order); in ima_alloc_pages()
/security/selinux/
Dhooks.c2541 rlim->rlim_cur = min(rlim->rlim_max, initrlim->rlim_cur); in selinux_bprm_committing_creds()