Searched refs:open_req1 (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/mit/libuv/dist/test/ |
| H A D | test-fs.c | 99 static uv_fs_t open_req1; variable 395 r = uv_fs_close(loop, &close_req, open_req1.result, close_cb); in ftruncate_cb() 412 r = uv_fs_ftruncate(loop, &ftruncate_req, open_req1.result, 7, in read_cb() 416 r = uv_fs_close(loop, &close_req, open_req1.result, close_cb); in read_cb() 424 ASSERT(req == &open_req1); in open_cb() 436 r = uv_fs_read(loop, &read_req, open_req1.result, &iov, 1, -1, in open_cb() 461 r = uv_fs_close(loop, &close_req, open_req1.result, close_cb); in fsync_cb() 473 r = uv_fs_fsync(loop, &fsync_req, open_req1.result, fsync_cb); in fdatasync_cb() 485 r = uv_fs_fdatasync(loop, &fdatasync_req, open_req1.result, fdatasync_cb); in write_cb() 492 ASSERT(req == &open_req1); in create_cb() [all …]
|