Home
last modified time | relevance | path

Searched refs:FIXTURE_DATA (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/tools/testing/selftests/exec/
H A Dnon-regular.c47 FIXTURE_DATA(file) *self, in FIXTURE_VARIANT()
53 FIXTURE_DATA(file) *self, in setup_link()
81 FIXTURE_DATA(file) *self, in setup_dir()
96 FIXTURE_DATA(file) *self, in setup_node()
134 FIXTURE_DATA(file) *self, in setup_fifo()
/openbmc/linux/tools/testing/selftests/net/
H A Dso_incoming_cpu.c124 FIXTURE_DATA(so_incoming_cpu) *self, in create_server()
158 FIXTURE_DATA(so_incoming_cpu) *self, in create_servers()
179 FIXTURE_DATA(so_incoming_cpu) *self) in create_clients()
210 FIXTURE_DATA(so_incoming_cpu) *self) in verify_incoming_cpu()
H A Dbind_timewait.c43 FIXTURE_DATA(bind_timewait) *self) in create_timewait_socket()
H A Dbind_wildcard.c112 FIXTURE_DATA(bind_wildcard) *self, in bind_sockets()
/openbmc/linux/tools/testing/selftests/
H A Dkselftest_harness.h221 #define FIXTURE_DATA(datatype_name) struct _test_data_##datatype_name macro
248 FIXTURE_DATA(fixture_name)
272 FIXTURE_DATA(fixture_name) __attribute__((unused)) *self, \
295 FIXTURE_DATA(fixture_name) __attribute__((unused)) *self, \
379 FIXTURE_DATA(fixture_name) *self, \
386 FIXTURE_DATA(fixture_name) self; \
387 memset(&self, 0, sizeof(FIXTURE_DATA(fixture_name))); \
415 FIXTURE_DATA(fixture_name) __attribute__((unused)) *self, \
/openbmc/linux/tools/testing/selftests/net/af_unix/
H A Ddiag_uid.c77 FIXTURE_DATA(diag_uid) *self, in send_request()
135 FIXTURE_DATA(diag_uid) *self) in receive_response()
H A Dscm_pidfd.c294 static void client(FIXTURE_DATA(scm_pidfd) *self, in client()
/openbmc/linux/tools/testing/selftests/landlock/
H A Dcommon.h37 FIXTURE_DATA(fixture_name) *self, \
77 FIXTURE_DATA(fixture_name) __attribute__((unused)) *self, \
H A Dfs_test.c4657 FIXTURE_DATA(layout3_fs) * self, in layer3_fs_tag_inode()
/openbmc/linux/tools/testing/selftests/drivers/s390x/uvdevice/
H A Dtest_uvdevice.c188 FIXTURE_DATA(attest_fixture) *self) in att_inval_sizes_test()
235 FIXTURE_DATA(attest_fixture) *self) in att_inval_addr_test()
/openbmc/linux/tools/testing/selftests/iommu/
H A Diommufd_fail_nth.c175 FIXTURE_DATA(fixture_name) *self, \
200 FIXTURE_DATA(fixture_name) __attribute__((unused)) *self, \
/openbmc/linux/tools/testing/selftests/perf_events/
H A Dsigtrap_threads.c150 FIXTURE_DATA(sigtrap_threads) *self) in run_test_threads()
/openbmc/linux/tools/testing/selftests/hid/
H A Dhid_bpf.c449 static void detach_bpf(FIXTURE_DATA(hid_bpf) * self) in detach_bpf()
511 FIXTURE_DATA(hid_bpf) * self, in load_programs()
/openbmc/linux/Documentation/dev-tools/
H A Dkselftest.rst400 :functions: TH_LOG TEST TEST_SIGNAL FIXTURE FIXTURE_DATA FIXTURE_SETUP
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c2048 FIXTURE_DATA(TRACE_syscall) *self = args; in tracer_ptrace()