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