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

/freebsd-9.3-release/tools/regression/fifo/fifo_misc/
H A Dfifo_misc.c81 openfifo(const char *fifoname, const char *testname, int *reader_fdp, function
112 if (openfifo("testfifo", __func__, &reader_fd, &writer_fd) < 0) {
113 warn("%s: openfifo", __func__);
187 if (openfifo("testfifo", __func__, &reader_fd, &writer_fd) < 0) {
188 warn("%s: openfifo", __func__);
/freebsd-9.3-release/tools/regression/fifo/fifo_io/
H A Dfifo_io.c133 openfifo(const char *fifoname, const char *testname, int *reader_fdp, function
252 if (openfifo("testfifo", "test_simpleio", &reader_fd, &writer_fd)
254 warn("test_simpleio: openfifo: testfifo");
411 if (openfifo("testfifo", __func__, &reader_fd, &writer_fd)
413 warn("test_blocking_read_empty: openfifo: testfifo");
480 if (openfifo("testfifo", __func__, &reader_fd, &writer_fd)
482 warn("test_blocking: openfifo: testfifo");
547 if (openfifo("testfifo", __func__, &reader_fd, &writer_fd)
549 warn("test_nonblocking: openfifo: testfifo");
612 if (openfifo("testfif
[all...]

Completed in 45 milliseconds