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

/freebsd-9.3-release/tools/regression/fifo/fifo_io/
H A Dfifo_io.c727 * test_coalesce_big_read() verifies that data mingles in the fifo across
732 test_coalesce_big_read(void) function
741 warn("test_coalesce_big_read: openfifo: testfifo");
752 warn("test_coalesce_big_read: write 5");
757 warnx("test_coalesce_big_read: write 5 wrote %zd", len);
764 warn("test_coalesce_big_read: write 5");
769 warnx("test_coalesce_big_read: write 5 wrote %zd", len);
776 warn("test_coalesce_big_read: read 10");
781 warnx("test_coalesce_big_read: read 10 read %zd", len);
789 warnx("test_coalesce_big_read
[all...]

Completed in 129 milliseconds