Searched defs:testfd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/poll/
H A Dpoll_test.c204 clear_fd(const char *testName, int pollfd, int testfd) argument
209 fd.fd = testfd;
218 testfd, strerror(ret));
222 test_failed(testName, "Failed to clear fd %d: %d", testfd, ret);
258 poll_with_fds_test(int testfd) argument
266 fd.fd = testfd;
319 dev_poll_with_fds_test(int pollfd, int testfd) argument
332 clear_fd(testName, pollfd, testfd);
337 fds[0].fd = testfd;
363 clear_fd(testName, pollfd, testfd);
373 int testfd; local
[all...]

Completed in 75 milliseconds