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

Lines Matching refs:Else

68 #else
76 #else
84 #else
92 #else
104 #else
146 .Else(CrashSIGSYSClone());
206 return If((flags & ~kAllowedMask) == 0, Allow()).Else(CrashSIGSYS());
216 return If((prot & ~kAllowedMask) == 0, Allow()).Else(CrashSIGSYS());
245 If((long_arg & ~kAllowedMask) == 0, Allow()).Else(CrashSIGSYS()))
275 return If(pid == target_pid, Allow()).Else(CrashSIGSYSKill());
300 .Else(CrashSIGSYS());
332 return If(who == RUSAGE_SELF, Allow()).Else(CrashSIGSYS());