Home
last modified time | relevance | path

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

/freebsd/tests/sys/fifo/
H A Dfifo_io.c107 cleanfifo2(const char *fifoname, int fd1, int fd2) in cleanfifo2() function
123 cleanfifo2(fifoname, fd1, fd2); in cleanfifo3()
252 cleanfifo2("testfifo", -1, -1); in test_simpleio()
262 cleanfifo2("testfifo", reader_fd, writer_fd); in test_simpleio()
268 cleanfifo2("testfifo", reader_fd, writer_fd); in test_simpleio()
275 cleanfifo2("testfifo", reader_fd, writer_fd); in test_simpleio()
281 cleanfifo2("testfifo", reader_fd, writer_fd); in test_simpleio()
289 cleanfifo2("testfifo", reader_fd, writer_fd); in test_simpleio()
293 cleanfifo2("testfifo", reader_fd, writer_fd); in test_simpleio()
411 cleanfifo2("testfifo", -1, -1); in test_blocking_read_empty()
[all …]