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.c507 #define FIFO_PATHNAME "testfifo" macro
517 ATF_REQUIRE_MSG(mkfifo(FIFO_PATHNAME, 0600) != -1, in aio_fifo_test()
520 read_fd = open(FIFO_PATHNAME, O_RDONLY | O_NONBLOCK); in aio_fifo_test()
528 write_fd = open(FIFO_PATHNAME, O_WRONLY); in aio_fifo_test()