Searched defs:min (Results 1 - 5 of 5) sorted by relevance

/security/tomoyo/
H A Dgroup.c142 * @min: Min number.
146 * Returns true if @min and @max partially overlaps @group, false otherwise.
150 bool tomoyo_number_matches_group(const unsigned long min, argument
159 if (min > member->number.values[1] ||
H A Dnetwork.c52 u8 * const min = ptr->ip[0].in6_u.u6_addr8; local
58 in4_pton(address, -1, min, '-', &end) > 0) {
67 if (in6_pton(address, -1, min, '-', &end) > 0) {
70 memmove(max, min, sizeof(u16) * 8);
H A Dcommon.c430 unsigned long min = ptr->values[0]; local
440 "0x%lX", min);
444 "0%lo", min);
448 min);
451 if (min == max && min_type == max_type)
455 min = max;
2300 stamp.hour, stamp.min, stamp.sec);
H A Dcommon.h892 u8 min; member in struct:tomoyo_time
930 bool tomoyo_number_matches_group(const unsigned long min,
/security/
H A Ddevice_cgroup.c279 char maj[MAJMINLEN], min[MAJMINLEN], acc[ACCLEN]; local
291 set_majmin(min, ~0);
293 maj, min, acc);
298 set_majmin(min, ex->minor);
300 maj, min, acc);

Completed in 72 milliseconds