Lines Matching refs:par
42 int (*func_init)(uintptr_t par);
43 int (*func)(uintptr_t par);
44 int (*func_deinit)(uintptr_t par);
45 uintptr_t par; member
85 ret = tst->func_init(tst->par); in call_test()
91 ret = tst->func(tst->par); in call_test()
107 ret = tst->func_deinit(tst->par); in call_test()
144 static int ret0(uintptr_t par) in ret0() argument
165 static int test_read_init(uintptr_t par) in test_read_init() argument
167 if ( par > WRITE_BUFFERS_SIZE ) in test_read_init()
169 return xs_write(xsh, XBT_NULL, paths[0], write_buffers[0], par) ? 0 : errno; in test_read_init()
172 static int test_read(uintptr_t par) in test_read() argument
186 static int test_write_init(uintptr_t par) in test_write_init() argument
188 return (par > WRITE_BUFFERS_SIZE) ? EFBIG : 0; in test_write_init()
191 static int test_write(uintptr_t par) in test_write() argument
193 return xs_write(xsh, XBT_NULL, paths[0], write_buffers[0], par) ? 0 : errno; in test_write()
196 static int test_write_deinit(uintptr_t par) in test_write_deinit() argument
198 return verify_node(paths[0], write_buffers[0], par); in test_write_deinit()
201 static int test_dir_init(uintptr_t par) in test_dir_init() argument
212 static int test_dir(uintptr_t par) in test_dir() argument
225 static int test_dir_deinit(uintptr_t par) in test_dir_deinit() argument
249 static int test_rm_init(uintptr_t par) in test_rm_init() argument
253 if ( par > WRITE_BUFFERS_N ) in test_rm_init()
256 for ( i = 0; i < par; i++ ) in test_rm_init()
263 static int test_rm(uintptr_t par) in test_rm() argument
275 static int test_ta1(uintptr_t par) in test_ta1() argument
285 if ( xs_transaction_end(xsh, t, par ? true : false) ) in test_ta1()
297 static int test_ta2_init(uintptr_t par) in test_ta2_init() argument
302 static int test_ta2(uintptr_t par) in test_ta2() argument
335 if ( xs_transaction_end(xsh, t, par ? true : false) ) in test_ta2()
350 static int test_ta2_deinit(uintptr_t par) in test_ta2_deinit() argument
352 return verify_node(paths[0], par ? "a" : "b", 1); in test_ta2_deinit()
355 static int test_ta3_init(uintptr_t par) in test_ta3_init() argument
360 static int test_ta3(uintptr_t par) in test_ta3() argument
402 static int test_ta3_deinit(uintptr_t par) in test_ta3_deinit() argument