Home
last modified time | relevance | path

Searched defs:testfd (Results 1 – 2 of 2) 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) in clear_fd()
258 poll_with_fds_test(int testfd) in poll_with_fds_test()
319 dev_poll_with_fds_test(int pollfd, int testfd) in dev_poll_with_fds_test()
373 int testfd; in poll_thread() local
/illumos-gate/usr/src/test/os-tests/tests/sockfs/
H A Drights.c328 static int sock = -1, testfd = -1, cfd = -1; variable