Searched refs:__test_metadata (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/tools/testing/selftests/seccomp/ |
D | test_harness.h | 219 static void test_name(struct __test_metadata *_metadata); \ 220 static struct __test_metadata _##test_name##_object = \ 228 struct __test_metadata __attribute__((unused)) *_metadata) 247 struct __test_metadata __attribute__((unused)) *_metadata, \ 251 struct __test_metadata __attribute__((unused)) *_metadata, \ 266 struct __test_metadata *_metadata, \ 269 struct __test_metadata *_metadata) \ 281 static struct __test_metadata \ 293 struct __test_metadata __attribute__((unused)) *_metadata, \ 395 struct __test_metadata { struct [all …]
|
D | seccomp_bpf.c | 1021 typedef void tracer_func_t(struct __test_metadata *_metadata, 1024 void tracer(struct __test_metadata *_metadata, int fd, pid_t tracee, in tracer() 1081 pid_t setup_trace_fixture(struct __test_metadata *_metadata, in setup_trace_fixture() 1108 void teardown_trace_fixture(struct __test_metadata *_metadata, in teardown_trace_fixture() 1129 void tracer_poke(struct __test_metadata *_metadata, pid_t tracee, int status, in tracer_poke() 1250 int get_syscall(struct __test_metadata *_metadata, pid_t tracee) in get_syscall() 1266 void change_syscall(struct __test_metadata *_metadata, in change_syscall() 1321 void tracer_syscall(struct __test_metadata *_metadata, pid_t tracee, in tracer_syscall() 1615 struct __test_metadata *metadata;
|