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

12

/freebsd-10.2-release/contrib/atf/atf-c/
H A Dtc.h65 typedef struct atf_tc atf_tc_t; typedef in typeref:struct:atf_tc
68 atf_error_t atf_tc_init(atf_tc_t *, const char *, atf_tc_head_t,
71 atf_error_t atf_tc_init_pack(atf_tc_t *, atf_tc_pack_t *,
73 void atf_tc_fini(atf_tc_t *);
76 const char *atf_tc_get_ident(const atf_tc_t *);
77 const char *atf_tc_get_config_var(const atf_tc_t *, const char *);
78 const char *atf_tc_get_config_var_wd(const atf_tc_t *, const char *,
80 bool atf_tc_get_config_var_as_bool(const atf_tc_t *, const char *);
81 bool atf_tc_get_config_var_as_bool_wd(const atf_tc_t *, const char *,
83 long atf_tc_get_config_var_as_long(const atf_tc_t *, cons
[all...]
H A Dmacros_h_test.c85 atf_tc_t *test_name_1 = &ATF_TC_NAME(TEST_MACRO_1);
87 void (*head_1)(atf_tc_t *) = ATF_TC_HEAD_NAME(TEST_MACRO_1);
88 void (*body_1)(const atf_tc_t *) = ATF_TC_BODY_NAME(TEST_MACRO_1);
93 atf_tc_t *test_name_2 = &ATF_TC_NAME(TEST_MACRO_2);
95 void (*head_2)(atf_tc_t *) = ATF_TC_HEAD_NAME(TEST_MACRO_2);
96 void (*body_2)(const atf_tc_t *) = ATF_TC_BODY_NAME(TEST_MACRO_2);
97 void (*cleanup_2)(const atf_tc_t *) = ATF_TC_CLEANUP_NAME(TEST_MACRO_2);
100 atf_tc_t *test_name_3 = &ATF_TC_NAME(TEST_MACRO_3);
102 void (*body_3)(const atf_tc_t *) = ATF_TC_BODY_NAME(TEST_MACRO_3);
H A Dtp.c49 const atf_tc_t *
52 const atf_tc_t *tc;
57 const atf_tc_t *tc2;
109 atf_tc_t *tc = atf_list_iter_data(iter);
130 const atf_tc_t *tc = find_tc(tp, id);
134 const atf_tc_t *
137 const atf_tc_t *tc = find_tc(tp, id);
142 const atf_tc_t *const *
145 const atf_tc_t **array;
149 array = malloc(sizeof(atf_tc_t *) *
[all...]
H A Dmacros.h44 static void atfu_ ## tc ## _body(const atf_tc_t *); \
45 static atf_tc_t atfu_ ## tc ## _tc; \
54 static void atfu_ ## tc ## _head(atf_tc_t *); \
55 static void atfu_ ## tc ## _body(const atf_tc_t *); \
56 static atf_tc_t atfu_ ## tc ## _tc; \
65 static void atfu_ ## tc ## _head(atf_tc_t *); \
66 static void atfu_ ## tc ## _body(const atf_tc_t *); \
67 static void atfu_ ## tc ## _cleanup(const atf_tc_t *); \
68 static atf_tc_t atfu_ ## tc ## _tc; \
79 atfu_ ## tc ## _head(atf_tc_t *tcpt
[all...]
H A Dtc_test.c53 * Test cases for the "atf_tc_t" type.
63 atf_tc_t tc;
85 atf_tc_t tc;
118 atf_tc_t tc;
138 atf_tc_t tc;
H A Dtc.c63 const atf_tc_t *tc;
75 static void context_init(struct context *, const atf_tc_t *, const char *);
106 context_init(struct context *ctx, const atf_tc_t *tc, const char *resfile)
545 atf_tc_init(atf_tc_t *tc, const char *ident, atf_tc_head_t head,
602 atf_tc_init_pack(atf_tc_t *tc, const atf_tc_pack_t *pack,
610 atf_tc_fini(atf_tc_t *tc)
621 atf_tc_get_ident(const atf_tc_t *tc)
627 atf_tc_get_config_var(const atf_tc_t *tc, const char *name)
641 atf_tc_get_config_var_wd(const atf_tc_t *tc, const char *name,
655 atf_tc_get_config_var_as_bool(const atf_tc_t *t
[all...]
/freebsd-10.2-release/contrib/netbsd-tests/fs/common/
H A Dfstest_rumpfs.c47 rumpfs_fstest_newfs(const atf_tc_t *tc, void **buf, const char *image,
62 rumpfs_fstest_delfs(const atf_tc_t *tc, void *buf)
69 rumpfs_fstest_mount(const atf_tc_t *tc, void *buf, const char *path, int flags)
81 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_zfs.c51 zfs_fstest_newfs(const atf_tc_t *tc, void **buf, const char *image,
92 zfs_fstest_delfs(const atf_tc_t *tc, void *buf)
100 zfs_fstest_mount(const atf_tc_t *tc, void *buf, const char *path, int flags)
127 zfs_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,
96 msdosfs_fstest_delfs(const atf_tc_t *tc, void *buf)
115 msdosfs_fstest_mount(const atf_tc_t *tc, void *buf, const char *path, int flags)
130 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)
123 ffs_fstest_mount(const atf_tc_t *tc, void *buf, const char *path, int flags)
138 ffslog_fstest_mount(const atf_tc_t *tc, void *buf, const char *path, int flags)
145 ffs_fstest_unmount(const atf_tc_t *tc, const char *path, int flags)
H A Dfstest_udf.c56 udf_fstest_newfs(const atf_tc_t *tc, void **buf, const char *image, off_t size,
105 udf_fstest_delfs(const atf_tc_t *tc, void *buf)
127 udf_fstest_mount(const atf_tc_t *tc, void *buf, const char *path, int flags)
142 udf_fstest_unmount(const atf_tc_t *tc, const char *path, int flags)
H A Dfstest_lfs.c64 lfs_fstest_newfs(const atf_tc_t *tc, void **buf, const char *image, off_t size,
106 lfs_fstest_delfs(const atf_tc_t *tc, void *buf)
155 lfs_fstest_mount(const atf_tc_t *tc, void *buf, const char *path, int flags)
181 lfs_fstest_unmount(const atf_tc_t *tc, const char *path, int flags)
H A Dfstest_puffs.c246 donewfs(const atf_tc_t *tc, void **argp,
326 puffs_fstest_newfs(const atf_tc_t *tc, void **argp,
355 p2k_ffs_fstest_newfs(const atf_tc_t *tc, void **argp,
379 puffs_fstest_mount(const atf_tc_t *tc, void *arg, const char *path, int flags)
407 puffs_fstest_delfs(const atf_tc_t *tc, void *arg)
415 p2k_ffs_fstest_delfs(const atf_tc_t *tc, void *arg)
422 puffs_fstest_unmount(const atf_tc_t *tc, const char *path, int flags)
/freebsd-10.2-release/contrib/atf/atf-c/detail/
H A Dtest_helpers.h70 bool build_check_c_o_srcdir(const atf_tc_t *, const char *);
72 void get_process_helpers_path(const atf_tc_t *, const bool,
75 void run_h_tc(atf_tc_t *, const char *, const char *, const char *);
H A Dtest_helpers.c66 build_check_c_o_srcdir(const atf_tc_t *tc, const char *sfile)
96 get_process_helpers_path(const atf_tc_t *tc, const bool is_detail,
105 atf_tc_t *m_tc;
122 run_h_tc(atf_tc_t *tc, const char *outname, const char *errname,
/freebsd-10.2-release/contrib/netbsd-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)
104 extendfile(const atf_tc_t *tc, const char *mp)
111 extendfile_append(const atf_tc_t *tc, const char *mp)
118 overwritebody(const atf_tc_t *tc, off_t count, bool dotrunc)
138 overwrite512(const atf_tc_t *tc, const char *mp)
145 overwrite64k(const atf_tc_t *tc, const char *mp)
152 overwrite_trunc(const atf_tc_t *tc, const char *mp)
159 shrinkfile(const atf_tc_t *tc, const char *mp)
173 read_after_unlink(const atf_tc_t *t
[all...]
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.c48 owner(const atf_tc_t *tc, const char *mp)
82 dirperms(const atf_tc_t *tc, const char *mp)
127 times(const atf_tc_t *tc, const char *mp)
181 flags(const atf_tc_t *tc, const char *mp)
H A Dt_vnops.c65 lookup_simple(const atf_tc_t *tc, const char *mountpath)
83 lookup_complex(const atf_tc_t *tc, const char *mountpath)
141 dir_simple(const atf_tc_t *tc, const char *mountpath)
163 dir_notempty(const atf_tc_t *tc, const char *mountpath)
195 dir_rmdirdotdot(const atf_tc_t *tc, const char *mp)
238 rename_dir(const atf_tc_t *tc, const char *mp)
340 rename_dotdot(const atf_tc_t *tc, const char *mp)
369 rename_reg_nodir(const atf_tc_t *tc, const char *mp)
446 create_nametoolong(const atf_tc_t *tc, const char *mp)
487 create_exist(const atf_tc_t *t
[all...]

Completed in 256 milliseconds

12