Searched refs:atf_tc_t (Results 1 - 25 of 53) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/
H A Dtc.h69 typedef struct atf_tc atf_tc_t; typedef in typeref:struct:atf_tc
72 atf_error_t atf_tc_init(atf_tc_t *, const char *, atf_tc_head_t,
75 atf_error_t atf_tc_init_pack(atf_tc_t *, atf_tc_pack_t *,
77 void atf_tc_fini(atf_tc_t *);
80 const char *atf_tc_get_ident(const atf_tc_t *);
81 const char *atf_tc_get_config_var(const atf_tc_t *, const char *);
82 const char *atf_tc_get_config_var_wd(const atf_tc_t *, const char *,
84 bool atf_tc_get_config_var_as_bool(const atf_tc_t *, const char *);
85 bool atf_tc_get_config_var_as_bool_wd(const atf_tc_t *, const char *,
87 long atf_tc_get_config_var_as_long(const atf_tc_t *, cons
[all...]
H A Dmacros_h_test.c89 atf_tc_t *test_name_1 = &ATF_TC_NAME(TEST_MACRO_1);
90 void (*head_1)(atf_tc_t *) = ATF_TC_HEAD_NAME(TEST_MACRO_1);
91 void (*body_1)(const atf_tc_t *) = ATF_TC_BODY_NAME(TEST_MACRO_1);
96 atf_tc_t *test_name_2 = &ATF_TC_NAME(TEST_MACRO_2);
97 void (*head_2)(atf_tc_t *) = ATF_TC_HEAD_NAME(TEST_MACRO_2);
98 void (*body_2)(const atf_tc_t *) = ATF_TC_BODY_NAME(TEST_MACRO_2);
99 void (*cleanup_2)(const atf_tc_t *) = ATF_TC_CLEANUP_NAME(TEST_MACRO_2);
102 atf_tc_t *test_name_3 = &ATF_TC_NAME(TEST_MACRO_3);
103 void (*body_3)(const atf_tc_t *) = ATF_TC_BODY_NAME(TEST_MACRO_3);
H A Dtp.c53 const atf_tc_t *
56 const atf_tc_t *tc;
61 const atf_tc_t *tc2;
113 atf_tc_t *tc = atf_list_iter_data(iter);
134 const atf_tc_t *tc = find_tc(tp, id);
138 const atf_tc_t *
141 const atf_tc_t *tc = find_tc(tp, id);
146 const atf_tc_t *const *
149 const atf_tc_t **array;
153 array = malloc(sizeof(atf_tc_t *) *
[all...]
H A Dmacros.h45 static void atfu_ ## tc ## _body(const atf_tc_t *); \
46 static atf_tc_t atfu_ ## tc ## _tc; \
55 static void atfu_ ## tc ## _head(atf_tc_t *); \
56 static void atfu_ ## tc ## _body(const atf_tc_t *); \
57 static atf_tc_t atfu_ ## tc ## _tc; \
66 static void atfu_ ## tc ## _head(atf_tc_t *); \
67 static void atfu_ ## tc ## _body(const atf_tc_t *); \
68 static void atfu_ ## tc ## _cleanup(const atf_tc_t *); \
69 static atf_tc_t atfu_ ## tc ## _tc; \
80 atfu_ ## tc ## _head(atf_tc_t *tcpt
[all...]
H A Dmacros_test.c81 init_and_run_h_tc(const char *name, void (*head)(atf_tc_t *),
82 void (*body)(const atf_tc_t *))
84 atf_tc_t tc;
219 void (*head)(atf_tc_t *);
220 void (*body)(const atf_tc_t *);
263 void (*head)(atf_tc_t *);
264 void (*body)(const atf_tc_t *);
317 void (*head)(atf_tc_t *);
318 void (*body)(const atf_tc_t *);
360 void (*head)(atf_tc_t *);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/
H A Dtc.h71 typedef struct atf_tc atf_tc_t; typedef in typeref:struct:atf_tc
74 atf_error_t atf_tc_init(atf_tc_t *, const char *, atf_tc_head_t,
77 atf_error_t atf_tc_init_pack(atf_tc_t *, atf_tc_pack_t *,
79 void atf_tc_fini(atf_tc_t *);
82 const char *atf_tc_get_ident(const atf_tc_t *);
83 const char *atf_tc_get_config_var(const atf_tc_t *, const char *);
84 const char *atf_tc_get_config_var_wd(const atf_tc_t *, const char *,
86 bool atf_tc_get_config_var_as_bool(const atf_tc_t *, const char *);
87 bool atf_tc_get_config_var_as_bool_wd(const atf_tc_t *, const char *,
89 long atf_tc_get_config_var_as_long(const atf_tc_t *, cons
[all...]
H A Dmacros_h_test.c91 atf_tc_t *test_name_1 = &ATF_TC_NAME(TEST_MACRO_1);
92 void (*head_1)(atf_tc_t *) = ATF_TC_HEAD_NAME(TEST_MACRO_1);
93 void (*body_1)(const atf_tc_t *) = ATF_TC_BODY_NAME(TEST_MACRO_1);
98 atf_tc_t *test_name_2 = &ATF_TC_NAME(TEST_MACRO_2);
99 void (*head_2)(atf_tc_t *) = ATF_TC_HEAD_NAME(TEST_MACRO_2);
100 void (*body_2)(const atf_tc_t *) = ATF_TC_BODY_NAME(TEST_MACRO_2);
101 void (*cleanup_2)(const atf_tc_t *) = ATF_TC_CLEANUP_NAME(TEST_MACRO_2);
104 atf_tc_t *test_name_3 = &ATF_TC_NAME(TEST_MACRO_3);
105 void (*body_3)(const atf_tc_t *) = ATF_TC_BODY_NAME(TEST_MACRO_3);
H A Dtp.c55 const atf_tc_t *
58 const atf_tc_t *tc;
63 const atf_tc_t *tc2;
115 atf_tc_t *tc = atf_list_iter_data(iter);
136 const atf_tc_t *tc = find_tc(tp, id);
140 const atf_tc_t *
143 const atf_tc_t *tc = find_tc(tp, id);
148 const atf_tc_t *const *
151 const atf_tc_t **array;
155 array = malloc(sizeof(atf_tc_t *) *
[all...]
H A Dmacros.h46 static void atfu_ ## tc ## _body(const atf_tc_t *); \
47 static atf_tc_t atfu_ ## tc ## _tc; \
56 static void atfu_ ## tc ## _head(atf_tc_t *); \
57 static void atfu_ ## tc ## _body(const atf_tc_t *); \
58 static atf_tc_t atfu_ ## tc ## _tc; \
67 static void atfu_ ## tc ## _head(atf_tc_t *); \
68 static void atfu_ ## tc ## _body(const atf_tc_t *); \
69 static void atfu_ ## tc ## _cleanup(const atf_tc_t *); \
70 static atf_tc_t atfu_ ## tc ## _tc; \
81 atfu_ ## tc ## _head(atf_tc_t *tcpt
[all...]
H A Dmacros_test.c57 create_ctl_file(const atf_tc_t *tc, const char *name)
83 init_and_run_h_tc(const char *name, void (*head)(atf_tc_t *),
84 void (*body)(const atf_tc_t *))
86 atf_tc_t tc;
221 void (*head)(atf_tc_t *);
222 void (*body)(const atf_tc_t *);
265 void (*head)(atf_tc_t *);
266 void (*body)(const atf_tc_t *);
319 void (*head)(atf_tc_t *);
320 void (*body)(const atf_tc_t *);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Dtest_helpers.h71 void build_check_c_o(const atf_tc_t *, const char *, const char *);
72 void header_check(const atf_tc_t *, const char *);
73 void get_process_helpers_path(const atf_tc_t *, const bool,
78 void run_h_tc(atf_tc_t *, const char *, const char *, const char *);
H A Dtest_helpers.c71 build_check_c_o(const atf_tc_t *tc, const char *sfile, const char *failmsg)
82 header_check(const atf_tc_t *tc, const char *hdrname)
99 get_process_helpers_path(const atf_tc_t *tc, const bool is_detail,
174 atf_tc_t *m_tc;
191 run_h_tc(atf_tc_t *tc, const char *outname, const char *errname,
/netbsd-6-1-5-RELEASE/tests/fs/common/
H A Dfstest_rumpfs.c47 rumpfs_fstest_newfs(const atf_tc_t *tc, void **buf, const char *image,
55 rumpfs_fstest_delfs(const atf_tc_t *tc, void *buf)
62 rumpfs_fstest_mount(const atf_tc_t *tc, void *buf, const char *path, int flags)
74 rumpfs_fstest_unmount(const atf_tc_t *tc, const char *path, int flags)
H A Dfstest_tmpfs.c53 tmpfs_fstest_newfs(const atf_tc_t *tc, void **buf, const char *image,
77 tmpfs_fstest_delfs(const atf_tc_t *tc, void *buf)
87 tmpfs_fstest_mount(const atf_tc_t *tc, void *buf, const char *path, int flags)
102 tmpfs_fstest_unmount(const atf_tc_t *tc, const char *path, int flags)
H A Dfstest_ext2fs.c55 ext2fs_fstest_newfs(const atf_tc_t *tc, void **buf, const char *image,
95 ext2fs_fstest_delfs(const atf_tc_t *tc, void *buf)
114 ext2fs_fstest_mount(const atf_tc_t *tc, void *buf, const char *path, int flags)
129 ext2fs_fstest_unmount(const atf_tc_t *tc, const char *path, int flags)
H A Dfstest_msdosfs.c55 msdosfs_fstest_newfs(const atf_tc_t *tc, void **buf, const char *image,
95 msdosfs_fstest_delfs(const atf_tc_t *tc, void *buf)
114 msdosfs_fstest_mount(const atf_tc_t *tc, void *buf, const char *path, int flags)
129 msdosfs_fstest_unmount(const atf_tc_t *tc, const char *path, int flags)
H A Dfstest_sysvbfs.c55 sysvbfs_fstest_newfs(const atf_tc_t *tc, void **buf, const char *image,
95 sysvbfs_fstest_delfs(const atf_tc_t *tc, void *buf)
114 sysvbfs_fstest_mount(const atf_tc_t *tc, void *buf, const char *path, int flags)
129 sysvbfs_fstest_unmount(const atf_tc_t *tc, const char *path, int flags)
H A Dfstest_v7fs.c55 v7fs_fstest_newfs(const atf_tc_t *tc, void **buf, const char *image,
96 v7fs_fstest_delfs(const atf_tc_t *tc, void *buf)
115 v7fs_fstest_mount(const atf_tc_t *tc, void *buf, const char *path, int flags)
130 v7fs_fstest_unmount(const atf_tc_t *tc, const char *path, int flags)
H A Dfstest_nfs.c71 donewfs(const atf_tc_t *tc, void **argp,
161 nfs_fstest_newfs(const atf_tc_t *tc, void **argp,
169 nfsro_fstest_newfs(const atf_tc_t *tc, void **argp,
178 domount(const atf_tc_t *tc, void *arg, const char *serverpath,
213 nfs_fstest_mount(const atf_tc_t *tc, void *arg, const char *path, int flags)
229 nfsro_fstest_mount(const atf_tc_t *tc, void *arg, const char *path, int flags)
241 dodelfs(const atf_tc_t *tc, void *arg)
271 nfs_fstest_delfs(const atf_tc_t *tc, void *arg)
278 nfsro_fstest_delfs(const atf_tc_t *tc, void *arg)
285 dounmount(const atf_tc_t *t
[all...]
H A Dfstest_ffs.c56 ffs_fstest_newfs(const atf_tc_t *tc, void **buf, const char *image, off_t size,
101 ffs_fstest_delfs(const atf_tc_t *tc, void *buf)
121 ffs_fstest_mount(const atf_tc_t *tc, void *buf, const char *path, int flags)
136 ffslog_fstest_mount(const atf_tc_t *tc, void *buf, const char *path, int flags)
143 ffs_fstest_unmount(const atf_tc_t *tc, const char *path, int flags)
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/detail/
H A Dtest_helpers.h69 void build_check_c_o(const atf_tc_t *, const char *, const char *);
71 void get_process_helpers_path(const atf_tc_t *, const bool,
76 void run_h_tc(atf_tc_t *, const char *, const char *, const char *);
/netbsd-6-1-5-RELEASE/tests/fs/vfs/
H A Dt_ro.c53 nullgen(const atf_tc_t *tc, const char *mp)
60 filegen(const atf_tc_t *tc, const char *mp)
78 create(const atf_tc_t *tc, const char *mp)
87 rmfile(const atf_tc_t *tc, const char *mp)
96 fileio(const atf_tc_t *tc, const char *mp)
120 attrs(const atf_tc_t *tc, const char *mp)
146 createdir(const atf_tc_t *tc, const char *mp)
155 createfifo(const atf_tc_t *tc, const char *mp)
164 createsymlink(const atf_tc_t *tc, const char *mp)
173 createlink(const atf_tc_t *t
[all...]
H A Dt_io.c48 holywrite(const atf_tc_t *tc, const char *mp)
80 extendbody(const atf_tc_t *tc, off_t seekcnt)
107 extendfile(const atf_tc_t *tc, const char *mp)
114 extendfile_append(const atf_tc_t *tc, const char *mp)
121 overwritebody(const atf_tc_t *tc, off_t count, bool dotrunc)
141 overwrite512(const atf_tc_t *tc, const char *mp)
148 overwrite64k(const atf_tc_t *tc, const char *mp)
155 overwrite_trunc(const atf_tc_t *tc, const char *mp)
162 shrinkfile(const atf_tc_t *tc, const char *mp)
H A Dt_vfsops.c45 tmount(const atf_tc_t *tc, const char *path)
52 tstatvfs(const atf_tc_t *tc, const char *path)
67 tsync(const atf_tc_t *tc, const char *path)
75 tfilehandle(const atf_tc_t *tc, const char *path)
126 tfhremove(const atf_tc_t *tc, const char *path)
164 tfhinval(const atf_tc_t *tc, const char *path)
H A Dt_unpriv.c44 owner(const atf_tc_t *tc, const char *mp)
76 dirperms(const atf_tc_t *tc, const char *mp)

Completed in 140 milliseconds

123