Home
last modified time | relevance | path

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

/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-sync.c38 struct sync_fixture { struct
46 struct ptunit_result (*init)(struct sync_fixture *); argument
47 struct ptunit_result (*fini)(struct sync_fixture *); argument
50 static struct ptunit_result sfix_init(struct sync_fixture *sfix) in sfix_init()
76 static struct ptunit_result sync_fwd_null(struct sync_fixture *sfix) in sync_fwd_null()
93 static struct ptunit_result sync_bwd_null(struct sync_fixture *sfix) in sync_bwd_null()
110 static struct ptunit_result sync_fwd_empty(struct sync_fixture *sfix) in sync_fwd_empty()
123 static struct ptunit_result sync_bwd_empty(struct sync_fixture *sfix) in sync_bwd_empty()
136 static struct ptunit_result sync_fwd_none(struct sync_fixture *sfix) in sync_fwd_none()
147 static struct ptunit_result sync_bwd_none(struct sync_fixture *sfix) in sync_bwd_none()
[all …]