Home | History | Annotate | Download | only in seccomp-bpf-helpers

Lines Matching refs:Else

56 #else
64 #else
72 #else
80 #else
121 .Else(CrashSIGSYSClone());
150 return If((flags & ~kAllowedMask) == 0, Allow()).Else(CrashSIGSYS());
160 return If((prot & ~kAllowedMask) == 0, Allow()).Else(CrashSIGSYS());
189 If((long_arg & ~kAllowedMask) == 0, Allow()).Else(CrashSIGSYS()))
219 return If(pid == target_pid, Allow()).Else(CrashSIGSYSKill());
248 If(who == 0 || who == target_pid, Allow()).Else(Error(EPERM)))
249 .Else(CrashSIGSYS());
264 Allow()).Else(CrashSIGSYS());
280 .Else(RewriteSchedSIGSYS());