Searched refs:results_fd (Results 1 – 1 of 1) sorted by relevance
73 static int results_fd[2]; variable582 ret = write(results_fd[1], &tr, sizeof(tr)); in write_test_result()2236 ssize_t received = read(results_fd[0], &tr, sizeof(tr)); in check_results()2303 if (pipe2(results_fd, O_DIRECT) < 0) in main()2328 if (close(route_sock) || close(test_desc_fd[0]) || close(results_fd[1])) in main()