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

/freebsd-13-stable/tests/sys/fifo/
H A Dfifo_misc.c83 openfifo(const char *fifoname, int *reader_fdp, int *writer_fdp) function
113 if (openfifo("testfifo", &reader_fd, &writer_fd) < 0) {
114 warn("%s: openfifo", __func__);
188 if (openfifo("testfifo", &reader_fd, &writer_fd) < 0) {
189 warn("%s: openfifo", __func__);
240 if (openfifo("testfifo", &reader_fd, &writer_fd) < 0) {
241 warn("%s: openfifo", __func__);
H A Dfifo_io.c133 openfifo(const char *fifoname, int *reader_fdp, int *writer_fdp) function
251 if (openfifo("testfifo", &reader_fd, &writer_fd)
253 warn("test_simpleio: openfifo: testfifo");
410 if (openfifo("testfifo", &reader_fd, &writer_fd)
412 warn("test_blocking_read_empty: openfifo: testfifo");
479 if (openfifo("testfifo", &reader_fd, &writer_fd) < 0) {
480 warn("test_blocking: openfifo: testfifo");
545 if (openfifo("testfifo", &reader_fd, &writer_fd) < 0) {
546 warn("test_nonblocking: openfifo: testfifo");
609 if (openfifo("testfif
[all...]

Completed in 47 milliseconds