Searched refs:write_fd (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/tools/regression/aio/aiotest/
H A Daiotest.c177 int write_fd, int buflen, int seconds, void (*cleanup)(void *),
187 ac->ac_write_fd = write_fd;
421 int error, read_fd = -1, write_fd = -1; local
449 write_fd = open(pathname, O_WRONLY);
450 if (write_fd == -1) {
454 errx(-1, "FAIL: aio_fifo_test: write_fd open: %s",
457 arg.afa_write_fd = write_fd;
459 aio_context_init(&ac, "aio_fifo_test", read_fd, write_fd, FIFO_LEN,
531 int read_fd, write_fd; local
535 if (openpty(&read_fd, &write_fd, NUL
176 aio_context_init(struct aio_context *ac, const char *test, int read_fd, int write_fd, int buflen, int seconds, void (*cleanup)(void *), void *cleanup_arg) argument
[all...]

Completed in 85 milliseconds