Home
last modified time | relevance | path

Searched refs:FIFO_PATHNAME (Results 1 – 1 of 1) sorted by relevance

/freebsd/tests/sys/aio/
H A Daio_test.c509 #define FIFO_PATHNAME "testfifo" macro
520 ATF_REQUIRE_MSG(mkfifo(FIFO_PATHNAME, 0600) != -1, in aio_fifo_test()
523 read_fd = open(FIFO_PATHNAME, O_RDONLY | O_NONBLOCK); in aio_fifo_test()
531 write_fd = open(FIFO_PATHNAME, O_WRONLY); in aio_fifo_test()