Lines Matching defs:void

31                                 int errnum, int (*doit)(void))  in test_seccomp_helper()
70 static void test_seccomp_killed(const char *args, int (*doit)(void)) in test_seccomp_killed()
75 static void test_seccomp_errno(const char *args, int errnum, int (*doit)(void)) in test_seccomp_errno()
80 static void test_seccomp_passed(const char *args, int (*doit)(void)) in test_seccomp_passed()
86 static int doit_sys_fork(void) in doit_sys_fork() argument
98 static void test_seccomp_sys_fork_on_nospawn(void) in test_seccomp_sys_fork_on_nospawn() argument
103 static void test_seccomp_sys_fork_on(void) in test_seccomp_sys_fork_on() argument
108 static void test_seccomp_sys_fork_off(void) in test_seccomp_sys_fork_off() argument
114 static int doit_fork(void) in doit_fork() argument
126 static void test_seccomp_fork_on_nospawn(void) in test_seccomp_fork_on_nospawn() argument
131 static void test_seccomp_fork_on(void) in test_seccomp_fork_on() argument
136 static void test_seccomp_fork_off(void) in test_seccomp_fork_off() argument
146 static int doit_thread(void) in doit_thread() argument
159 static void test_seccomp_thread_on(void) in test_seccomp_thread_on() argument
164 static void test_seccomp_thread_on_nospawn(void) in test_seccomp_thread_on_nospawn() argument
169 static void test_seccomp_thread_off(void) in test_seccomp_thread_off() argument
174 static int doit_sched(void) in doit_sched() argument
180 static void test_seccomp_sched_on_nores(void) in test_seccomp_sched_on_nores() argument
185 static void test_seccomp_sched_on(void) in test_seccomp_sched_on() argument
190 static void test_seccomp_sched_off(void) in test_seccomp_sched_off() argument
195 static bool can_play_with_seccomp(void) in can_play_with_seccomp() argument