Lines Matching refs:par
43 int (*func_init)(uintptr_t par);
44 int (*func)(uintptr_t par);
45 int (*func_deinit)(uintptr_t par);
46 uintptr_t par; member
86 ret = tst->func_init(tst->par); in call_test()
92 ret = tst->func(tst->par); in call_test()
108 ret = tst->func_deinit(tst->par); in call_test()
145 static int ret0(uintptr_t par) in ret0() argument
166 static int test_read_init(uintptr_t par) in test_read_init() argument
168 if ( par > WRITE_BUFFERS_SIZE ) in test_read_init()
170 return xs_write(xsh, XBT_NULL, paths[0], write_buffers[0], par) ? 0 : errno; in test_read_init()
173 static int test_read(uintptr_t par) in test_read() argument
187 static int test_write_init(uintptr_t par) in test_write_init() argument
189 return (par > WRITE_BUFFERS_SIZE) ? EFBIG : 0; in test_write_init()
192 static int test_write(uintptr_t par) in test_write() argument
194 return xs_write(xsh, XBT_NULL, paths[0], write_buffers[0], par) ? 0 : errno; in test_write()
197 static int test_write_deinit(uintptr_t par) in test_write_deinit() argument
199 return verify_node(paths[0], write_buffers[0], par); in test_write_deinit()
202 static int test_dir_init(uintptr_t par) in test_dir_init() argument
213 static int test_dir(uintptr_t par) in test_dir() argument
226 static int test_dir_deinit(uintptr_t par) in test_dir_deinit() argument
250 static int test_rm_init(uintptr_t par) in test_rm_init() argument
254 if ( par > WRITE_BUFFERS_N ) in test_rm_init()
257 for ( i = 0; i < par; i++ ) in test_rm_init()
264 static int test_rm(uintptr_t par) in test_rm() argument
276 static int test_ta1(uintptr_t par) in test_ta1() argument
286 if ( xs_transaction_end(xsh, t, par ? true : false) ) in test_ta1()
298 static int test_ta2_init(uintptr_t par) in test_ta2_init() argument
303 static int test_ta2(uintptr_t par) in test_ta2() argument
336 if ( xs_transaction_end(xsh, t, par ? true : false) ) in test_ta2()
351 static int test_ta2_deinit(uintptr_t par) in test_ta2_deinit() argument
353 return verify_node(paths[0], par ? "a" : "b", 1); in test_ta2_deinit()
356 static int test_ta3_init(uintptr_t par) in test_ta3_init() argument
361 static int test_ta3(uintptr_t par) in test_ta3() argument
403 static int test_ta3_deinit(uintptr_t par) in test_ta3_deinit() argument