Home
last modified time | relevance | path

Searched refs:waitfd (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dasynctest.c81 static int waitfd(void *args) in waitfd() function
262 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds()
271 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds()
286 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds()
298 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds()
/freebsd/crypto/openssl/doc/man3/
H A DASYNC_start_job.pod293 OSSL_ASYNC_FD waitfd;
330 ASYNC_WAIT_CTX_get_all_fds(ctx, &waitfd, &numfds);
332 FD_SET(waitfd, &waitfdset);
335 select(waitfd + 1, &waitfdset, NULL, NULL, NULL);
/freebsd/crypto/openssl/engines/
H A De_afalg.c180 OSSL_ASYNC_FD waitfd, void *custom) in afalg_waitfd_cleanup() argument
182 close(waitfd); in afalg_waitfd_cleanup()
/freebsd/crypto/openssh/
H A Dmisc.c337 waitfd(int fd, int *timeoutp, short events, volatile sig_atomic_t *stop) in waitfd() function
389 return waitfd(fd, timeoutp, POLLIN, stop); in waitrfd()
423 if (waitfd(sockfd, timeoutp, POLLIN | POLLOUT, NULL) == -1) in timeout_connect()
H A Dssh_namespace.h1018 #define waitfd Fssh_waitfd macro