Lines Matching full:checks
51 /* Checks buffer inconsistencies. */ in copy_min_struct_from_user()
56 /* Checks size ranges. */ in copy_min_struct_from_user()
80 * For each user space ABI structures, first checks that there is no in build_check_abi()
81 * hole in them, then checks that all architectures have the same in build_check_abi()
165 /* Build-time checks. */ in SYSCALL_DEFINE3()
186 /* Checks content (and 32-bits cast). */ in SYSCALL_DEFINE3()
191 /* Checks arguments and transforms to kernel struct. */ in SYSCALL_DEFINE3()
218 /* Checks FD type and access right. */ in get_ruleset_from_fd()
321 /* Gets and checks the ruleset. */ in SYSCALL_DEFINE4()
348 * Checks that allowed_access matches the @ruleset constraints in SYSCALL_DEFINE4()
357 /* Gets and checks the new rule. */ in SYSCALL_DEFINE4()
409 * Similar checks as for seccomp(2), except that an -EPERM may be in SYSCALL_DEFINE2()
420 /* Gets and checks the ruleset. */ in SYSCALL_DEFINE2()