Lines Matching full:sysno
21 static bool IsKill(int sysno);
22 static bool IsAllowedGettime(int sysno);
23 static bool IsCurrentDirectory(int sysno);
24 static bool IsUmask(int sysno);
28 static bool IsFileSystem(int sysno);
29 static bool IsAllowedFileSystemAccessViaFd(int sysno);
30 static bool IsDeniedFileSystemAccessViaFd(int sysno);
31 static bool IsGetSimpleId(int sysno);
32 static bool IsProcessPrivilegeChange(int sysno);
33 static bool IsProcessGroupOrSession(int sysno);
34 static bool IsAllowedSignalHandling(int sysno);
35 static bool IsAllowedOperationOnFd(int sysno);
36 static bool IsKernelInternalApi(int sysno);
38 static bool IsAllowedProcessStartOrDeath(int sysno);
40 static bool IsAllowedFutex(int sysno);
41 static bool IsAllowedEpoll(int sysno);
42 static bool IsAllowedGetOrModifySocket(int sysno);
43 static bool IsDeniedGetOrModifySocket(int sysno);
47 static bool IsSocketCall(int sysno);
52 static bool IsNetworkSocketInformation(int sysno);
55 static bool IsAllowedAddressSpaceAccess(int sysno);
56 static bool IsAllowedGeneralIo(int sysno);
57 static bool IsPrctl(int sysno);
58 static bool IsSeccomp(int sysno);
59 static bool IsAllowedBasicScheduler(int sysno);
60 static bool IsAdminOperation(int sysno);
61 static bool IsKernelModule(int sysno);
62 static bool IsGlobalFSViewChange(int sysno);
63 static bool IsFsControl(int sysno);
64 static bool IsNuma(int sysno);
65 static bool IsMessageQueue(int sysno);
66 static bool IsGlobalProcessEnvironment(int sysno);
67 static bool IsDebug(int sysno);
68 static bool IsGlobalSystemStatus(int sysno);
69 static bool IsEventFd(int sysno);
71 static bool IsAsyncIo(int sysno);
72 static bool IsKeyManagement(int sysno);
74 static bool IsSystemVSemaphores(int sysno);
78 static bool IsSystemVSharedMemory(int sysno);
82 static bool IsSystemVMessageQueue(int sysno);
87 static bool IsSystemVIpc(int sysno);
90 static bool IsAnySystemV(int sysno);
91 static bool IsAdvancedScheduler(int sysno);
92 static bool IsInotify(int sysno);
93 static bool IsFaNotify(int sysno);
94 static bool IsTimer(int sysno);
95 static bool IsAdvancedTimer(int sysno);
96 static bool IsExtendedAttributes(int sysno);
97 static bool IsMisc(int sysno);
99 static bool IsArmPciConfig(int sysno);
100 static bool IsArmPrivate(int sysno);
103 static bool IsMipsPrivate(int sysno);
104 static bool IsMipsMisc(int sysno);