Searched refs:openfifo (Results 1 – 2 of 2) sorted by relevance
| /src/tests/sys/fifo/ |
| H A D | fifo_misc.c | 81 openfifo(const char *fifoname, int *reader_fdp, int *writer_fdp) in openfifo() function 111 if (openfifo("testfifo", &reader_fd, &writer_fd) < 0) { in test_lseek() 186 if (openfifo("testfifo", &reader_fd, &writer_fd) < 0) { in test_ioctl() 238 if (openfifo("testfifo", &reader_fd, &writer_fd) < 0) { in test_chmodchown()
|
| H A D | fifo_io.c | 131 openfifo(const char *fifoname, int *reader_fdp, int *writer_fdp) in openfifo() function 249 if (openfifo("testfifo", &reader_fd, &writer_fd) in test_simpleio() 408 if (openfifo("testfifo", &reader_fd, &writer_fd) in test_blocking_read_empty() 477 if (openfifo("testfifo", &reader_fd, &writer_fd) < 0) { in test_blocking_one_byte() 543 if (openfifo("testfifo", &reader_fd, &writer_fd) < 0) { in test_nonblocking_one_byte() 607 if (openfifo("testfifo", &reader_fd, &writer_fd) < 0) { in test_blocking_partial_write() 665 if (openfifo("testfifo", &reader_fd, &writer_fd) < 0) { in test_nonblocking_partial_write() 732 if (openfifo("testfifo", &reader_fd, &writer_fd) < 0) { in test_coalesce_big_read() 803 if (openfifo("testfifo", &reader_fd, &writer_fd) < 0) { in test_coalesce_big_write() 1072 if (openfifo("testfifo", &reader_fd, &writer_fd) < 0) { in test_events_outofbox() [all …]
|