Searched defs:max (Results 1 - 6 of 6) sorted by relevance

/security/keys/
H A Dsysctl.c16 static const int zero, one = 1, max = INT_MAX; variable
26 .extra2 = (void *) &max,
35 .extra2 = (void *) &max,
44 .extra2 = (void *) &max,
53 .extra2 = (void *) &max,
62 .extra2 = (void *) &max,
72 .extra2 = (void *) &max,
/security/tomoyo/
H A Dgroup.c143 * @max: Max number.
146 * Returns true if @min and @max partially overlaps @group, false otherwise.
151 const unsigned long max,
160 max < member->number.values[0])
150 tomoyo_number_matches_group(const unsigned long min, const unsigned long max, const struct tomoyo_group *group) argument
H A Dnetwork.c53 u8 * const max = ptr->ip[1].in6_u.u6_addr8; local
63 in4_pton(end, -1, max, '\0', &end) <= 0 || *end)
70 memmove(max, min, sizeof(u16) * 8);
72 in6_pton(end, -1, max, '\0', &end) <= 0 || *end)
H A Dcommon.c431 const unsigned long max = ptr->values[1]; local
451 if (min == max && min_type == max_type)
455 min = max;
/security/apparmor/include/
H A Daudit.h120 unsigned long max; member in struct:apparmor_audit_data::__anon3::__anon5
/security/smack/
H A Dsmackfs.c595 static void smk_rule_show(struct seq_file *s, struct smack_rule *srp, int max) argument
603 if (strlen(srp->smk_subject->smk_known) >= max ||
604 strlen(srp->smk_object->smk_known) >= max)

Completed in 267 milliseconds