Home
last modified time | relevance | path

Searched refs:tomoyo_compare_number_union (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/security/tomoyo/
Dfile.c111 bool tomoyo_compare_number_union(const unsigned long value, in tomoyo_compare_number_union() function
278 tomoyo_compare_number_union(r->param.path_number.number, in tomoyo_check_path_number_acl()
317 tomoyo_compare_number_union(r->param.mkdev.mode, in tomoyo_check_mkdev_acl()
319 tomoyo_compare_number_union(r->param.mkdev.major, in tomoyo_check_mkdev_acl()
321 tomoyo_compare_number_union(r->param.mkdev.minor, in tomoyo_check_mkdev_acl()
Dmount.c50 return tomoyo_compare_number_union(r->param.mount.flags, in tomoyo_check_mount_acl()
Dnetwork.c426 !tomoyo_compare_number_union(r->param.inet_network.port, in tomoyo_check_inet_acl()
Dcommon.h919 bool tomoyo_compare_number_union(const unsigned long value,