Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dasynctest.c80 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.pod256 OSSL_ASYNC_FD waitfd;
291 ASYNC_WAIT_CTX_get_all_fds(ctx, &waitfd, &numfds);
293 FD_SET(waitfd, &waitfdset);
294 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()
199 /* Get waitfd from ASYNC_WAIT_CTX if it is already set */ in afalg_setup_async_event_notification()
204 * waitfd is not set in ASYNC_WAIT_CTX, create a new one in afalg_setup_async_event_notification()
/freebsd/crypto/openssh/
H A Dmisc.c316 waitfd(int fd, int *timeoutp, short events, volatile sig_atomic_t *stop) in waitfd() function
368 return waitfd(fd, timeoutp, POLLIN, stop); in waitrfd()
402 if (waitfd(sockfd, timeoutp, POLLIN | POLLOUT, NULL) == -1) in timeout_connect()
H A Dssh_namespace.h1008 #define waitfd Fssh_waitfd macro