Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl.old/dist/test/
H A Dasynctest.c47 static int waitfd(void *args) in waitfd() function
192 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds()
201 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds()
216 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds()
228 || ASYNC_start_job(&job, waitctx, &funcret, waitfd, NULL, 0) in test_ASYNC_WAIT_CTX_get_all_fds()
/netbsd/crypto/external/bsd/openssl/dist/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()
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DASYNC_start_job.pod252 OSSL_ASYNC_FD waitfd;
287 ASYNC_WAIT_CTX_get_all_fds(ctx, &waitfd, &numfds);
289 FD_SET(waitfd, &waitfdset);
290 select(waitfd + 1, &waitfdset, NULL, NULL, NULL);
/netbsd/crypto/external/bsd/openssl/dist/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);
/netbsd/crypto/external/bsd/openssl.old/dist/engines/
H A De_afalg.c132 OSSL_ASYNC_FD waitfd, void *custom) in afalg_waitfd_cleanup() argument
134 close(waitfd); in afalg_waitfd_cleanup()
/netbsd/crypto/external/bsd/openssl/dist/engines/
H A De_afalg.c180 OSSL_ASYNC_FD waitfd, void *custom) in afalg_waitfd_cleanup() argument
182 close(waitfd); in afalg_waitfd_cleanup()
/netbsd/crypto/external/bsd/openssh/dist/
H A Dmisc.c282 waitfd(int fd, int *timeoutp, short events) in waitfd() function
315 return waitfd(fd, timeoutp, POLLIN); in waitrfd()
349 if (waitfd(sockfd, timeoutp, POLLIN | POLLOUT) == -1) in timeout_connect()