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

Lines Matching full:sysno

17 bool SyscallSets::IsKill(int sysno) {
18 switch (sysno) {
28 bool SyscallSets::IsAllowedGettime(int sysno) {
29 switch (sysno) {
53 bool SyscallSets::IsCurrentDirectory(int sysno) {
54 switch (sysno) {
64 bool SyscallSets::IsUmask(int sysno) {
65 switch (sysno) {
77 bool SyscallSets::IsFileSystem(int sysno) {
78 switch (sysno) {
159 bool SyscallSets::IsAllowedFileSystemAccessViaFd(int sysno) {
160 switch (sysno) {
198 bool SyscallSets::IsDeniedFileSystemAccessViaFd(int sysno) {
199 switch (sysno) {
223 bool SyscallSets::IsGetSimpleId(int sysno) {
224 switch (sysno) {
252 bool SyscallSets::IsProcessPrivilegeChange(int sysno) {
253 switch (sysno) {
285 bool SyscallSets::IsProcessGroupOrSession(int sysno) {
286 switch (sysno) {
299 bool SyscallSets::IsAllowedSignalHandling(int sysno) {
300 switch (sysno) {
334 bool SyscallSets::IsAllowedOperationOnFd(int sysno) {
335 switch (sysno) {
356 bool SyscallSets::IsKernelInternalApi(int sysno) {
357 switch (sysno) {
369 bool SyscallSets::IsAllowedProcessStartOrDeath(int sysno) {
370 switch (sysno) {
401 bool SyscallSets::IsAllowedFutex(int sysno) {
402 switch (sysno) {
411 bool SyscallSets::IsAllowedEpoll(int sysno) {
412 switch (sysno) {
432 bool SyscallSets::IsAllowedGetOrModifySocket(int sysno) {
433 switch (sysno) {
448 bool SyscallSets::IsDeniedGetOrModifySocket(int sysno) {
449 switch (sysno) {
467 bool SyscallSets::IsSocketCall(int sysno) {
468 switch (sysno) {
478 bool SyscallSets::IsNetworkSocketInformation(int sysno) {
479 switch (sysno) {
491 bool SyscallSets::IsAllowedAddressSpaceAccess(int sysno) {
492 switch (sysno) {
526 bool SyscallSets::IsAllowedGeneralIo(int sysno) {
527 switch (sysno) {
583 bool SyscallSets::IsPrctl(int sysno) {
584 switch (sysno) {
595 bool SyscallSets::IsSeccomp(int sysno) {
596 switch (sysno) {
604 bool SyscallSets::IsAllowedBasicScheduler(int sysno) {
605 switch (sysno) {
622 bool SyscallSets::IsAdminOperation(int sysno) {
623 switch (sysno) {
638 bool SyscallSets::IsKernelModule(int sysno) {
639 switch (sysno) {
654 bool SyscallSets::IsGlobalFSViewChange(int sysno) {
655 switch (sysno) {
665 sysno) {
666 switch (sysno) {
682 bool SyscallSets::IsNuma(int sysno) {
683 switch (sysno) {
699 bool SyscallSets::IsMessageQueue(int sysno) {
700 switch (sysno) {
713 bool SyscallSets::IsGlobalProcessEnvironment(int sysno) {
714 switch (sysno) {
737 bool SyscallSets::IsDebug(int sysno) {
738 switch (sysno) {
749 bool SyscallSets::IsGlobalSystemStatus(int sysno) {
750 switch (sysno) {
767 bool SyscallSets::IsEventFd(int sysno) {
768 switch (sysno) {
780 bool SyscallSets::IsAsyncIo(int sysno) {
781 switch (sysno) {
793 bool SyscallSets::IsKeyManagement(int sysno) {
794 switch (sysno) {
805 bool SyscallSets::IsSystemVSemaphores(int sysno) {
806 switch (sysno) {
820 bool SyscallSets::IsSystemVSharedMemory(int sysno) {
821 switch (sysno) {
834 bool SyscallSets::IsSystemVMessageQueue(int sysno) {
835 switch (sysno) {
849 bool SyscallSets::IsSystemVIpc(int sysno) {
850 switch (sysno) {
859 bool SyscallSets::IsAnySystemV(int sysno) {
861 return IsSystemVMessageQueue(sysno) || IsSystemVSemaphores(sysno) ||
862 IsSystemVSharedMemory(sysno);
864 return IsSystemVIpc(sysno);
868 bool SyscallSets::IsAdvancedScheduler(int sysno) {
869 switch (sysno) {
889 bool SyscallSets::IsInotify(int sysno) {
890 switch (sysno) {
903 bool SyscallSets::IsFaNotify(int sysno) {
904 switch (sysno) {
913 bool SyscallSets::IsTimer(int sysno) {
914 switch (sysno) {
926 bool SyscallSets::IsAdvancedTimer(int sysno) {
927 switch (sysno) {
942 bool SyscallSets::IsExtendedAttributes(int sysno) {
943 switch (sysno) {
964 bool SyscallSets::IsMisc(int sysno) {
965 switch (sysno) {
1014 bool SyscallSets::IsArmPciConfig(int sysno) {
1015 switch (sysno) {
1025 bool SyscallSets::IsArmPrivate(int sysno) {
1026 switch (sysno) {
1040 bool SyscallSets::IsMipsPrivate(int sysno) {
1041 switch (sysno) {
1050 bool SyscallSets::IsMipsMisc(int sysno) {
1051 switch (sysno) {